c43e59892a6dd650290ea6db41d2a841ded6e0e0
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public getTypeDescription() : TypeDescription renamed to public getInstanceType() : TypeDescription in class net.bytebuddy.utility.JavaInstance.MethodType | From | To | |
| Rename Method public getTypeDescription() : TypeDescription renamed to public getInstanceType() : TypeDescription in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
| Rename Method public getTypeDescription() : TypeDescription renamed to public getInstanceType() : TypeDescription in class net.bytebuddy.utility.JavaInstance | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<? extends TypeDescription> to List<TypeDescription> in method public getParameterTypes() : List<TypeDescription> in class net.bytebuddy.utility.JavaInstance.MethodType | From | To | |
| Change Return Type List<? extends TypeDescription> to List<TypeDescription> in method public getParameterTypes() : List<TypeDescription> in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute GET_DECLARING_TYPE : JavaMethod to GET_DECLARING_CLASS : JavaMethod in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
| Rename Attribute GET_REFERENCE_TYPE : JavaMethod to GET_REFERENCE_KIND : JavaMethod in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter handle : int to identifier : int in method protected of(identifier int) : HandleType in class net.bytebuddy.utility.JavaInstance.MethodHandle.HandleType | From | To |