50cfc60f7cb895af1e3b157990d94dce859e9716
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type unit : JCCompilationUnit to unit : CompilationUnitTree in method private JavacJ2ObjCIncompatibleStripper(unit CompilationUnitTree, sourcePositions SourcePositions) in class com.google.devtools.j2objc.javac.JavacJ2ObjCIncompatibleStripper | From | To | |
| Change Parameter Type javacUnit : JCTree.JCCompilationUnit to javacUnit : CompilationUnitTree in method public convertCompilationUnit(options Options, env JavacEnvironment, javacUnit CompilationUnitTree) : CompilationUnit in class com.google.devtools.j2objc.javac.TreeConverter | From | To | |
| Change Parameter Type javacUnit : JCTree.JCCompilationUnit to javacUnit : CompilationUnitTree in method private TreeConverter(javacUnit CompilationUnitTree, javacEnv JavacEnvironment) in class com.google.devtools.j2objc.javac.TreeConverter | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type type : JCTree to type : Tree in method public convertCompilationUnit(options Options, env JavacEnvironment, javacUnit CompilationUnitTree) : CompilationUnit in class com.google.devtools.j2objc.javac.TreeConverter | From | To | |
| Change Variable Type node : JCTree to node : Tree in method private convertPackage(pkg PackageElement) : PackageDeclaration in class com.google.devtools.j2objc.javac.TreeConverter | From | To | |
| Change Variable Type pkgAnnotation : JCTree.JCAnnotation to pkgAnnotation : AnnotationTree in method private convertPackage(pkg PackageElement) : PackageDeclaration in class com.google.devtools.j2objc.javac.TreeConverter | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type unit : JCTree.JCCompilationUnit to unit : CompilationUnitTree in class com.google.devtools.j2objc.javac.TreeConverter | From | To |