ae3d27ca50299533281f5322bc89f98f8856c422
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type methodBinding : IMethodBinding to methodElement : ExecutableElement in method private setFunctionCaller(method MethodDeclaration, methodElement ExecutableElement) : void in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
| Change Parameter Type method : IMethodBinding to method : ExecutableElement in method public createJniFunctionSignature(method ExecutableElement, elementUtil ElementUtil) : String in class com.google.devtools.j2objc.gen.SignatureGenerator | From | To | |
| Change Parameter Type selfParam : IVariableBinding to selfParam : VariableElement in method private FunctionConverter(selfParam VariableElement) in class com.google.devtools.j2objc.translate.Functionizer.FunctionConverter | From | To | |
| Rename Variable | 2 | ||
| Rename Variable binding : IMethodBinding to element : ExecutableElement in method public endVisit(node MethodInvocation) : void in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
| Rename Variable binding : IMethodBinding to element : ExecutableElement in method public endVisit(node MethodDeclaration) : void in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Set<IMethodBinding> to Set<ExecutableElement> in method private determineFunctionizableMethods(unit CompilationUnit) : Set<ExecutableElement> in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
| Change Variable Type | 7 | ||
| Change Variable Type functionizableDeclarations : Set<IMethodBinding> to functionizableDeclarations : Set<ExecutableElement> in method private determineFunctionizableMethods(unit CompilationUnit) : Set<ExecutableElement> in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
| Change Variable Type binding : IMethodBinding to element : ExecutableElement in method public endVisit(node MethodDeclaration) : void in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
| Change Variable Type binding : IMethodBinding to element : ExecutableElement in method public endVisit(node MethodInvocation) : void in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
| Change Variable Type m : IMethodBinding to m : ExecutableElement in method public createJniFunctionSignature(method ExecutableElement, elementUtil ElementUtil) : String in class com.google.devtools.j2objc.gen.SignatureGenerator | From | To | |
| Change Variable Type returnType : ITypeBinding to returnType : TypeMirror in method private setFunctionCaller(method MethodDeclaration, methodElement ExecutableElement) : void in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
| Change Variable Type invocations : Set<IMethodBinding> to invocations : Set<ExecutableElement> in method private determineFunctionizableMethods(unit CompilationUnit) : Set<ExecutableElement> in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
| Change Variable Type m : IMethodBinding to m : ExecutableElement in method private canFunctionize(node MethodDeclaration) : boolean in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type functionizableMethods : Set<IMethodBinding> to functionizableMethods : Set<ExecutableElement> in class com.google.devtools.j2objc.translate.Functionizer | From | To | |
| Change Attribute Type selfParam : IVariableBinding to selfParam : VariableElement in class com.google.devtools.j2objc.translate.Functionizer.FunctionConverter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter methodBinding : IMethodBinding to methodElement : ExecutableElement in method private setFunctionCaller(method MethodDeclaration, methodElement ExecutableElement) : void in class com.google.devtools.j2objc.translate.Functionizer | From | To |