2ae24c7dc265859b3031805435a8a543d56fb261
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public convert(options Options, env JavacEnvironment, file InputFile) : CompilationUnit renamed to public convertClassFile(options Options, env JavacEnvironment, file InputFile) : CompilationUnit in class com.google.devtools.j2objc.javac.ClassFileConverter | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public testMarkerInterface() : void from class com.google.devtools.j2objc.javac.ClassFileConverterTest to protected assertEqualSrcClassfile(type String, source String) : void from class com.google.devtools.j2objc.GenerationTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type PackageDeclaration to TreeNode in method private convertPackage(element PackageElement) : TreeNode in class com.google.devtools.j2objc.javac.ClassFileConverter | From | To | |
| Extract Variable | 1 | ||
| Extract Variable mainTypeName : String in method private createUnit() : CompilationUnit from class com.google.devtools.j2objc.javac.ClassFileConverter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter pkgElem : PackageElement to element : PackageElement in method private convertPackage(element PackageElement) : TreeNode in class com.google.devtools.j2objc.javac.ClassFileConverter | From | To |