611a335c96fb1827d85c6d01da8856625d1399da
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type factory : OffsetMapping.Factory... to factories : List<OffsetMapping.Factory> in method protected Resolved(adviceMethod MethodDescription.InDefinedShape, factories List<OffsetMapping.Factory>) in class net.bytebuddy.asm.Advice.Dispatcher.Active.Resolved | From | To | |
Change Parameter Type computedValue : ComputedValue<T> to dynamicValue : DynamicValue<T> in method protected Factory(type Class<T>, dynamicValue DynamicValue<T>) in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForCustomValue.Factory | From | To | |
Change Parameter Type dispatcher : Resolved.ForMethodEnter to dispatcher : ForMethodEnter in method public asMethodExitTo(userFactories List<? extends OffsetMapping.Factory>, dispatcher ForMethodEnter) : Resolved.ForMethodExit in class net.bytebuddy.asm.Advice.Dispatcher.Inactive | From | To | |
Rename Variable | 1 | ||
Rename Variable aFactory : OffsetMapping.Factory to factory : OffsetMapping.Factory in method protected Resolved(adviceMethod MethodDescription.InDefinedShape, factories List<OffsetMapping.Factory>) in class net.bytebuddy.asm.Advice.Dispatcher.Active.Resolved | From | To | |
Rename Class | 1 | ||
Rename Class net.bytebuddy.asm.Advice.ComputedValue renamed to net.bytebuddy.asm.Advice.DynamicValue | From | To | |
Move Class | 2 | ||
Move Class net.bytebuddy.asm.Advice.Dispatcher.Active.Resolved.OffsetMapping.ForCustomValue.Factory moved to net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForCustomValue.Factory | From | To | |
Move Class net.bytebuddy.asm.Advice.Dispatcher.Active.Resolved.OffsetMapping moved to net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping | From | To | |
Rename Attribute | 1 | ||
Rename Attribute computedValue : ComputedValue<T> to dynamicValue : DynamicValue<T> in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForCustomValue.Factory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type computedValue : ComputedValue<T> to dynamicValue : DynamicValue<T> in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForCustomValue.Factory | From | To | |
Extract Method | 1 | ||
Extract Method public to(typeDescription TypeDescription, classFileLocator ClassFileLocator, dynamicValues List<DynamicValue<?>>) : Advice extracted from public to(typeDescription TypeDescription, classFileLocator ClassFileLocator) : Advice in class net.bytebuddy.asm.Advice | From | To | |
Rename Parameter | 2 | ||
Rename Parameter computedValue : ComputedValue<T> to dynamicValue : DynamicValue<T> in method protected Factory(type Class<T>, dynamicValue DynamicValue<T>) in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForCustomValue.Factory | From | To | |
Rename Parameter factory : OffsetMapping.Factory... to factories : List<OffsetMapping.Factory> in method protected Resolved(adviceMethod MethodDescription.InDefinedShape, factories List<OffsetMapping.Factory>) in class net.bytebuddy.asm.Advice.Dispatcher.Active.Resolved | From | To |