29bfc18d9b2b2d7a75ab792ce191e4a70d3fa0d5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 1 | ||
| Merge Attribute [preparingStackAssignment : StackManipulation, methodInvoker : MethodDelegationBinder.MethodInvoker] to compiled : ImplementationDelegate.Compiled in class net.bytebuddy.implementation.MethodDelegation.Appender | From | To | |
| Rename Method | 3 | ||
| Rename Method protected of(typeDescription TypeDescription) : ImplementationDelegate renamed to public compile(instrumentedType TypeDescription) : Compiled in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction | From | To | |
| Rename Method public testEqualsHashCode() : void renamed to public testObjectProperties() : void in class net.bytebuddy.implementation.bind.MethodDelegationBinderAmbiguityResolverChainTest | From | To | |
| Rename Method public resolve(instrumentedType TypeDescription) : Resolution renamed to public compile(instrumentedType TypeDescription) : ImplementationDelegate.Compiled in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type candidates : MethodList<?> to records : List<MethodDelegationBinder.Record> in method protected ForStaticMethod(records List<MethodDelegationBinder.Record>) in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod | From | To | |
| Change Parameter Type candidates : MethodList<?> to records : List<MethodDelegationBinder.Record> in method protected ForConstruction(typeDescription TypeDescription, records List<MethodDelegationBinder.Record>) in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction | From | To | |
| Inline Method | 2 | ||
| Inline Method public filter(matcher ElementMatcher<? super MethodDescription>) : ImplementationDelegate inlined to public compile(instrumentedType TypeDescription) : ImplementationDelegate.Compiled in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod | From | To | |
| Inline Method public filter(matcher ElementMatcher<? super MethodDescription>) : ImplementationDelegate inlined to public compile(instrumentedType TypeDescription) : Compiled in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction | From | To | |
| Rename Variable | 1 | ||
| Rename Variable resolution : ImplementationDelegate.Resolution to compiled : ImplementationDelegate.Compiled in method public appender(implementationTarget Target) : ByteCodeAppender in class net.bytebuddy.implementation.MethodDelegation | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Resolution to ImplementationDelegate.Compiled in method public compile(instrumentedType TypeDescription) : ImplementationDelegate.Compiled in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod | From | To | |
| Change Return Type ImplementationDelegate to Compiled in method public compile(instrumentedType TypeDescription) : Compiled in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction | From | To | |
| Rename Class | 1 | ||
| Rename Class net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.Chain renamed to net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.Compound | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute candidates : MethodList<?> to records : List<MethodDelegationBinder.Record> in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod | From | To | |
| Rename Attribute allowStaticMethods : boolean to compiled : ImplementationDelegate.Compiled in class net.bytebuddy.implementation.MethodDelegation.Appender | From | To | |
| Rename Attribute candidates : MethodList<?> to records : List<MethodDelegationBinder.Record> in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction | From | To | |
| Rename Attribute delegate : Object to target : Object in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForInstance | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type resolution : ImplementationDelegate.Resolution to compiled : ImplementationDelegate.Compiled in method public appender(implementationTarget Target) : ByteCodeAppender in class net.bytebuddy.implementation.MethodDelegation | From | To | |
| Change Attribute Type | 4 | ||
| Change Attribute Type candidates : MethodList<?> to records : List<MethodDelegationBinder.Record> in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod | From | To | |
| Change Attribute Type allowStaticMethods : boolean to compiled : ImplementationDelegate.Compiled in class net.bytebuddy.implementation.MethodDelegation.Appender | From | To | |
| Change Attribute Type ambiguityResolvers : List<? extends AmbiguityResolver> to ambiguityResolvers : List<AmbiguityResolver> in class net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.Compound | From | To | |
| Change Attribute Type candidates : MethodList<?> to records : List<MethodDelegationBinder.Record> in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction | From | To | |
| Rename Parameter | 12 | ||
| Rename Parameter delegate : Object to target : Object in method public to(target Object) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation | From | To | |
| Rename Parameter delegate : Object to target : Object in method public to(target Object, methodGraphCompiler MethodGraph.Compiler) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation | From | To | |
| Rename Parameter candidates : MethodList<?> to records : List<MethodDelegationBinder.Record> in method protected ForConstruction(typeDescription TypeDescription, records List<MethodDelegationBinder.Record>) in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction | From | To | |
| Rename Parameter delegate : Object to target : Object in method protected ForInstance(target Object, fieldName String, fieldType TypeDescription.Generic, methodGraphCompiler MethodGraph.Compiler, parameterBinders List<? extends TargetMethodAnnotationDrivenBinder.ParameterBinder<?>>, matcher ElementMatcher<? super MethodDescription>) in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForInstance | From | To | |
| Rename Parameter delegate : Object to target : Object in method public to(target Object, fieldName String) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation | From | To | |
| Rename Parameter delegate : Object to target : Object in method public to(target Object, fieldName String, methodGraphCompiler MethodGraph.Compiler) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation | From | To | |
| Rename Parameter typeDescription : TypeDescription to instrumentedType : TypeDescription in method public compile(instrumentedType TypeDescription) : Compiled in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction | From | To | |
| Rename Parameter delegate : Object to target : Object in method public to(target Object, type Type) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation | From | To | |
| Rename Parameter delegate : Object to target : Object in method public to(target Object, type Type, methodGraphCompiler MethodGraph.Compiler) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation | From | To | |
| Rename Parameter candidates : MethodList<?> to records : List<MethodDelegationBinder.Record> in method protected ForStaticMethod(records List<MethodDelegationBinder.Record>) in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod | From | To | |
| Rename Parameter delegate : Object to target : Object in method public to(target Object, type Type, fieldName String) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation | From | To | |
| Rename Parameter delegate : Object to target : Object in method public to(target Object, type Type, fieldName String, methodGraphCompiler MethodGraph.Compiler) : MethodDelegation in class net.bytebuddy.implementation.MethodDelegation | From | To |