60abf86b90729f31e87c81dc93e1f304c4d6e116
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public visitMaxs(maxStack int, maxLocals int) : void renamed to public visitEnd() : void in class net.bytebuddy.asm.Advice.AsmAdvice.CodeCopier.TransferringVisitor | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type methods : Map<String,MethodDescription> to dispatcher : Dispatcher in method protected CodeCopier(dispatcher Dispatcher) in class net.bytebuddy.asm.Advice.AsmAdvice.CodeCopier | From | To | |
Change Parameter Type methodEnter : Map<String,MethodDescription> to methodEnter : Dispatcher in method protected Advice(methodEnter Dispatcher, methodExit Dispatcher, binaryRepresentation byte[]) in class net.bytebuddy.asm.Advice | From | To | |
Change Parameter Type methodExit : Map<String,MethodDescription> to methodExit : Dispatcher in method protected Advice(methodEnter Dispatcher, methodExit Dispatcher, binaryRepresentation byte[]) in class net.bytebuddy.asm.Advice | From | To | |
Rename Variable | 1 | ||
Rename Variable parameterDescription : ParameterDescription to accessMapping : AccessMapping in method public visitVarInsn(opcode int, offset int) : void in class net.bytebuddy.asm.Advice.AsmAdvice.CodeCopier.TransferringVisitor | From | To | |
Rename Attribute | 2 | ||
Rename Attribute parameters : Map<Integer,ParameterDescription> to accessMappings : Map<Integer,AccessMapping> in class net.bytebuddy.asm.Advice.AsmAdvice.CodeCopier.TransferringVisitor | From | To | |
Rename Attribute methods : Map<String,MethodDescription> to dispatcher : Dispatcher in class net.bytebuddy.asm.Advice.AsmAdvice.CodeCopier | From | To | |
Change Variable Type | 1 | ||
Change Variable Type parameterDescription : ParameterDescription to accessMapping : AccessMapping in method public visitVarInsn(opcode int, offset int) : void in class net.bytebuddy.asm.Advice.AsmAdvice.CodeCopier.TransferringVisitor | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type methods : Map<String,MethodDescription> to dispatcher : Dispatcher in class net.bytebuddy.asm.Advice.AsmAdvice.CodeCopier | From | To | |
Change Attribute Type methodEnter : Map<String,MethodDescription> to methodEnter : Dispatcher in class net.bytebuddy.asm.Advice | From | To | |
Change Attribute Type methodExit : Map<String,MethodDescription> to methodExit : Dispatcher in class net.bytebuddy.asm.Advice | From | To | |
Change Attribute Type parameters : Map<Integer,ParameterDescription> to accessMappings : Map<Integer,AccessMapping> in class net.bytebuddy.asm.Advice.AsmAdvice.CodeCopier.TransferringVisitor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter methods : Map<String,MethodDescription> to dispatcher : Dispatcher in method protected CodeCopier(dispatcher Dispatcher) in class net.bytebuddy.asm.Advice.AsmAdvice.CodeCopier | From | To |