|
Rename Method public hasType(typeDescription TypeDescription) : boolean renamed to public contains(typeDescription TypeDescription) : boolean in class net.bytebuddy.description.type.PackageDescription |
From |
To |
|
Rename Method protected getDeclaredMethod() : MethodDescription renamed to protected getImplementedMethod() : MethodDescription in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Record.ForDefinedMethod.WithoutBody |
From |
To |
|
Rename Method public invokeable(methodMatcher LatentMethodMatcher) : MatchedMethodInterception renamed to public invokable(methodMatcher LatentMethodMatcher) : MatchedMethodInterception in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Rename Method protected getDeclaredMethod() : MethodDescription renamed to protected getImplementedMethod() : MethodDescription in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Record.ForDefinedMethod.WithBody |
From |
To |
|
Rename Method protected getDeclaredMethod() : MethodDescription renamed to protected getImplementedMethod() : MethodDescription in class net.bytebuddy.implementation.Implementation.Context.Default.AbstractDelegationRecord |
From |
To |
|
Rename Method protected getDeclaredMethod() : MethodDescription renamed to protected getImplementedMethod() : MethodDescription in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Record.ForDefinedMethod.WithAnnotationDefaultValue |
From |
To |
|
Rename Method protected getDeclaredMethod() : MethodDescription renamed to protected getImplementedMethod() : MethodDescription in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge |
From |
To |
|
Rename Method public invokeable(methodMatcher LatentMethodMatcher) : MatchedMethodInterception renamed to public invokable(methodMatcher LatentMethodMatcher) : MatchedMethodInterception in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Method public wrap(typeToken MethodDescription.TypeToken) : Token renamed to public harmonize(typeToken MethodDescription.TypeToken) : Token in class net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Harmonizer.ForJavaMethod |
From |
To |
|
Rename Method public hasType(typeDescription TypeDescription) : boolean renamed to public contains(typeDescription TypeDescription) : boolean in class net.bytebuddy.description.type.PackageDescription.AbstractBase |
From |
To |
|
Rename Method public wrap(typeToken MethodDescription.TypeToken) : Token renamed to public harmonize(typeToken MethodDescription.TypeToken) : Token in class net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Harmonizer.ForJVMMethod |
From |
To |
|
Change Parameter Type methodDescriptions : Set<MethodDescription> to methodDescriptions : LinkedHashSet<MethodDescription> in method protected Ambiguous(key Harmonized<U>, methodDescriptions LinkedHashSet<MethodDescription>) in class net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Key.Store.Entry.Ambiguous |
From |
To |
|
Change Parameter Type nodes : LinkedHashMap<MethodDescription.TypeToken,Node> to nodes : LinkedHashMap<MethodDescription.Token,Node> in method public Simple(nodes LinkedHashMap<MethodDescription.Token,Node>) in class net.bytebuddy.dynamic.scaffold.MethodGraph.Simple |
From |
To |
|
Change Parameter Type key : Key.Harmonized<V> to key : Harmonized<V> in method protected combineWith(key Harmonized<V>) : Harmonized<V> in class net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Key.Harmonized |
From |
To |
|
Change Parameter Type visibility : Visibility to visible : boolean in method protected Node(key Detached, methodDescription MethodDescription, visible boolean) in class net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Key.Store.Entry.Resolved.Node |
From |
To |
|
Rename Variable interfaceKeyStore : Key.Store<T> to interfaceStore : Key.Store<T> in method protected doAnalyze(typeDescription GenericTypeDescription, snapshots Map<GenericTypeDescription,Key.Store<T>>, currentMatcher ElementMatcher<? super MethodDescription>, nextMatcher ElementMatcher<? super MethodDescription>) : Key.Store<T> in class net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default |
From |
To |
|
Rename Variable keyStore : Key.Store<T> to store : Key.Store<T> in method protected doAnalyze(typeDescription GenericTypeDescription, snapshots Map<GenericTypeDescription,Key.Store<T>>, currentMatcher ElementMatcher<? super MethodDescription>, nextMatcher ElementMatcher<? super MethodDescription>) : Key.Store<T> in class net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default |
From |
To |
|
Rename Variable keyStore : Key.Store<T> to store : Key.Store<T> in method protected analyze(typeDescription GenericTypeDescription, snapshots Map<GenericTypeDescription,Key.Store<T>>, currentMatcher ElementMatcher<? super MethodDescription>, nextMatcher ElementMatcher<? super MethodDescription>) : Key.Store<T> in class net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default |
From |
To |