e5216f1e6a7d127bbaf96a8d77aa24aa595f7155
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable asmNode : MethodNode to methodDef : MethodDefinition in method private convertMethodDeclaration(element ExecutableElement) : TreeNode in class com.google.devtools.j2objc.javac.ClassFileConverter | From | To | |
| Change Return Type | 2 | ||
| Change Return Type MethodNode to MethodDefinition in method public getMethodNode(method ExecutableElement) : MethodDefinition in class com.google.devtools.j2objc.util.ClassFile | From | To | |
| Change Return Type FieldNode to FieldDefinition in method public getFieldNode(field VariableElement) : FieldDefinition in class com.google.devtools.j2objc.util.ClassFile | From | To | |
| Move Class | 1 | ||
| Move Class com.google.devtools.j2objc.javac.ClassFileConverter.ClassFile moved to com.google.devtools.j2objc.util.ClassFile | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type node : FieldNode to node : FieldDefinition in method public getFieldNode(field VariableElement) : FieldDefinition in class com.google.devtools.j2objc.util.ClassFile | From | To | |
| Change Variable Type node : MethodNode to node : MethodDefinition in method public getMethodNode(method ExecutableElement) : MethodDefinition in class com.google.devtools.j2objc.util.ClassFile | From | To | |
| Change Variable Type asmNode : MethodNode to methodDef : MethodDefinition in method private convertMethodDeclaration(element ExecutableElement) : TreeNode in class com.google.devtools.j2objc.javac.ClassFileConverter | From | To |