769b5f05a21f75a2ee2d2923aac27d1b2ac6bd7d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private resolve(annotation Class<? extends Annotation>, dispatcher Dispatcher, methodDescription MethodDescription.InDefinedShape) : Dispatcher renamed to private locate(annotation Class<? extends Annotation>, dispatcher Dispatcher.Unresolved, methodDescription MethodDescription.InDefinedShape) : Dispatcher.Unresolved in class net.bytebuddy.asm.Advice | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type dispatcher : Dispatcher to dispatcher : Dispatcher.Unresolved in method private locate(annotation Class<? extends Annotation>, dispatcher Dispatcher.Unresolved, methodDescription MethodDescription.InDefinedShape) : Dispatcher.Unresolved in class net.bytebuddy.asm.Advice | From | To | |
Change Return Type | 1 | ||
Change Return Type Dispatcher to Dispatcher.Unresolved in method private locate(annotation Class<? extends Annotation>, dispatcher Dispatcher.Unresolved, methodDescription MethodDescription.InDefinedShape) : Dispatcher.Unresolved in class net.bytebuddy.asm.Advice | From | To | |
Change Variable Type | 3 | ||
Change Variable Type methodExit : Dispatcher to methodExit : Dispatcher.Unresolved in method public to(typeDescription TypeDescription, classFileLocator ClassFileLocator) : Advice in class net.bytebuddy.asm.Advice | From | To | |
Change Variable Type resolved : Resolved to resolved : Active.Resolved in method public equals(other Object) : boolean in class net.bytebuddy.asm.Advice.Dispatcher.Active.Resolved | From | To | |
Change Variable Type methodEnter : Dispatcher to methodEnter : Dispatcher.Unresolved in method public to(typeDescription TypeDescription, classFileLocator ClassFileLocator) : Advice in class net.bytebuddy.asm.Advice | From | To |