9a4df900e74e44031ab573644fac5068fda2ec44
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public toGetter(methodName String, methodGraphCompiler MethodGraph.Compiler) : MethodDelegation renamed to public toMethodReturnOf(name String, methodGraphCompiler MethodGraph.Compiler) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation.WithCustomProperties | From | To | |
Rename Method public toGetter(methodName String) : MethodDelegation renamed to public toMethodReturnOf(name String, methodGraphCompiler MethodGraph.Compiler) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation | From | To | |
Rename Method public toGetter(methodName String, methodGraphCompiler MethodGraph.Compiler) : MethodDelegation renamed to public toMethodReturnOf(name String) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation | From | To | |
Rename Method public testGetterBinding() : void renamed to public testMethodReturnBinding() : void in class net.bytebuddy.implementation.MethodDelegationTest | From | To | |
Rename Variable | 1 | ||
Rename Variable methods : List<MethodDescription> to targets : MethodList<?> in method public compile(instrumentedType TypeDescription) : Compiled in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForMethodReturn | From | To | |
Change Return Type | 1 | ||
Change Return Type int to SampleDelegation in method public foo() : SampleDelegation in class net.bytebuddy.implementation.MethodDelegationMethodReturnTest.SampleTarget | From | To | |
Rename Class | 2 | ||
Rename Class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.Compiled.ForGetter renamed to net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.Compiled.ForMethodReturn | From | To | |
Rename Class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForGetter renamed to net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForMethodReturn | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class net.bytebuddy.implementation.MethodDelegationToGetterTest.TestTargetImpl moved and renamed to net.bytebuddy.implementation.MethodDelegationMethodReturnTest.SampleTarget | From | To | |
Rename Attribute | 2 | ||
Rename Attribute FIELD_NAME : String to QUX : String in class net.bytebuddy.implementation.MethodDelegationTest | From | To | |
Rename Attribute methodName : String to name : String in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForMethodReturn | From | To | |
Change Variable Type | 1 | ||
Change Variable Type methods : List<MethodDescription> to targets : MethodList<?> in method public compile(instrumentedType TypeDescription) : Compiled in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForMethodReturn | From | To | |
Rename Parameter | 2 | ||
Rename Parameter methodName : String to name : String in method public toMethodReturnOf(name String, methodGraphCompiler MethodGraph.Compiler) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation.WithCustomProperties | From | To | |
Rename Parameter methodName : String to name : String in method protected ForMethodReturn(name String, methodGraphCompiler MethodGraph.Compiler, parameterBinders List<? extends TargetMethodAnnotationDrivenBinder.ParameterBinder<?>>, matcher ElementMatcher<? super MethodDescription>) in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForMethodReturn | From | To |