|
Change Parameter Type argumentLoaders : List<ArgumentLoader> to argumentLoaders : List<ArgumentLoader.Factory> in method protected MethodCall(methodLocator MethodLocator, targetHandler TargetHandler, argumentLoaders List<ArgumentLoader.Factory>, methodInvoker MethodInvoker, terminationHandler TerminationHandler, assigner Assigner, typing Assigner.Typing) in class net.bytebuddy.implementation.MethodCall |
From |
To |
|
Change Parameter Type value : Object to fieldDescription : FieldDescription in method protected ForStaticField(fieldDescription FieldDescription) in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField |
From |
To |
|
Change Parameter Type fieldType : TypeDescription.Generic to fieldDescription : FieldDescription in method protected ForInstanceField(fieldDescription FieldDescription) in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField |
From |
To |
|
Change Parameter Type fieldName : String to fieldDescription : FieldDescription in method protected ForExistingField(fieldDescription FieldDescription, instrumentedMethod MethodDescription) in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForExistingField |
From |
To |
|
Move Method public prepare(instrumentedType InstrumentedType) : InstrumentedType from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField to public prepare(instrumentedType InstrumentedType) : InstrumentedType from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField.Factory |
From |
To |
|
Move Method public prepare(instrumentedType InstrumentedType) : InstrumentedType from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField to public prepare(instrumentedType InstrumentedType) : InstrumentedType from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField.Factory |
From |
To |
|
Move Method public of(value Object) : ArgumentLoader from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField to protected of(value Object) : ArgumentLoader.Factory from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField.Factory |
From |
To |
|
Move Method public prepare(instrumentedType InstrumentedType) : InstrumentedType from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForExistingField to public prepare(instrumentedType InstrumentedType) : InstrumentedType from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForThisReference.Factory |
From |
To |
|
Move Method public prepare(instrumentedType InstrumentedType) : InstrumentedType from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForMethodParameter to public prepare(instrumentedType InstrumentedType) : InstrumentedType from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForThisReference.Factory |
From |
To |
|
Move Method public prepare(instrumentedType InstrumentedType) : InstrumentedType from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForThisReference to public prepare(instrumentedType InstrumentedType) : InstrumentedType from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForThisReference.Factory |
From |
To |
|
Move Attribute private value : Object from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField to private value : Object from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField.Factory |
From |
To |
|
Move Attribute private fieldName : String from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForExistingField to private fieldName : String from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForExistingField.Factory |
From |
To |
|
Move Attribute private FIELD_PREFIX : String from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField to private FIELD_PREFIX : String from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField.Factory |
From |
To |
|
Move Attribute private fieldName : String from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField to private fieldName : String from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField.Factory |
From |
To |
|
Move Attribute private fieldType : TypeDescription.Generic from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField to private fieldType : TypeDescription.Generic from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField.Factory |
From |
To |
|
Move Attribute private fieldName : String from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField to private fieldName : String from class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField.Factory |
From |
To |
|
Change Variable Type argumentLoaders : List<ArgumentLoader> to argumentLoaders : List<ArgumentLoader.Factory> in method public with(enumerationDescription EnumerationDescription...) : MethodCall in class net.bytebuddy.implementation.MethodCall |
From |
To |
|
Change Variable Type argumentLoaders : List<ArgumentLoader> to argumentLoaders : List<ArgumentLoader.Factory> in method public with(argument Object...) : MethodCall in class net.bytebuddy.implementation.MethodCall |
From |
To |
|
Change Variable Type argumentLoader : ArgumentLoader to argumentLoader : ArgumentLoader.Factory in method public prepare(instrumentedType InstrumentedType) : InstrumentedType in class net.bytebuddy.implementation.MethodCall |
From |
To |
|
Change Variable Type argumentLoaders : List<ArgumentLoader> to argumentLoaders : List<ArgumentLoader.Factory> in method public with(typeDescription TypeDescription...) : MethodCall in class net.bytebuddy.implementation.MethodCall |
From |
To |
|
Change Variable Type argumentLoaders : List<ArgumentLoader> to argumentLoaders : List<ArgumentLoader.Factory> in method public withReference(argument Object...) : MethodCall in class net.bytebuddy.implementation.MethodCall |
From |
To |
|
Change Variable Type argumentLoaders : List<ArgumentLoader> to argumentLoaders : List<ArgumentLoader.Factory> in method public with(javaInstance JavaInstance...) : MethodCall in class net.bytebuddy.implementation.MethodCall |
From |
To |
|
Change Variable Type argumentLoaders : List<ArgumentLoader> to argumentLoaders : List<ArgumentLoader.Factory> in method public withField(fieldName String...) : MethodCall in class net.bytebuddy.implementation.MethodCall |
From |
To |
|
Change Variable Type argumentLoaders : List<ArgumentLoader> to argumentLoaders : List<ArgumentLoader.Factory> in method public withArgument(index int...) : MethodCall in class net.bytebuddy.implementation.MethodCall |
From |
To |
|
Rename Parameter fieldType : TypeDescription.Generic to fieldDescription : FieldDescription in method protected ForInstanceField(fieldDescription FieldDescription) in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField |
From |
To |
|
Rename Parameter other : Object to object : Object in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForMethodParameter |
From |
To |
|
Rename Parameter interceptedMethod : MethodDescription to instrumentedMethod : MethodDescription in method public resolve(invokedMethod MethodDescription, instrumentedMethod MethodDescription, assigner Assigner, typing Assigner.Typing) : StackManipulation in class net.bytebuddy.implementation.MethodCall.TerminationHandler.ForChainedInvocation |
From |
To |
|
Rename Parameter other : Object to object : Object in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForExistingField |
From |
To |
|
Rename Parameter interceptedMethod : MethodDescription to instrumentedMethod : MethodDescription in method public resolve(invokedMethod MethodDescription, instrumentedMethod MethodDescription, assigner Assigner, typing Assigner.Typing) : StackManipulation in class net.bytebuddy.implementation.MethodCall.TerminationHandler |
From |
To |
|
Rename Parameter other : Object to object : Object in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField |
From |
To |
|
Rename Parameter value : Object to fieldDescription : FieldDescription in method protected ForStaticField(fieldDescription FieldDescription) in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField |
From |
To |
|
Rename Parameter other : Object to object : Object in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField |
From |
To |
|
Rename Parameter fieldName : String to fieldDescription : FieldDescription in method protected ForExistingField(fieldDescription FieldDescription, instrumentedMethod MethodDescription) in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForExistingField |
From |
To |
|
Rename Parameter interceptedMethod : MethodDescription to instrumentedMethod : MethodDescription in method public resolve(invokedMethod MethodDescription, instrumentedMethod MethodDescription, assigner Assigner, typing Assigner.Typing) : StackManipulation in class net.bytebuddy.implementation.MethodCall.TerminationHandler.ForMethodReturn |
From |
To |