fe6a73b57707debb0e137a6f3fb5f19daf2437f4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package findDependenciesFromEntryPoints(supportEs6Modules boolean, supportCommonJSModules boolean) : void renamed to private findModulesFromEntryPoints(supportEs6Modules boolean, supportCommonJSModules boolean) : void in class com.google.javascript.jscomp.Compiler | From | To | |
Rename Method private depthFirstDependenciesFromInput(input CompilerInput, wasImportedByModule boolean, inputs Set<CompilerInput>, inputsByIdentifier Map<String,CompilerInput>, inputsByProvide Map<String,CompilerInput>, supportEs6Modules boolean, supportCommonJSModules boolean) : List<CompilerInput> renamed to private findModulesFromInput(input CompilerInput, wasImportedByModule boolean, inputs Set<CompilerInput>, inputsByIdentifier Map<String,CompilerInput>, inputsByProvide Map<String,CompilerInput>, supportEs6Modules boolean, supportCommonJSModules boolean) : void in class com.google.javascript.jscomp.Compiler | From | To | |
Change Return Type | 1 | ||
Change Return Type List<CompilerInput> to void in method private findModulesFromInput(input CompilerInput, wasImportedByModule boolean, inputs Set<CompilerInput>, inputsByIdentifier Map<String,CompilerInput>, inputsByProvide Map<String,CompilerInput>, supportEs6Modules boolean, supportCommonJSModules boolean) : void in class com.google.javascript.jscomp.Compiler | From | To |