f21dc342e4569db356ee08a25157f859e83ccd2b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public of(methodType Object) : MethodType renamed to public ofLoaded(methodType Object) : MethodType in class net.bytebuddy.utility.JavaInstance.MethodType | From | To | |
Rename Method public of(methodHandle Object, lookup Object, accessControlContext AccessControlContext) : MethodHandle renamed to public ofLoaded(methodHandle Object, lookup Object, accessControlContext AccessControlContext) : MethodHandle in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Rename Variable | 1 | ||
Rename Variable unreflect : Method to unreflected : Method in method public testMethodHandleOfLoadedMethodHandle() : void in class net.bytebuddy.utility.JavaInstanceMethodHandleTest | From | To | |
Change Return Type | 2 | ||
Change Return Type List<TypeDescription> to TypeList in method public getParameterTypes() : TypeList in class net.bytebuddy.utility.JavaInstance.MethodType | From | To | |
Change Return Type List<TypeDescription> to TypeList in method public getParameterTypes() : TypeList in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To |