b37b537467d265575775fb2aa7e6cd6479662f50
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 3 | ||
| Pull Up Method public getModifiers() : int from class net.bytebuddy.implementation.Implementation.Context.Default.FieldSetter to public getModifiers() : int from class net.bytebuddy.implementation.Implementation.Context.Default.AbstractPropertyAccessorMethod | From | To | |
| Pull Up Method public getModifiers() : int from class net.bytebuddy.implementation.Implementation.Context.Default.AccessorMethod to public getModifiers() : int from class net.bytebuddy.implementation.Implementation.Context.Default.AbstractPropertyAccessorMethod | From | To | |
| Pull Up Method public getModifiers() : int from class net.bytebuddy.implementation.Implementation.Context.Default.FieldGetter to public getModifiers() : int from class net.bytebuddy.implementation.Implementation.Context.Default.AbstractPropertyAccessorMethod | From | To | |
| Rename Variable | 2 | ||
| Rename Variable superCall : SuperCall<String> to callSuperMethod : CallSuperMethod<String> in method public testBridgeMethodCreationForExistingBridgeMethod() : void in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilderTest | From | To | |
| Rename Variable superCall : SuperCall<String> to callSuperMethod : CallSuperMethod<String> in method public testBridgeMethodCreationForExistingBridgeMethod() : void in class net.bytebuddy.dynamic.scaffold.inline.AbstractDynamicTypeBuilderForInliningTest | From | To | |
| Rename Class | 1 | ||
| Rename Class net.bytebuddy.dynamic.AbstractDynamicTypeBuilderTest.SuperCall renamed to net.bytebuddy.dynamic.AbstractDynamicTypeBuilderTest.CallSuperMethod | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass net.bytebuddy.implementation.Implementation.Context.Default.AbstractPropertyAccessorMethod from classes [net.bytebuddy.implementation.Implementation.Context.Default.AccessorMethod, net.bytebuddy.implementation.Implementation.Context.Default.FieldGetter, net.bytebuddy.implementation.Implementation.Context.Default.FieldSetter] | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type superCall : SuperCall<String> to callSuperMethod : CallSuperMethod<String> in method public testBridgeMethodCreationForExistingBridgeMethod() : void in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilderTest | From | To | |
| Change Variable Type superCall : SuperCall<String> to callSuperMethod : CallSuperMethod<String> in method public testBridgeMethodCreationForExistingBridgeMethod() : void in class net.bytebuddy.dynamic.scaffold.inline.AbstractDynamicTypeBuilderForInliningTest | From | To |