d914bb53102401d2ee663a55a3617eeac452ccfe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getInheritedTypeElementsInclusive(type TypeMirror) : List<Element> renamed to public getInheritedDeclaredTypesInclusive(type TypeMirror) : List<DeclaredType> in class com.google.devtools.j2objc.util.ElementUtil | From | To | |
Rename Method public getTypeMirror() : DeclaredType renamed to public getElement() : TypeElement in class com.google.devtools.j2objc.ast.AbstractTypeDeclaration | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type type : ITypeBinding to type : TypeElement in method private pushType(type TypeElement) : void in class com.google.devtools.j2objc.translate.VariableRenamer | From | To | |
Change Parameter Type fields : Set<IVariableBinding> to fields : Set<VariableElement> in method private collectAndRenameFields(type TypeElement, fields Set<VariableElement>) : void in class com.google.devtools.j2objc.translate.VariableRenamer | From | To | |
Change Parameter Type type : ITypeBinding to type : TypeElement in method private collectAndRenameFields(type TypeElement, fields Set<VariableElement>) : void in class com.google.devtools.j2objc.translate.VariableRenamer | From | To | |
Change Parameter Type typeMirror : DeclaredType to typeElement : TypeElement in method public AbstractTypeDeclaration(typeElement TypeElement) in class com.google.devtools.j2objc.ast.AbstractTypeDeclaration | From | To | |
Rename Variable | 2 | ||
Rename Variable baseElement : Element to baseType : DeclaredType in method public getFunctionalInterface(type TypeMirror) : ExecutableElement in class com.google.devtools.j2objc.util.ElementUtil | From | To | |
Rename Variable typeElements : List<Element> to declaredTypes : List<DeclaredType> in method public getFunctionalInterface(type TypeMirror) : ExecutableElement in class com.google.devtools.j2objc.util.ElementUtil | From | To | |
Change Return Type | 2 | ||
Change Return Type DeclaredType to TypeElement in method public getElement() : TypeElement in class com.google.devtools.j2objc.ast.AbstractTypeDeclaration | From | To | |
Change Return Type List<Element> to List<DeclaredType> in method public getInheritedDeclaredTypesInclusive(type TypeMirror) : List<DeclaredType> in class com.google.devtools.j2objc.util.ElementUtil | From | To | |
Rename Attribute | 1 | ||
Rename Attribute typeMirror : DeclaredType to typeElement : TypeElement in class com.google.devtools.j2objc.ast.AbstractTypeDeclaration | From | To | |
Change Variable Type | 10 | ||
Change Variable Type typeElements : List<Element> to declaredTypes : List<DeclaredType> in method public getFunctionalInterface(type TypeMirror) : ExecutableElement in class com.google.devtools.j2objc.util.ElementUtil | From | To | |
Change Variable Type method : IMethodBinding to method : ExecutableElement in method private collectAndRenameFields(type TypeElement, fields Set<VariableElement>) : void in class com.google.devtools.j2objc.translate.VariableRenamer | From | To | |
Change Variable Type i : Element to i : DeclaredType in method public setupMethodStrings() : void in class com.google.devtools.j2objc.translate.LambdaRewriter.LambdaGenerator | From | To | |
Change Variable Type typeElements : List<Element> to typeElements : List<DeclaredType> in method public getInheritedDeclaredTypesInclusive(type TypeMirror) : List<DeclaredType> in class com.google.devtools.j2objc.util.ElementUtil | From | To | |
Change Variable Type superField : IVariableBinding to superField : VariableElement in method private collectAndRenameFields(type TypeElement, fields Set<VariableElement>) : void in class com.google.devtools.j2objc.translate.VariableRenamer | From | To | |
Change Variable Type field : IVariableBinding to field : VariableElement in method private collectAndRenameFields(type TypeElement, fields Set<VariableElement>) : void in class com.google.devtools.j2objc.translate.VariableRenamer | From | To | |
Change Variable Type field : IVariableBinding to field : VariableElement in method private pushType(type TypeElement) : void in class com.google.devtools.j2objc.translate.VariableRenamer | From | To | |
Change Variable Type baseElement : Element to baseType : DeclaredType in method public getFunctionalInterface(type TypeMirror) : ExecutableElement in class com.google.devtools.j2objc.util.ElementUtil | From | To | |
Change Variable Type fields : Set<IVariableBinding> to fields : Set<VariableElement> in method private pushType(type TypeElement) : void in class com.google.devtools.j2objc.translate.VariableRenamer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type typeMirror : DeclaredType to typeElement : TypeElement in class com.google.devtools.j2objc.ast.AbstractTypeDeclaration | From | To | |
Change Attribute Type renamedTypes : Set<ITypeBinding> to renamedTypes : Set<TypeElement> in class com.google.devtools.j2objc.translate.VariableRenamer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter typeMirror : DeclaredType to typeElement : TypeElement in method public AbstractTypeDeclaration(typeElement TypeElement) in class com.google.devtools.j2objc.ast.AbstractTypeDeclaration | From | To |