03b33a029741c27c2161b4593c203832c2b2802e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private canFunctionize(node MethodDeclaration) : boolean renamed to private isFunctionizingCandidate(node MethodDeclaration) : boolean in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
Rename Variable | 3 | ||
Rename Variable m : ExecutableElement to method : ExecutableElement in method private isFunctionizingCandidate(node MethodDeclaration) : boolean in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
Rename Variable element : ExecutableElement to method : ExecutableElement in method public endVisit(node MethodInvocation) : void in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
Rename Variable element : ExecutableElement to method : ExecutableElement in method public endVisit(node SuperMethodInvocation) : void in class com.google.devtools.j2objc.translate.Functionizer | From | To |