e79a0f11a5fe51b794c2cc99735a8160faa0ec2a
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getForceIncompleteJava8Support() : boolean renamed to public isJava8Translator() : boolean in class com.google.devtools.j2objc.Options | From | To | |
Rename Variable | 3 | ||
Rename Variable method : MethodDeclaration to methodBinding : IMethodBinding in method private inDeallocMethod(node TreeNode) : boolean in class com.google.devtools.j2objc.translate.OperatorRewriter | From | To | |
Rename Variable method : MethodDeclaration to methodBinding : IMethodBinding in method public visit(node ReturnStatement) : boolean in class com.google.devtools.j2objc.gen.StatementGenerator | From | To | |
Rename Variable methodDecl : MethodDeclaration to methodBinding : IMethodBinding in method public endVisit(node ReturnStatement) : void in class com.google.devtools.j2objc.translate.Autoboxer | From | To | |
Change Return Type | 1 | ||
Change Return Type List<VariableDeclarationFragment> to List<VariableDeclaration> in method public parameters() : List<VariableDeclaration> in class com.google.devtools.j2objc.ast.LambdaExpression | From | To | |
Change Variable Type | 5 | ||
Change Variable Type x : VariableDeclarationFragment to x : VariableDeclaration in method public visit(node LambdaExpression) : boolean in class com.google.devtools.j2objc.ast.DebugASTPrinter | From | To | |
Change Variable Type method : MethodDeclaration to methodBinding : IMethodBinding in method private inDeallocMethod(node TreeNode) : boolean in class com.google.devtools.j2objc.translate.OperatorRewriter | From | To | |
Change Variable Type method : MethodDeclaration to methodBinding : IMethodBinding in method public visit(node ReturnStatement) : boolean in class com.google.devtools.j2objc.gen.StatementGenerator | From | To | |
Change Variable Type methodDecl : MethodDeclaration to methodBinding : IMethodBinding in method public endVisit(node ReturnStatement) : void in class com.google.devtools.j2objc.translate.Autoboxer | From | To | |
Change Variable Type x : VariableDeclarationFragment to x : VariableDeclaration in method public visit(node LambdaExpression) : boolean in class com.google.devtools.j2objc.gen.StatementGenerator | From | To | |
Extract Method | 1 | ||
Extract Method private getMethodDeclarations(nodes List<BodyDeclaration>) : Iterable<MethodDeclaration> extracted from public getMethodDeclarations(node AbstractTypeDeclaration) : Iterable<MethodDeclaration> in class com.google.devtools.j2objc.ast.TreeUtil | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type parameters : ChildList<VariableDeclarationFragment> to parameters : ChildList<VariableDeclaration> in class com.google.devtools.j2objc.ast.LambdaExpression | From | To |