1eff4e6f4674097af2ec6fb359afb2f8999b06a4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public stripSuperclass() : void renamed to public stripSupertypes() : void in class com.google.devtools.j2objc.ast.TypeDeclaration | From | To | |
Rename Variable | 1 | ||
Rename Variable type : Type to typeMirror : TypeMirror in method public getInterfaceTypes(node AbstractTypeDeclaration) : List<TypeElement> in class com.google.devtools.j2objc.util.TranslationUtil | From | To | |
Rename Attribute | 1 | ||
Rename Attribute stripSuperclass : boolean to stripSupertypes : boolean in class com.google.devtools.j2objc.ast.TypeDeclaration | From | To | |
Change Variable Type | 3 | ||
Change Variable Type it : Iterator<Type> to it : Iterator<? extends TypeMirror> in method public visit(node TypeDeclaration) : boolean in class com.google.devtools.j2objc.ast.DebugASTPrinter | From | To | |
Change Variable Type astInterfaces : List<Type> to astInterfaces : List<? extends TypeMirror> in method public getInterfaceTypes(node AbstractTypeDeclaration) : List<TypeElement> in class com.google.devtools.j2objc.util.TranslationUtil | From | To | |
Change Variable Type type : Type to typeMirror : TypeMirror in method public getInterfaceTypes(node AbstractTypeDeclaration) : List<TypeElement> in class com.google.devtools.j2objc.util.TranslationUtil | From | To |