186c96df2d7b1ac4cd64d7593346e7ebec71c2e7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public recordPadding(padding int) : void renamed to public requireStackPadding(padding int) : void in class net.bytebuddy.asm.Advice.MethodSizeHandler.ForAdvice | From | To | |
Rename Method public recordPadding(padding int) : void renamed to public requireStackPadding(stackPadding int) : void in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To | |
Rename Method public testAdviceWithEnterValue() : void renamed to public testAdviceWithLocalValue() : void in class net.bytebuddy.asm.AdviceLocalValueTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type startTypes : List<? extends TypeDescription> to localVariablePadding : int in method protected ForAdvice(adviceMethod MethodDescription.InDefinedShape, localVariablePadding int) in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To | |
Rename Attribute | 2 | ||
Rename Attribute startTypes : List<? extends TypeDescription> to localVariablePadding : int in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To | |
Rename Attribute padding : int to stackPadding : int in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type startTypes : List<? extends TypeDescription> to localVariablePadding : int in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To | |
Rename Parameter | 2 | ||
Rename Parameter startTypes : List<? extends TypeDescription> to localVariablePadding : int in method protected ForAdvice(adviceMethod MethodDescription.InDefinedShape, localVariablePadding int) in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To | |
Rename Parameter padding : int to stackPadding : int in method public requireStackPadding(stackPadding int) : void in class net.bytebuddy.asm.Advice.MethodSizeHandler.Default.ForAdvice | From | To |