|
Change Parameter Type type : Class<?>... to type : Type... in method public withImplementing(type Type...) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type superType : TypeDescription to superType : Type in method public subclass(superType Type) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type interfaceTypes : List<TypeDescription> to interfaceTypes : List<GenericTypeDescription> in method protected MethodAnnotationTarget(classFileVersion ClassFileVersion, namingStrategy NamingStrategy.Unbound, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, implementationContextFactory Implementation.Context.Factory, interfaceTypes List<GenericTypeDescription>, ignoredMethods ElementMatcher<? super MethodDescription>, classVisitorWrapper ClassVisitorWrapper, methodRegistry MethodRegistry, modifiers Definable<Integer>, typeAttributeAppender TypeAttributeAppender, methodGraphCompiler MethodGraph.Compiler, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, methodMatcher LatentMethodMatcher, handler MethodRegistry.Handler, attributeAppenderFactory MethodAttributeAppender.Factory, methodTransformer MethodTransformer) in class net.bytebuddy.ByteBuddy.MethodAnnotationTarget |
From |
To |
|
Change Parameter Type types : Collection<? extends TypeDescription> to typeDefinitions : Collection<? extends TypeDefinition> in method public withImplementing(typeDefinitions Collection<? extends TypeDefinition>) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type superType : TypeDescription to superType : TypeDefinition in method public subclass(superType TypeDefinition) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type interfaceTypes : List<TypeDescription> to interfaceTypes : List<GenericTypeDescription> in method protected OptionalMethodInterception(classFileVersion ClassFileVersion, namingStrategy NamingStrategy.Unbound, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, implementationContextFactory Implementation.Context.Factory, interfaceTypes List<GenericTypeDescription>, ignoredMethods ElementMatcher<? super MethodDescription>, classVisitorWrapper ClassVisitorWrapper, methodRegistry MethodRegistry, modifiers Definable<Integer>, typeAttributeAppender TypeAttributeAppender, methodGraphCompiler MethodGraph.Compiler, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, methodMatcher LatentMethodMatcher) in class net.bytebuddy.ByteBuddy.OptionalMethodInterception |
From |
To |
|
Change Parameter Type type : TypeDescription... to typeDefinition : TypeDefinition... in method public withImplementing(typeDefinition TypeDefinition...) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type typeDescription : TypeDescription... to typeDefinition : TypeDefinition... in method public makeInterface(typeDefinition TypeDefinition...) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type superType : TypeDescription to superType : Type in method public subclass(superType Type, constructorStrategy ConstructorStrategy) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type types : Iterable<? extends Class<?>> to types : Iterable<? extends Type> in method public makeInterface(types Iterable<? extends Type>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type types : Iterable<? extends Class<?>> to types : Iterable<? extends Type> in method public withImplementing(types Iterable<? extends Type>) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type interfaceTypes : List<TypeDescription> to interfaceTypes : List<GenericTypeDescription> in method protected ByteBuddy(classFileVersion ClassFileVersion, namingStrategy NamingStrategy.Unbound, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, implementationContextFactory Implementation.Context.Factory, interfaceTypes List<GenericTypeDescription>, ignoredMethods ElementMatcher<? super MethodDescription>, classVisitorWrapper ClassVisitorWrapper, methodRegistry MethodRegistry, modifiers Definable<Integer>, typeAttributeAppender TypeAttributeAppender, methodGraphCompiler MethodGraph.Compiler, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory) in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type interfaceTypes : List<TypeDescription> to interfaceTypes : List<GenericTypeDescription> in method protected Proxy(classFileVersion ClassFileVersion, namingStrategy NamingStrategy.Unbound, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, implementationContextFactory Implementation.Context.Factory, interfaceTypes List<GenericTypeDescription>, ignoredMethods ElementMatcher<? super MethodDescription>, classVisitorWrapper ClassVisitorWrapper, methodRegistry MethodRegistry, modifiers Definable<Integer>, typeAttributeAppender TypeAttributeAppender, methodGraphCompiler MethodGraph.Compiler, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory) in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type genericTypes : List<? extends GenericTypeDescription> to genericTypes : List<? extends TypeDefinition> in method public Explicit(genericTypes List<? extends TypeDefinition>) in class net.bytebuddy.description.type.generic.GenericTypeList.Explicit |
From |
To |
|
Change Parameter Type typeDescriptions : Collection<? extends TypeDescription> to typeDefinitions : Collection<? extends TypeDefinition> in method public makeInterface(typeDefinitions Collection<? extends TypeDefinition>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type type : TypeDescription... to typeDefinition : TypeDefinition... in method public withImplementing(typeDefinition TypeDefinition...) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type typeDescription : TypeDescription... to typeDefinition : TypeDefinition... in method public makeInterface(typeDefinition TypeDefinition...) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type type : Class<?>... to type : Type... in method public withImplementing(type Type...) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type superType : TypeDescription to superType : TypeDefinition in method public subclass(superType TypeDefinition, constructorStrategy ConstructorStrategy) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type types : Collection<? extends TypeDescription> to typeDefinitions : Collection<? extends TypeDefinition> in method public withImplementing(typeDefinitions Collection<? extends TypeDefinition>) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type typeDescriptions : Collection<? extends TypeDescription> to typeDefinitions : Collection<? extends TypeDefinition> in method public makeInterface(typeDefinitions Collection<? extends TypeDefinition>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type types : Iterable<? extends Class<?>> to types : Iterable<? extends Type> in method public withImplementing(types Iterable<? extends Type>) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type types : Iterable<? extends Class<?>> to types : Iterable<? extends Type> in method public makeInterface(types Iterable<? extends Type>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter levelType : Class<T> to type : Class<T> in method public redefine(type Class<T>, classFileLocator ClassFileLocator) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter types : Collection<? extends TypeDescription> to typeDefinitions : Collection<? extends TypeDefinition> in method public withImplementing(typeDefinitions Collection<? extends TypeDefinition>) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Parameter typeDescriptions : Collection<? extends TypeDescription> to typeDefinitions : Collection<? extends TypeDefinition> in method public makeInterface(typeDefinitions Collection<? extends TypeDefinition>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter levelType : TypeDescription to typeDescription : TypeDescription in method public redefine(typeDescription TypeDescription, classFileLocator ClassFileLocator) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Parameter levelType : TypeDescription to typeDescription : TypeDescription in method public rebase(typeDescription TypeDescription, classFileLocator ClassFileLocator, methodNameTransformer MethodRebaseResolver.MethodNameTransformer) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter levelType : Class<T> to type : Class<T> in method public rebase(type Class<T>, classFileLocator ClassFileLocator, methodNameTransformer MethodRebaseResolver.MethodNameTransformer) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter levelType : Class<T> to type : Class<T> in method public rebase(type Class<T>) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter typeDescriptions : Collection<? extends TypeDescription> to typeDefinitions : Collection<? extends TypeDefinition> in method public makeInterface(typeDefinitions Collection<? extends TypeDefinition>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Parameter typeDescription : TypeDescription... to typeDefinition : TypeDefinition... in method public makeInterface(typeDefinition TypeDefinition...) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter levelType : TypeDescription to typeDescription : TypeDescription in method public rebase(typeDescription TypeDescription, classFileLocator ClassFileLocator, methodNameTransformer MethodRebaseResolver.MethodNameTransformer) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Parameter levelType : Class<T> to type : Class<T> in method public rebase(type Class<T>) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Parameter levelType : Class<T> to type : Class<T> in method public redefine(type Class<T>) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Parameter levelType : TypeDescription to typeDescription : TypeDescription in method public redefine(typeDescription TypeDescription, classFileLocator ClassFileLocator) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter types : Collection<? extends TypeDescription> to typeDefinitions : Collection<? extends TypeDefinition> in method public withImplementing(typeDefinitions Collection<? extends TypeDefinition>) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter levelType : Class<T> to type : Class<T> in method public rebase(type Class<T>, classFileLocator ClassFileLocator) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter typeDescription : TypeDescription... to typeDefinition : TypeDefinition... in method public makeInterface(typeDefinition TypeDefinition...) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Parameter type : TypeDescription... to typeDefinition : TypeDefinition... in method public withImplementing(typeDefinition TypeDefinition...) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter levelType : Class<T> to type : Class<T> in method public redefine(type Class<T>, classFileLocator ClassFileLocator) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Parameter levelType : TypeDescription to typeDescription : TypeDescription in method public rebase(typeDescription TypeDescription, classFileLocator ClassFileLocator) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter levelType : TypeDescription to typeDescription : TypeDescription in method public rebase(typeDescription TypeDescription, classFileLocator ClassFileLocator) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Parameter levelType : Class<T> to type : Class<T> in method public redefine(type Class<T>) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Parameter levelType : Class<T> to type : Class<T> in method public rebase(type Class<T>, classFileLocator ClassFileLocator, methodNameTransformer MethodRebaseResolver.MethodNameTransformer) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Parameter levelType : Class<T> to type : Class<T> in method public rebase(type Class<T>, classFileLocator ClassFileLocator) : DynamicType.Builder<T> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Parameter type : TypeDescription... to typeDefinition : TypeDefinition... in method public withImplementing(typeDefinition TypeDefinition...) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy |
From |
To |