9b56bc2b8741fab1f0865dc148eef2e754b0891e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testInstanceStringGetterInvocationOnArgument() : void renamed to public testInvokeOnArgument() : void in class net.bytebuddy.implementation.MethodCallTest | From | To | |
| Rename Method public testInstanceStringSetterInvocationOnArgument() : void renamed to public testInvokeOnArgumentDynamic() : void in class net.bytebuddy.implementation.MethodCallTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type instance : Setters to instance : ArgumentCallDynamic in method public testInvokeOnArgumentDynamic() : void in class net.bytebuddy.implementation.MethodCallTest | From | To | |
| Change Variable Type instance : Getters to instance : ArgumentCall in method public testInvokeOnArgument() : void in class net.bytebuddy.implementation.MethodCallTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter offset : int to index : int in method public ForMethodParameter(index int) in class net.bytebuddy.implementation.MethodCall.TargetHandler.ForMethodParameter | From | To |