4b052a62bdacdf3ef00af5f156886ce936c1c525
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getMethodNode(method ExecutableElement) : MethodDefinition renamed to public getMethod(name String, signature String) : MethodDeclaration in class com.google.devtools.j2objc.util.ClassFile | From | To | |
Change Return Type | 2 | ||
Change Return Type MethodDefinition to MethodDeclaration in method public getMethod(name String, signature String) : MethodDeclaration in class com.google.devtools.j2objc.util.ClassFile | From | To | |
Change Return Type FieldDefinition to FieldDeclaration in method public getFieldNode(name String, signature String) : FieldDeclaration in class com.google.devtools.j2objc.util.ClassFile | From | To | |
Rename Attribute | 1 | ||
Rename Attribute typeDef : TypeDefinition to type : TypeDeclaration in class com.google.devtools.j2objc.util.ClassFile | From | To | |
Change Variable Type | 2 | ||
Change Variable Type node : MethodDefinition to node : EntityDeclaration in method public getMethod(name String, signature String) : MethodDeclaration in class com.google.devtools.j2objc.util.ClassFile | From | To | |
Change Variable Type node : FieldDefinition to node : EntityDeclaration in method public getFieldNode(name String, signature String) : FieldDeclaration in class com.google.devtools.j2objc.util.ClassFile | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type typeDef : TypeDefinition to type : TypeDeclaration in class com.google.devtools.j2objc.util.ClassFile | From | To |