6e3eaf15f73f4128d914cc83e4a2fa6f66629418
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method protected bind(methodDescription MethodDescription.InDefinedShape) : Bound renamed to protected bindEntry(methodDescription MethodDescription.InDefinedShape) : Bound in class net.bytebuddy.asm.Advice.FrameTranslator | From | To | |
Rename Method protected injectFrame(methodVisitor MethodVisitor) : void renamed to protected injectCompletionFrame(methodVisitor MethodVisitor) : void in class net.bytebuddy.asm.Advice.FrameTranslator | From | To | |
Rename Method protected injectFrame(methodVisitor MethodVisitor) : void renamed to protected injectCompletionFrame(methodVisitor MethodVisitor) : void in class net.bytebuddy.asm.Advice.FrameTranslator.Bound | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private intermediates(enterType TypeDescription, instrumentedMethod MethodDescription.InDefinedShape) : TypeList from class net.bytebuddy.asm.Advice.Dispatcher.Active.CodeTranslationVisitor.ForMethodExit to protected bindExit(methodDescription MethodDescription.InDefinedShape, enterType TypeDescription) : Bound from class net.bytebuddy.asm.Advice.FrameTranslator | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type intermediateTypes : TypeList to extensionTypes : List<? extends TypeDescription> in method private injectFrame(methodVisitor MethodVisitor, extensionTypes List<? extends TypeDescription>, throwableOnStack boolean) : void in class net.bytebuddy.asm.Advice.FrameTranslator | From | To | |
Change Return Type | 1 | ||
Change Return Type TypeList to Bound in method protected bindExit(methodDescription MethodDescription.InDefinedShape, enterType TypeDescription) : Bound in class net.bytebuddy.asm.Advice.FrameTranslator | From | To | |
Rename Parameter | 2 | ||
Rename Parameter instrumentedMethod : MethodDescription.InDefinedShape to methodDescription : MethodDescription.InDefinedShape in method protected bindExit(methodDescription MethodDescription.InDefinedShape, enterType TypeDescription) : Bound in class net.bytebuddy.asm.Advice.FrameTranslator | From | To | |
Rename Parameter intermediateTypes : TypeList to extensionTypes : List<? extends TypeDescription> in method private injectFrame(methodVisitor MethodVisitor, extensionTypes List<? extends TypeDescription>, throwableOnStack boolean) : void in class net.bytebuddy.asm.Advice.FrameTranslator | From | To |