c43eaffbde9da367b7e301fddaadf50f96eb3edd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testSingleModule() : void renamed to public test() : void in class com.google.javascript.jscomp.RemoveWeakSourcesTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type modules : Iterable<JSModule> to modules : List<JSModule> in method private outputModuleBinaryAndSourceMaps(modules List<JSModule>, options B) : DiagnosticType in class com.google.javascript.jscomp.AbstractCommandLineRunner | From | To | |
Change Parameter Type chunks : Iterable<JSModule> to chunks : List<JSModule> in method public parseModuleWrappers(specs List<String>, chunks List<JSModule>) : Map<String,String> in class com.google.javascript.jscomp.AbstractCommandLineRunner | From | To | |
Rename Attribute | 1 | ||
Rename Attribute STRONG_MODULE_NAME : String to SINGLETON_MODULE_NAME : String in class com.google.javascript.jscomp.JSModule | From | To | |
Extract Variable | 1 | ||
Extract Variable modules : Iterable<JSModule> in method package addNewSourceAst(ast JsAst) : boolean from class com.google.javascript.jscomp.Compiler | From | To |