1ac6f06dab08b492ea226b8b17c3b8f81f32c314
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package processEs6Modules(inputsToProcess List<CompilerInput>, forceRewrite boolean) : void renamed to private parsePotentialModules(inputsToProcess List<CompilerInput>) : List<CompilerInput> in class com.google.javascript.jscomp.Compiler | From | To | |
Change Return Type | 1 | ||
Change Return Type void to List<CompilerInput> in method private parsePotentialModules(inputsToProcess List<CompilerInput>) : List<CompilerInput> in class com.google.javascript.jscomp.Compiler | From | To | |
Extract Method | 1 | ||
Extract Method private getPath(name String) : ModulePath extracted from package getPath() : ModulePath in class com.google.javascript.jscomp.CompilerInput | From | To |