3c0e9feb1bf2bddfe018cdc20b9caa283e161691
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method public isAlive() : boolean from class net.bytebuddy.asm.Advice.Dispatcher.Inlining.Resolved to public isAlive() : boolean from class net.bytebuddy.asm.Advice.Dispatcher.Resolved.AbstractBase | From | To | |
Pull Up Method protected Resolved(adviceMethod MethodDescription.InDefinedShape, factories List<OffsetMapping.Factory<?>>, classReader ClassReader, throwableType TypeDescription) from class net.bytebuddy.asm.Advice.Dispatcher.Inlining.Resolved to protected AbstractBase(adviceMethod MethodDescription.InDefinedShape, factories List<? extends OffsetMapping.Factory<?>>, throwableType TypeDescription, adviceType OffsetMapping.Factory.AdviceType) from class net.bytebuddy.asm.Advice.Dispatcher.Resolved.AbstractBase | From | To | |
Pull Up Method public isAlive() : boolean from class net.bytebuddy.asm.Advice.Dispatcher.Delegating.Resolved to public isAlive() : boolean from class net.bytebuddy.asm.Advice.Dispatcher.Resolved.AbstractBase | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type factories : List<OffsetMapping.Factory<?>> to factories : List<? extends OffsetMapping.Factory<?>> in method protected AbstractBase(adviceMethod MethodDescription.InDefinedShape, factories List<? extends OffsetMapping.Factory<?>>, throwableType TypeDescription, adviceType OffsetMapping.Factory.AdviceType) in class net.bytebuddy.asm.Advice.Dispatcher.Resolved.AbstractBase | From | To | |
Move Method | 1 | ||
Move Method public getEnterType() : TypeDefinition from class net.bytebuddy.asm.Advice.Dispatcher.Delegating.Resolved.ForMethodEnter to public getEnterType() : TypeDefinition from class net.bytebuddy.asm.Advice.Dispatcher.Delegating.Resolved.ForMethodEnter.WithRetainedEnterType | From | To | |
Pull Up Attribute | 3 | ||
Pull Up Attribute protected suppressionHandler : SuppressionHandler from class net.bytebuddy.asm.Advice.Dispatcher.Inlining.Resolved to protected suppressionHandler : SuppressionHandler from class net.bytebuddy.asm.Advice.Dispatcher.Resolved.AbstractBase | From | To | |
Pull Up Attribute protected offsetMappings : Map<Integer,OffsetMapping> from class net.bytebuddy.asm.Advice.Dispatcher.Inlining.Resolved to protected offsetMappings : Map<Integer,OffsetMapping> from class net.bytebuddy.asm.Advice.Dispatcher.Resolved.AbstractBase | From | To | |
Pull Up Attribute protected adviceMethod : MethodDescription.InDefinedShape from class net.bytebuddy.asm.Advice.Dispatcher.Inlining.Resolved to protected adviceMethod : MethodDescription.InDefinedShape from class net.bytebuddy.asm.Advice.Dispatcher.Resolved.AbstractBase | From | To |