a45622fa2e8e77dff79cca22814ddb715609984e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getBinaryName(t TypeMirror) : String renamed to public getSignatureName(t TypeMirror) : String in class com.google.devtools.j2objc.util.TypeUtil | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type type : ITypeBinding to type : TypeElement in method private eliminateDeadCode(type TypeElement, decls List<BodyDeclaration>) : void in class com.google.devtools.j2objc.translate.DeadCodeEliminator | From | To | |
| Change Parameter Type method : IMethodBinding to method : ExecutableElement in method private getProGuardName(method ExecutableElement) : String in class com.google.devtools.j2objc.translate.DeadCodeEliminator | From | To | |
| Rename Variable | 3 | ||
| Rename Variable binding : ITypeBinding to type : TypeElement in method public endVisit(node EnumDeclaration) : void in class com.google.devtools.j2objc.translate.DeadCodeEliminator | From | To | |
| Rename Variable binding : ITypeBinding to type : TypeElement in method public endVisit(node AnnotationTypeDeclaration) : void in class com.google.devtools.j2objc.translate.DeadCodeEliminator | From | To | |
| Rename Variable binding : IMethodBinding to elem : ExecutableElement in method private removeDeadMethods(clazz String, declarations List<BodyDeclaration>) : void in class com.google.devtools.j2objc.translate.DeadCodeEliminator | From | To | |
| Change Variable Type | 6 | ||
| Change Variable Type type : ITypeBinding to type : TypeElement in method public endVisit(node TypeDeclaration) : void in class com.google.devtools.j2objc.translate.DeadCodeEliminator | From | To | |
| Change Variable Type binding : ITypeBinding to type : TypeElement in method public endVisit(node AnnotationTypeDeclaration) : void in class com.google.devtools.j2objc.translate.DeadCodeEliminator | From | To | |
| Change Variable Type type : ITypeBinding to type : TypeMirror in method private isInlinableConstant(decl BodyDeclaration) : boolean in class com.google.devtools.j2objc.translate.DeadCodeEliminator | From | To | |
| Change Variable Type binding : ITypeBinding to type : TypeElement in method public endVisit(node EnumDeclaration) : void in class com.google.devtools.j2objc.translate.DeadCodeEliminator | From | To | |
| Change Variable Type binding : IMethodBinding to elem : ExecutableElement in method private removeDeadMethods(clazz String, declarations List<BodyDeclaration>) : void in class com.google.devtools.j2objc.translate.DeadCodeEliminator | From | To | |
| Change Variable Type type : ITypeBinding to type : TypeElement in method private stripClass(decls List<BodyDeclaration>) : void in class com.google.devtools.j2objc.translate.DeadCodeEliminator | From | To | |
| Extract Method | 1 | ||
| Extract Method public isRuntimeAnnotation(e Element) : boolean extracted from public isRuntimeAnnotation(mirror AnnotationMirror) : boolean in class com.google.devtools.j2objc.util.ElementUtil | From | To |