|
Change Parameter Type userFactories : List<? extends Dispatcher.OffsetMapping.Factory<?>> to userFactories : List<? extends OffsetMapping.Factory<?>> in method protected to(enterAdvice TypeDescription, exitAdvice TypeDescription, classFileLocator ClassFileLocator, userFactories List<? extends OffsetMapping.Factory<?>>) : Advice in class net.bytebuddy.asm.Advice |
From |
To |
|
Change Parameter Type userFactories : List<? extends Dispatcher.OffsetMapping.Factory<?>> to userFactories : List<? extends OffsetMapping.Factory<?>> in method protected to(advice TypeDescription, classFileLocator ClassFileLocator, userFactories List<? extends OffsetMapping.Factory<?>>) : Advice in class net.bytebuddy.asm.Advice |
From |
To |
|
Change Parameter Type type : Class<? extends T> to type : Class<T> in method public bind(type Class<T>, field Field) : WithCustomMapping in class net.bytebuddy.asm.Advice.WithCustomMapping |
From |
To |
|
Change Parameter Type type : Class<? extends T> to type : Class<T> in method public bind(type Class<T>, constructor Constructor<?>, index int) : WithCustomMapping in class net.bytebuddy.asm.Advice.WithCustomMapping |
From |
To |
|
Change Parameter Type type : Class<? extends T> to type : Class<T> in method public bindProperty(type Class<T>, property String) : WithCustomMapping in class net.bytebuddy.asm.Advice.WithCustomMapping |
From |
To |
|
Change Parameter Type offsetMappings : Map<Integer,Resolved.OffsetMapping.Target> to offsetMappings : Map<Integer,OffsetMapping.Target> in method protected ForMethodExit(methodVisitor MethodVisitor, implementationContext Implementation.Context, methodSizeHandler MethodSizeHandler.ForAdvice, stackMapFrameHandler StackMapFrameHandler.ForAdvice, instrumentedMethod MethodDescription, adviceMethod MethodDescription.InDefinedShape, offsetMappings Map<Integer,OffsetMapping.Target>, suppressionHandler SuppressionHandler.Bound, padding int) in class net.bytebuddy.asm.Advice.Dispatcher.Inlining.CodeTranslationVisitor.ForMethodExit |
From |
To |
|
Change Parameter Type type : Class<? extends T> to type : Class<T> in method public bindSerialized(type Class<T>, value S, targetType Class<? super S>) : WithCustomMapping in class net.bytebuddy.asm.Advice.WithCustomMapping |
From |
To |
|
Change Parameter Type dynamicValues : Map<Class<? extends Annotation>,DynamicValue<?>> to offsetMappings : Map<Class<? extends Annotation>,OffsetMapping.Factory<?>> in method protected WithCustomMapping(offsetMappings Map<Class<? extends Annotation>,OffsetMapping.Factory<?>>) in class net.bytebuddy.asm.Advice.WithCustomMapping |
From |
To |
|
Change Parameter Type type : Class<? extends T> to type : Class<T> in method public bind(type Class<T>, offsetMapping OffsetMapping.Factory<? super T>) : WithCustomMapping in class net.bytebuddy.asm.Advice.WithCustomMapping |
From |
To |
|
Change Parameter Type offsetMappings : Map<Integer,Resolved.OffsetMapping.Target> to offsetMappings : Map<Integer,OffsetMapping.Target> in method protected ForMethodEnter(methodVisitor MethodVisitor, implementationContext Context, methodSizeHandler MethodSizeHandler.ForAdvice, stackMapFrameHandler StackMapFrameHandler.ForAdvice, instrumentedMethod MethodDescription, adviceMethod MethodDescription.InDefinedShape, offsetMappings Map<Integer,OffsetMapping.Target>, suppressionHandler SuppressionHandler.Bound) in class net.bytebuddy.asm.Advice.Dispatcher.Inlining.CodeTranslationVisitor.ForMethodEnter |
From |
To |
|
Change Parameter Type type : Class<? extends T> to type : Class<T> in method public bind(type Class<T>, method Method, index int) : WithCustomMapping in class net.bytebuddy.asm.Advice.WithCustomMapping |
From |
To |
|
Move Class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForUnusedValue.Factory moved to net.bytebuddy.asm.Advice.OffsetMapping.ForOrigin.Factory |
From |
To |
|
Move Class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForArgument.Factory moved to net.bytebuddy.asm.Advice.OffsetMapping.ForArgument.Unresolved.Factory |
From |
To |
|
Move Class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForOrigin.Factory moved to net.bytebuddy.asm.Advice.OffsetMapping.ForField.Unresolved.Factory |
From |
To |
|
Move Class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForAllArguments.Factory moved to net.bytebuddy.asm.Advice.OffsetMapping.ForAllArguments.Factory |
From |
To |
|
Move Class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForReturnValue.Factory moved to net.bytebuddy.asm.Advice.OffsetMapping.ForUnusedValue.Factory |
From |
To |
|
Move Class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForEnterValue.Factory moved to net.bytebuddy.asm.Advice.OffsetMapping.ForEnterValue.Factory |
From |
To |
|
Move Class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForThrowable.Factory moved to net.bytebuddy.asm.Advice.OffsetMapping.ForThrowable.Factory |
From |
To |
|
Move Class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping moved to net.bytebuddy.asm.Advice.OffsetMapping |
From |
To |
|
Move Class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForThisReference.Factory moved to net.bytebuddy.asm.Advice.OffsetMapping.ForThisReference.Factory |
From |
To |
|
Rename Parameter parameterDescription : ParameterDescription.InDefinedShape to target : ParameterDescription.InDefinedShape in method public make(target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<Thrown>, delegation boolean) : OffsetMapping in class net.bytebuddy.asm.Advice.OffsetMapping.ForThrowable.Factory |
From |
To |
|
Rename Parameter parameterDescription : ParameterDescription.InDefinedShape to target : ParameterDescription.InDefinedShape in method public make(target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<AllArguments>, delegation boolean) : OffsetMapping in class net.bytebuddy.asm.Advice.OffsetMapping.ForAllArguments.Factory |
From |
To |
|
Rename Parameter parameterDescription : ParameterDescription.InDefinedShape to target : ParameterDescription.InDefinedShape in method public make(target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<This>, delegation boolean) : OffsetMapping in class net.bytebuddy.asm.Advice.OffsetMapping.ForThisReference.Factory |
From |
To |
|
Rename Parameter parameterDescription : ParameterDescription.InDefinedShape to target : ParameterDescription.InDefinedShape in method public make(target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<StubValue>, delegation boolean) : OffsetMapping in class net.bytebuddy.asm.Advice.OffsetMapping.ForStubValue |
From |
To |
|
Rename Parameter parameterDescription : ParameterDescription.InDefinedShape to target : ParameterDescription.InDefinedShape in method public make(target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<T>, delegation boolean) : OffsetMapping in class net.bytebuddy.asm.Advice.OffsetMapping.Illegal |
From |
To |
|
Rename Parameter parameterDescription : ParameterDescription.InDefinedShape to target : ParameterDescription.InDefinedShape in method public make(target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<Enter>, delegation boolean) : OffsetMapping in class net.bytebuddy.asm.Advice.OffsetMapping.ForEnterValue.Factory |
From |
To |
|
Rename Parameter parameterDescription : ParameterDescription.InDefinedShape to target : ParameterDescription.InDefinedShape in method public make(target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<Argument>, delegation boolean) : OffsetMapping in class net.bytebuddy.asm.Advice.OffsetMapping.ForArgument.Unresolved.Factory |
From |
To |
|
Rename Parameter dynamicValues : Map<Class<? extends Annotation>,DynamicValue<?>> to offsetMappings : Map<Class<? extends Annotation>,OffsetMapping.Factory<?>> in method protected WithCustomMapping(offsetMappings Map<Class<? extends Annotation>,OffsetMapping.Factory<?>>) in class net.bytebuddy.asm.Advice.WithCustomMapping |
From |
To |
|
Rename Parameter instanceType : Class<? super S> to targetType : Class<? super S> in method public bindSerialized(type Class<T>, value S, targetType Class<? super S>) : WithCustomMapping in class net.bytebuddy.asm.Advice.WithCustomMapping |
From |
To |