31e3808ad476048fb16fa1f6f5fc9a3435a0f782
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getMethodSelectorFromAnnotation(method IMethodBinding) : String renamed to public getMethodNameFromAnnotation(method IMethodBinding) : String in class com.google.devtools.j2objc.util.NameTable | From | To | |
Rename Method private constructSelector(method IMethodBinding, delim char) : String renamed to private addParamNames(method IMethodBinding, name String, delim char) : String in class com.google.devtools.j2objc.util.NameTable | From | To | |
Extract Method | 1 | ||
Extract Method private getRenamedMethodName(method IMethodBinding) : String extracted from private selectorForOriginalBinding(method IMethodBinding) : String in class com.google.devtools.j2objc.util.NameTable | From | To |