19885684aeea66769176f239db00b351e3c20043
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public testMergingExcess() : void renamed to public testMinimumExcess() : void in class net.bytebuddy.agent.builder.AgentBuilderRedefinitionStrategyBatchAllocatorTest | From | To | |
Rename Method public testCannotGroupNonPositive() : void renamed to public testMinimumNonPositive() : void in class net.bytebuddy.agent.builder.AgentBuilderRedefinitionStrategyBatchAllocatorTest | From | To | |
Rename Method public testMerging() : void renamed to public testMinimum() : void in class net.bytebuddy.agent.builder.AgentBuilderRedefinitionStrategyBatchAllocatorTest | From | To | |
Rename Method public testMergingChunked() : void renamed to public testMinimumChunked() : void in class net.bytebuddy.agent.builder.AgentBuilderRedefinitionStrategyBatchAllocatorTest | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.BatchAllocator.Merging.MergingIterable moved and renamed to net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing.SlicingIterable | From | To | |
Move And Rename Class net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.BatchAllocator.Merging.MergingIterable.MergingIterator moved and renamed to net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing.SlicingIterable.SlicingIterator | From | To | |
Rename Attribute | 2 | ||
Rename Attribute threshold : int to minimum : int in class net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing.SlicingIterable.SlicingIterator | From | To | |
Rename Attribute threshold : int to minimum : int in class net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing.SlicingIterable | From | To | |
Rename Parameter | 2 | ||
Rename Parameter threshold : int to minimum : int in method protected SlicingIterator(minimum int, maximum int, iterator Iterator<? extends List<Class<?>>>) in class net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing.SlicingIterable.SlicingIterator | From | To | |
Rename Parameter threshold : int to minimum : int in method protected SlicingIterable(minimum int, maximum int, iterable Iterable<? extends List<Class<?>>>) in class net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing.SlicingIterable | From | To |