912f9170ffa7a5afe7794d3aea87217004dd2b11
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable condition : Expression to result : Expression in method private convertWithoutParens(condition JCTree.JCExpression) : Expression in class com.google.devtools.j2objc.javac.TreeConverter | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type newNode : SuperConstructorInvocation to newNode : SuperMethodInvocation in method private convertMethodInvocation(node JCTree.JCMethodInvocation) : TreeNode in class com.google.devtools.j2objc.javac.TreeConverter | From | To | |
| Change Variable Type sym : ExecutableElement to sym : Symbol.MethodSymbol in method private convertMethodInvocation(node JCTree.JCMethodInvocation) : TreeNode in class com.google.devtools.j2objc.javac.TreeConverter | From | To | |
| Extract Method | 1 | ||
| Extract Method private convertWithoutParens(condition JCTree.JCExpression) : Expression extracted from private convertIf(node JCTree.JCIf) : TreeNode in class com.google.devtools.j2objc.javac.TreeConverter | From | To |