4cb2132892f2f0814f4890a237dc2e167eb3ebef
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type inlinedMethod : MethodDescription to inlinedMethod : MethodDescription.InDefinedShape in method protected ForMethodEnter(inlinedMethod MethodDescription.InDefinedShape) in class net.bytebuddy.asm.Advice.Dispatcher.ForMethod.ForMethodEnter | From | To | |
Rename Variable | 1 | ||
Rename Variable translated : Integer to mapped : Integer in method public visitVarInsn(opcode int, offset int) : void in class net.bytebuddy.asm.Advice.Dispatcher.ForMethod.CodeTranslationVisitor | From | To | |
Inline Method | 1 | ||
Inline Method private onMethodExit(duplication int, store int) : void inlined to public visitInsn(opcode int) : void in class net.bytebuddy.asm.Advice.AsmAdvice | From | To | |
Rename Attribute | 1 | ||
Rename Attribute offsetTranslations : Map<Integer,Integer> to offsetMappings : Map<Integer,Integer> in class net.bytebuddy.asm.Advice.Dispatcher.ForMethod.CodeTranslationVisitor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type inlinedMethod : MethodDescription to inlinedMethod : MethodDescription.InDefinedShape in class net.bytebuddy.asm.Advice.Dispatcher.ForMethod.Resolved | From | To | |
Rename Parameter | 2 | ||
Rename Parameter offsetTranslations : Map<Integer,Integer> to offsetMappings : Map<Integer,Integer> in method protected CodeTranslationVisitor(methodVisitor MethodVisitor, instrumentedMethod MethodDescription.InDefinedShape, inlinedMethod MethodDescription.InDefinedShape, offsetMappings Map<Integer,Integer>) in class net.bytebuddy.asm.Advice.Dispatcher.ForMethod.CodeTranslationVisitor | From | To | |
Rename Parameter offsetTranslations : Map<Integer,Integer> to offsetMappings : Map<Integer,Integer> in method protected ReturnValueDiscarding(methodVisitor MethodVisitor, instrumentedMethod MethodDescription.InDefinedShape, inlinedMethod MethodDescription.InDefinedShape, offsetMappings Map<Integer,Integer>, additionalSize StackSize) in class net.bytebuddy.asm.Advice.Dispatcher.ForMethod.CodeTranslationVisitor.ReturnValueDiscarding | From | To |