07e7a409cf2319ec553c9abb63070dbfb8a586e5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method protected ofStatic(typeDescription TypeDescription) : MethodContainer from class net.bytebuddy.implementation.MethodDelegation.MethodContainer.ForExplicitMethods to protected of(typeDescription TypeDescription) : ImplementationDelegate from class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod | From | To | |
Move And Rename Method protected ofConstructors(typeDescription TypeDescription) : MethodContainer from class net.bytebuddy.implementation.MethodDelegation.MethodContainer.ForExplicitMethods to protected of(typeDescription TypeDescription) : ImplementationDelegate from class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public hashCode() : int moved from class net.bytebuddy.implementation.MethodDelegationOtherTest.Foo to class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction & inlined to public hashCode() : int | From | To | |
Move Method | 1 | ||
Move Method public hashCode() : int from class net.bytebuddy.implementation.MethodDelegation.MethodContainer.ForExplicitMethods to public hashCode() : int from class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod | From | To | |
Rename Variable | 1 | ||
Rename Variable that : ForVirtualMethods to forField : ForField in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForField | From | To | |
Change Return Type | 4 | ||
Change Return Type MethodContainer to ImplementationDelegate in method protected of(typeDescription TypeDescription) : ImplementationDelegate in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod | From | To | |
Change Return Type MethodList<?> to Resolution in method public resolve(instrumentedType TypeDescription) : Resolution in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForField | From | To | |
Change Return Type MethodContainer to ImplementationDelegate in method public filter(matcher ElementMatcher<? super MethodDescription>) : ImplementationDelegate in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForField | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class net.bytebuddy.implementation.MethodDelegation.MethodContainer.ForVirtualMethods moved and renamed to net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForField | From | To | |
Rename Attribute | 1 | ||
Rename Attribute targetType : TypeDescription.Generic to fieldName : String in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForField | From | To | |
Change Variable Type | 1 | ||
Change Variable Type that : ForVirtualMethods to forField : ForField in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForField | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type targetType : TypeDescription.Generic to fieldName : String in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForField | From | To | |
Rename Parameter | 2 | ||
Rename Parameter other : Object to object : Object in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction | From | To | |
Rename Parameter other : Object to object : Object in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForField | From | To |