12f5eb9b09fa99b705057ca909b0b6b1c4f2404e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public newMethod(name String, returnType TypeMirror, enclosingElement Element) : GeneratedExecutableElement renamed to public newMethodWithSelector(selector String, returnType TypeMirror, enclosingElement Element) : GeneratedExecutableElement in class com.google.devtools.j2objc.types.GeneratedExecutableElement | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type method : IMethodBinding to method : ExecutableElement in method public getAllocatingConstructorName(method ExecutableElement) : String in class com.google.devtools.j2objc.util.NameTable | From | To | |
| Change Parameter Type method : IMethodBinding to method : ExecutableElement in method public getReleasingConstructorName(method ExecutableElement) : String in class com.google.devtools.j2objc.util.NameTable | From | To | |
| Inline Method | 2 | ||
| Inline Method public getFullFunctionName(method IMethodBinding) : String inlined to public getFullFunctionName(method ExecutableElement) : String in class com.google.devtools.j2objc.util.NameTable | From | To | |
| Inline Method public getFunctionName(method IMethodBinding) : String inlined to public getFunctionName(method ExecutableElement) : String in class com.google.devtools.j2objc.util.NameTable | From | To | |
| Rename Variable | 2 | ||
| Rename Variable descriptionBinding : GeneratedMethodBinding to descriptionElement : ExecutableElement in method private createDescriptionMethod(type ITypeBinding) : MethodDeclaration in class com.google.devtools.j2objc.translate.AnnotationRewriter | From | To | |
| Rename Variable deallocBinding : GeneratedMethodBinding to deallocElement : ExecutableElement in method private addDeallocMethod(node AbstractTypeDeclaration) : void in class com.google.devtools.j2objc.translate.DestructorGenerator | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type deallocBinding : GeneratedMethodBinding to deallocElement : ExecutableElement in method private addDeallocMethod(node AbstractTypeDeclaration) : void in class com.google.devtools.j2objc.translate.DestructorGenerator | From | To | |
| Change Variable Type descriptionBinding : GeneratedMethodBinding to descriptionElement : ExecutableElement in method private createDescriptionMethod(type ITypeBinding) : MethodDeclaration in class com.google.devtools.j2objc.translate.AnnotationRewriter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter name : String to selector : String in method public newMethodWithSelector(selector String, returnType TypeMirror, enclosingElement Element) : GeneratedExecutableElement in class com.google.devtools.j2objc.types.GeneratedExecutableElement | From | To |