5092ba4281f121298a669b41ea190862790e9d22
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private exit(origin String) : void renamed to private enter(origin String, type Class<?>) : void in class net.bytebuddy.asm.AdviceTest.OriginCustomAdvice | From | To | |
Rename Method private enter(origin String) : void renamed to private exit(origin String, type Class<?>) : void in class net.bytebuddy.asm.AdviceTest.OriginCustomAdvice | From | To | |
Rename Variable | 1 | ||
Rename Variable forReadOnlyField : ForReadOnlyField to forField : ForField in method public equals(object Object) : boolean in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.Target.ForField | From | To | |
Move Attribute | 1 | ||
Move Attribute private IGNORE_ANNOTATION : AnnotationVisitor from class net.bytebuddy.asm.Advice.Dispatcher.Active.CodeTranslationVisitor to public IGNORE_ANNOTATION : AnnotationVisitor from class net.bytebuddy.asm.Advice.Dispatcher | From | To | |
Change Variable Type | 1 | ||
Change Variable Type forReadOnlyField : ForReadOnlyField to forField : ForField in method public equals(object Object) : boolean in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.Target.ForField | From | To | |
Rename Parameter | 1 | ||
Rename Parameter typeRef : int to typeReference : int in method public visitTryCatchAnnotation(typeReference int, typePath TypePath, descriptor String, visible boolean) : AnnotationVisitor in class net.bytebuddy.asm.Advice.Dispatcher.Active.Resolved.CodeCopier.ExceptionTableCollector | From | To |