|
Change Parameter Type parameterBinders : List<ParameterBinder<?>> to parameterBinders : List<? extends ParameterBinder<?>> in method protected of(parameterBinders List<? extends ParameterBinder<?>>) : DelegationProcessor in class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor |
From |
To |
|
Change Parameter Type parameterBinders : Map<TypeDescription,ParameterBinder<?>> to parameterBinders : Map<? extends TypeDescription,? extends ParameterBinder<?>> in method protected DelegationProcessor(parameterBinders Map<? extends TypeDescription,? extends ParameterBinder<?>>) in class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor |
From |
To |
|
Change Parameter Type methodDelegationBinder : MethodDelegationBinder to records : List<? extends Record> in method public Processor(records List<? extends Record>, ambiguityResolver AmbiguityResolver) in class net.bytebuddy.implementation.bind.MethodDelegationBinder.Processor |
From |
To |
|
Change Parameter Type targetCandidates : MethodList to terminationHandler : MethodDelegationBinder.TerminationHandler in method protected Appender(implementationTarget Target, processor MethodDelegationBinder.Processor, terminationHandler MethodDelegationBinder.TerminationHandler, methodInvoker MethodDelegationBinder.MethodInvoker, assigner Assigner, preparingStackAssignment StackManipulation, allowStaticMethods boolean) in class net.bytebuddy.implementation.MethodDelegation.Appender |
From |
To |
|
Change Parameter Type parameterBinders : List<ParameterBinder<?>> to parameterBinders : List<? extends ParameterBinder<?>> in method public of(parameterBinders List<? extends ParameterBinder<?>>) : MethodDelegationBinder in class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder |
From |
To |
|
Rename Variable possibleDelegations : List<MethodBinding> to targets : List<MethodBinding> in method public bind(implementationTarget Implementation.Target, source MethodDescription, terminationHandler TerminationHandler, methodInvoker MethodInvoker, assigner Assigner) : MethodBinding in class net.bytebuddy.implementation.bind.MethodDelegationBinder.Processor |
From |
To |
|
Rename Variable that : Appender to appender : Appender in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodDelegation.Appender |
From |
To |
|
Rename Variable targetCandidate : MethodDescription to record : Record in method public bind(implementationTarget Implementation.Target, source MethodDescription, terminationHandler TerminationHandler, methodInvoker MethodInvoker, assigner Assigner) : MethodBinding in class net.bytebuddy.implementation.bind.MethodDelegationBinder.Processor |
From |
To |
|
Rename Parameter methodDelegationBinder : MethodDelegationBinder to records : List<? extends Record> in method public Processor(records List<? extends Record>, ambiguityResolver AmbiguityResolver) in class net.bytebuddy.implementation.bind.MethodDelegationBinder.Processor |
From |
To |
|
Rename Parameter target : MethodDescription to candidate : MethodDescription in method public compile(candidate MethodDescription) : MethodDelegationBinder.Record in class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder |
From |
To |
|
Rename Parameter target : MethodDescription to candidate : MethodDescription in method public Builder(methodInvoker MethodInvoker, candidate MethodDescription) in class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Builder |
From |
To |
|
Rename Parameter targetCandidates : MethodList to terminationHandler : MethodDelegationBinder.TerminationHandler in method protected Appender(implementationTarget Target, processor MethodDelegationBinder.Processor, terminationHandler MethodDelegationBinder.TerminationHandler, methodInvoker MethodDelegationBinder.MethodInvoker, assigner Assigner, preparingStackAssignment StackManipulation, allowStaticMethods boolean) in class net.bytebuddy.implementation.MethodDelegation.Appender |
From |
To |
|
Rename Parameter other : Object to object : Object in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodDelegation.Appender |
From |
To |
|
Rename Parameter target : MethodDescription to candidate : MethodDescription in method public compile(candidate MethodDescription) : Record in class net.bytebuddy.implementation.bind.MethodDelegationBinder |
From |
To |