f5f2e9a9f59538b00b77a21eaa05b66a0fd1df72
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public isInlined(internalName String, descriptor String) : boolean renamed to public apply(internalName String, descriptor String, methodVisitor MethodVisitor, instrumentedMethod MethodDescription.InDefinedShape) : MethodVisitor in class net.bytebuddy.asm.Advice.Dispatcher.Inactive | From | To | |
Rename Method public isActive() : boolean renamed to public isAlive() : boolean in class net.bytebuddy.asm.Advice.Dispatcher | From | To | |
Rename Method public isActive() : boolean renamed to public isAlive() : boolean in class net.bytebuddy.asm.Advice.Dispatcher.Inactive | From | To | |
Rename Method public isActive() : boolean renamed to public isAlive() : boolean in class net.bytebuddy.asm.Advice.Dispatcher.ForMethod | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type methodEnter : Dispatcher to methodEnter : Dispatcher.Resolved.ForMethodEnter in method protected Advice(methodEnter Dispatcher.Resolved.ForMethodEnter, methodExit Dispatcher.Resolved.ForMethodExit, binaryRepresentation byte[]) in class net.bytebuddy.asm.Advice | From | To | |
Change Parameter Type methodExit : Dispatcher to methodExit : Dispatcher.Resolved.ForMethodExit in method protected Advice(methodEnter Dispatcher.Resolved.ForMethodEnter, methodExit Dispatcher.Resolved.ForMethodExit, binaryRepresentation byte[]) in class net.bytebuddy.asm.Advice | From | To | |
Change Parameter Type dispatcher : Dispatcher to dispatcher : Dispatcher.Resolved in method protected CodeCopier(dispatcher Dispatcher.Resolved) in class net.bytebuddy.asm.Advice.AsmAdvice.CodeCopier | From | To | |
Change Parameter Type methodDescription : MethodDescription to instrumentedMethod : MethodDescription.InDefinedShape in method protected AsmAdvice(methodVisitor MethodVisitor, instrumentedMethod MethodDescription.InDefinedShape) in class net.bytebuddy.asm.Advice.AsmAdvice | From | To | |
Move Method | 1 | ||
Move Method public isSkipException() : boolean from class net.bytebuddy.asm.Advice.Dispatcher.ForMethod to public isSkipException() : boolean from class net.bytebuddy.asm.Advice.Dispatcher.ForMethod.ForMethodExit | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to MethodVisitor in method public apply(internalName String, descriptor String, methodVisitor MethodVisitor, instrumentedMethod MethodDescription.InDefinedShape) : MethodVisitor in class net.bytebuddy.asm.Advice.Dispatcher.Inactive | From | To | |
Move Attribute | 2 | ||
Move Attribute private IGNORE_METHOD : MethodVisitor from class net.bytebuddy.asm.Advice to public IGNORE_METHOD : MethodVisitor from class net.bytebuddy.asm.Advice.Dispatcher | From | To | |
Move Attribute private IGNORE_ANNOTATION : AnnotationVisitor from class net.bytebuddy.asm.Advice to private IGNORE_ANNOTATION : AnnotationVisitor from class net.bytebuddy.asm.Advice.Dispatcher.ForMethod.CodeTranslationVisitor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute methodDescription : MethodDescription.InDefinedShape to inlinedMethod : MethodDescription.InDefinedShape in class net.bytebuddy.asm.Advice.Dispatcher.ForMethod | From | To | |
Extract Method | 3 | ||
Extract Method protected onMethodEntry() : void extracted from public visitCode() : void in class net.bytebuddy.asm.Advice.AsmAdvice | From | To | |
Extract Method private onMethodExit(duplication int, store int) : void extracted from public visitInsn(opcode int) : void in class net.bytebuddy.asm.Advice.AsmAdvice | From | To | |
Extract Method protected onMethodExit() : void extracted from public visitInsn(opcode int) : void in class net.bytebuddy.asm.Advice.AsmAdvice | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type methodEnter : Dispatcher to methodEnter : Dispatcher.Resolved.ForMethodEnter in class net.bytebuddy.asm.Advice | From | To | |
Change Attribute Type methodExit : Dispatcher to methodExit : Dispatcher.Resolved.ForMethodExit in class net.bytebuddy.asm.Advice | From | To | |
Change Attribute Type dispatcher : Dispatcher to dispatcher : Dispatcher.Resolved in class net.bytebuddy.asm.Advice.AsmAdvice.CodeCopier | From | To | |
Change Attribute Type instrumentedMethod : MethodDescription to instrumentedMethod : MethodDescription.InDefinedShape in class net.bytebuddy.asm.Advice.AsmAdvice | From | To | |
Rename Parameter | 2 | ||
Rename Parameter methodDescription : MethodDescription to instrumentedMethod : MethodDescription.InDefinedShape in method protected AsmAdvice(methodVisitor MethodVisitor, instrumentedMethod MethodDescription.InDefinedShape) in class net.bytebuddy.asm.Advice.AsmAdvice | From | To | |
Rename Parameter methodDescription : MethodDescription.InDefinedShape to inlinedMethod : MethodDescription.InDefinedShape in method protected ForMethod(inlinedMethod MethodDescription.InDefinedShape) in class net.bytebuddy.asm.Advice.Dispatcher.ForMethod | From | To |