a76eb6930775ed7d784bc0db2457b2395fc7ea86
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type type : TypeMirror to type : TypeElement in method private SuperMethodElementPair(type TypeElement, method ExecutableElement) in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter.SuperMethodElementPair | From | To | |
Change Parameter Type superMethod : SuperMethodBindingPair to superMethod : SuperMethodElementPair in method private getSuperFunctionName(superMethod SuperMethodElementPair) : String in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter | From | To | |
Change Parameter Type method : IMethodBinding to method : ExecutableElement in method private SuperMethodElementPair(type TypeElement, method ExecutableElement) in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter.SuperMethodElementPair | From | To | |
Change Parameter Type method : IMethodBinding to method : ExecutableElement in method private getSuperFunctionSignature(method ExecutableElement) : String in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter | From | To | |
Rename Variable | 1 | ||
Rename Variable paramType : ITypeBinding to param : VariableElement in method private getSuperFunctionSignature(method ExecutableElement) : String in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter | From | To | |
Rename Class | 1 | ||
Rename Class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter.SuperMethodBindingPair renamed to com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter.SuperMethodElementPair | From | To | |
Extract Variable | 1 | ||
Extract Variable receiverElem : TypeElement in method public endVisit(node SuperMethodInvocation) : void from class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter | From | To | |
Change Variable Type | 6 | ||
Change Variable Type other : SuperMethodBindingPair to other : SuperMethodElementPair in method public equals(obj Object) : boolean in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter.SuperMethodElementPair | From | To | |
Change Variable Type var : IVariableBinding to var : VariableElement in method public endVisit(node SuperMethodInvocation) : void in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter | From | To | |
Change Variable Type paramType : ITypeBinding to param : VariableElement in method private getSuperFunctionSignature(method ExecutableElement) : String in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter | From | To | |
Change Variable Type superMethod : SuperMethodBindingPair to superMethod : SuperMethodElementPair in method public endVisit(node SuperMethodInvocation) : void in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter | From | To | |
Change Variable Type superMethod : SuperMethodBindingPair to superMethod : SuperMethodElementPair in method public endVisit(unit CompilationUnit) : void in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter | From | To | |
Change Variable Type method : IMethodBinding to method : ExecutableElement in method public endVisit(node SuperMethodInvocation) : void in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type type : ITypeBinding to type : TypeElement in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter.SuperMethodElementPair | From | To | |
Change Attribute Type method : IMethodBinding to method : ExecutableElement in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter.SuperMethodElementPair | From | To | |
Change Attribute Type typeMap : Map<ITypeBinding,AbstractTypeDeclaration> to typeMap : Map<TypeElement,AbstractTypeDeclaration> in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter | From | To | |
Change Attribute Type superMethods : Set<SuperMethodBindingPair> to superMethods : Set<SuperMethodElementPair> in class com.google.devtools.j2objc.translate.SuperMethodInvocationRewriter | From | To |