a43e5bdfa62024d5a82944c451e12c0872f7cac5
Files Diff
- Added: 2
- Removed: 3
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private apply(methodVisitor MethodVisitor, implementationContext Implementation.Context, fieldDescription FieldDescription, methodDescription MethodDescription, fieldAccess StackManipulation) : ByteCodeAppender.Size renamed to protected setter(fieldDescription FieldDescription, parameterDescription ParameterDescription) : StackManipulation in class net.bytebuddy.implementation.FieldAccessor | From | To | |
Rename Method public testHashCodeEquals() : void renamed to public testObjectProperties() : void in class net.bytebuddy.dynamic.DynamicTypeDefaultTest | From | To | |
Move Method | 6 | ||
Move Method public toString() : String from class net.bytebuddy.implementation.InvokeDynamic.TerminationHandler.ForMethodReturn to public toString() : String from class net.bytebuddy.implementation.InvokeDynamic.TerminationHandler | From | To | |
Move Method public toString() : String from class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.TerminationHandler.Returning to public toString() : String from class net.bytebuddy.implementation.InvokeDynamic.TerminationHandler | From | To | |
Move Method public toString() : String from class net.bytebuddy.implementation.MethodCall.TerminationHandler.ForMethodReturn to public toString() : String from class net.bytebuddy.implementation.InvokeDynamic.TerminationHandler | From | To | |
Move Method public toString() : String from class net.bytebuddy.implementation.InvokeDynamic.TerminationHandler.ForChainedInvocation to public toString() : String from class net.bytebuddy.implementation.InvokeDynamic.TerminationHandler | From | To | |
Move Method public toString() : String from class net.bytebuddy.implementation.MethodCall.TerminationHandler.ForChainedInvocation to public toString() : String from class net.bytebuddy.implementation.InvokeDynamic.TerminationHandler | From | To | |
Move Method public toString() : String from class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.TerminationHandler.Dropping to public toString() : String from class net.bytebuddy.implementation.InvokeDynamic.TerminationHandler | From | To | |
Pull Up Attribute | 3 | ||
Pull Up Attribute private fieldNameExtractor : FieldNameExtractor from class net.bytebuddy.implementation.FieldAccessor.ForUnnamedField to protected fieldNameExtractor : FieldNameExtractor from class net.bytebuddy.implementation.FieldAccessor | From | To | |
Pull Up Attribute private fieldLocatorFactory : FieldLocator.Factory from class net.bytebuddy.implementation.FieldAccessor.ForUnnamedField to protected fieldLocatorFactory : FieldLocator.Factory from class net.bytebuddy.implementation.FieldAccessor | From | To | |
Pull Up Attribute private fieldLocatorFactory : FieldLocator.Factory from class net.bytebuddy.implementation.FieldAccessor.ForNamedField to protected fieldLocatorFactory : FieldLocator.Factory from class net.bytebuddy.implementation.FieldAccessor | From | To | |
Change Return Type | 2 | ||
Change Return Type Implementation to PropertyConfigurable in method public withAssigner(assigner Assigner, typing Assigner.Typing) : PropertyConfigurable in class net.bytebuddy.implementation.FieldAccessor.AssignerConfigurable | From | To | |
Change Return Type ByteCodeAppender.Size to StackManipulation in method protected setter(fieldDescription FieldDescription, parameterDescription ParameterDescription) : StackManipulation in class net.bytebuddy.implementation.FieldAccessor | From | To | |
Rename Class | 2 | ||
Rename Class net.bytebuddy.implementation.FieldAccessorExceptionTest renamed to net.bytebuddy.implementation.FieldAccessorOtherTest | From | To | |
Rename Class net.bytebuddy.implementation.FieldAccessorObjectPropertiesTest renamed to net.bytebuddy.implementation.FieldAccessorFieldNameExtractorForFixedValueTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter other : Object to object : Object in method public equals(object Object) : boolean in class net.bytebuddy.implementation.FieldAccessor | From | To | |
Rename Parameter factory : FieldLocator.Factory to fieldLocatorFactory : FieldLocator.Factory in method public in(fieldLocatorFactory FieldLocator.Factory) : AssignerConfigurable in class net.bytebuddy.implementation.FieldAccessor.OwnerTypeLocatable | From | To |