bfa92bdc61b0270be6d4f05ec75fd6fc3624f851
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable jsList : List<String> to externFiles : List<SourceFile> in method private compileAndExportExterns(js String, externs String) : Result in class com.google.javascript.jscomp.ExternExportsPassTest | From | To | |
Inline Method | 2 | ||
Inline Method private checkResult(result Result, expected String) : void inlined to private compileAndCheck(js String, expected String) : void in class com.google.javascript.jscomp.ExternExportsPassTest | From | To | |
Inline Method private compileAndExportExterns(jsList List<String>, externs String) : Result inlined to private compileAndExportExterns(js String, externs String) : Result in class com.google.javascript.jscomp.ExternExportsPassTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type jsList : List<String> to externFiles : List<SourceFile> in method private compileAndExportExterns(js String, externs String) : Result in class com.google.javascript.jscomp.ExternExportsPassTest | From | To | |
Inline Variable | 1 | ||
Inline Variable parent : String in method private openExternExportsStream(options B, path String) : Writer from class com.google.javascript.jscomp.AbstractCommandLineRunner | From | To |