a289a86ff1496de579c45da228278ee5f61d6dcb
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testCannotInstantiateSkipMarker() : void renamed to public testCannotInstantiateSkipDefaultValueMarker() : void in class net.bytebuddy.asm.AdviceTest | From | To | |
Rename Class | 2 | ||
Rename Class net.bytebuddy.asm.Advice.DefaultValueOrTrue renamed to net.bytebuddy.asm.Advice.OnDefaultValue | From | To | |
Rename Class net.bytebuddy.asm.AdviceSkipOnDefaultValueOrTrueTest renamed to net.bytebuddy.asm.AdviceSkipOnDefaultValueTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute jump : int to defaultJump : int in class net.bytebuddy.asm.Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.ForValue | From | To | |
Extract Method | 1 | ||
Extract Method protected doApply(methodVisitor MethodVisitor, methodSizeHandler MethodSizeHandler.ForAdvice, stackMapFrameHandler StackMapFrameHandler.ForAdvice, instrumentedMethod MethodDescription.InDefinedShape, skipHandler Bound.SkipHandler, inverted boolean) : void extracted from public apply(methodVisitor MethodVisitor, methodSizeHandler MethodSizeHandler.ForAdvice, stackMapFrameHandler StackMapFrameHandler.ForAdvice, instrumentedMethod MethodDescription.InDefinedShape, skipHandler Bound.SkipHandler) : void in class net.bytebuddy.asm.Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.ForValue | From | To | |
Rename Parameter | 1 | ||
Rename Parameter jump : int to defaultJump : int in method package ForValue(load int, defaultJump int, nonDefaultJump int) in class net.bytebuddy.asm.Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.ForValue | From | To |