cc80886fbaebaa3d143d50afba3bf989e8e80849
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getInitialTypes() : List<TypeDescription> renamed to public getLocalTypes() : List<TypeDescription> in class net.bytebuddy.asm.Advice.ArgumentHandler.ForInstrumentedMethod | From | To | |
Rename Method public getInitialTypes() : List<TypeDescription> renamed to public getLocalTypes() : List<TypeDescription> in class net.bytebuddy.asm.Advice.ArgumentHandler.ForInstrumentedMethod.Default | From | To | |
Extract Variable | 1 | ||
Extract Variable enterTypes : List<TypeDescription> in method protected AdviceVisitor(methodVisitor MethodVisitor, delegate MethodVisitor, implementationContext Context, assigner Assigner, exceptionHandler StackManipulation, instrumentedType TypeDescription, instrumentedMethod MethodDescription, methodEnter Dispatcher.Resolved.ForMethodEnter, methodExit Dispatcher.Resolved.ForMethodExit, exitTypes List<? extends TypeDescription>, writerFlags int, readerFlags int) from class net.bytebuddy.asm.Advice.AdviceVisitor | From | To |