bb8e6acbff1449b36bee9a0bbb361ef37f9d3494
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public requireStackPadding(padding int) : void renamed to public requireStackSizePadding(stackSizePadding int) : void in class net.bytebuddy.asm.Advice.MethodSizeHandler.ForAdvice | From | To | |
Rename Method public requireStackPadding(stackPadding int) : void renamed to public requireStackSizePadding(stackSizePadding int) : void in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To | |
Rename Attribute | 2 | ||
Rename Attribute localVariablePadding : int to baseLocalVariableLength : int in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To | |
Rename Attribute stackPadding : int to stackSizePadding : int in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To | |
Extract Variable | 2 | ||
Extract Variable forAdvice : MethodSizeHandler.ForAdvice in method protected apply(methodVisitor MethodVisitor, implementationContext Context, assigner Assigner, argumentHandler ArgumentHandler.ForInstrumentedMethod, methodSizeHandler MethodSizeHandler.ForInstrumentedMethod, stackMapFrameHandler StackMapFrameHandler.ForInstrumentedMethod, instrumentedType TypeDescription, instrumentedMethod MethodDescription, suppressionHandler SuppressionHandler.Bound, relocationHandler RelocationHandler.Bound) : MethodVisitor from class net.bytebuddy.asm.Advice.Dispatcher.Inlining.Resolved.ForMethodEnter | From | To | |
Extract Variable forAdvice : MethodSizeHandler.ForAdvice in method protected resolve(instrumentedType TypeDescription, instrumentedMethod MethodDescription, methodVisitor MethodVisitor, implementationContext Implementation.Context, assigner Assigner, argumentHandler ArgumentHandler.ForInstrumentedMethod, methodSizeHandler MethodSizeHandler.ForInstrumentedMethod, stackMapFrameHandler StackMapFrameHandler.ForInstrumentedMethod, exceptionHandler StackManipulation, relocation RelocationHandler.Relocation) : Bound from class net.bytebuddy.asm.Advice.Dispatcher.Delegating.Resolved.ForMethodEnter | From | To | |
Rename Parameter | 3 | ||
Rename Parameter localVariablePadding : int to baseLocalVariableLength : int in method protected ForAdvice(adviceMethod MethodDescription.InDefinedShape, baseLocalVariableLength int) in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To | |
Rename Parameter stackPadding : int to stackSizePadding : int in method public requireStackSizePadding(stackSizePadding int) : void in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To | |
Rename Parameter padding : int to stackSizePadding : int in method public requireStackSizePadding(stackSizePadding int) : void in class net.bytebuddy.asm.Advice.MethodSizeHandler.ForAdvice | From | To |