46d8c91130b0bb1992720eaf49a4939c96fca4de
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 2 | ||
Rename Class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField renamed to net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstance | From | To | |
Rename Class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForExistingField renamed to net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForField | From | To | |
Move Class | 1 | ||
Move Class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField.Factory moved to net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForField.Factory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute fieldType : TypeDescription.Generic to fieldLocatorFactory : FieldLocator.Factory in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForField.Factory | From | To | |
Change Variable Type | 2 | ||
Change Variable Type that : ForExistingField to that : ForField in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForField | From | To | |
Change Variable Type that : ForStaticField to that : ForInstance in method public equals(object Object) : boolean in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstance | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fieldType : TypeDescription.Generic to fieldLocatorFactory : FieldLocator.Factory in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForField.Factory | From | To | |
Extract Method | 1 | ||
Extract Method public withField(fieldLocatorFactory FieldLocator.Factory, name String...) : MethodCall extracted from public withField(fieldName String...) : MethodCall in class net.bytebuddy.implementation.MethodCall | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fieldName : String... to name : String... in method public withField(name String...) : MethodCall in class net.bytebuddy.implementation.MethodCall | From | To |