9e58251a2e179a6e3d10f7dd42c58dcf7e6eebf6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package setEntryPoints(entryPoints List<DependencyOptions.ModuleIdentifier>) : CommandLineConfig renamed to package setClosureEntryPoints(entryPoints List<String>) : CommandLineConfig in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Rename Method package setDependencyMode(newVal CompilerOptions.DependencyMode) : CommandLineConfig renamed to package setOnlyClosureDependencies(newVal boolean) : CommandLineConfig in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type symbols : Collection<ModuleIdentifier> to symbols : Collection<String> in method public setEntryPoints(symbols Collection<String>) : DependencyOptions in class com.google.javascript.jscomp.DependencyOptions | From | To | |
Change Parameter Type entryPoints : List<DependencyOptions.ModuleIdentifier> to entryPoints : List<String> in method public manageDependencies(entryPoints List<String>, inputs List<CompilerInput>) : List<CompilerInput> in class com.google.javascript.jscomp.JSModuleGraph | From | To | |
Change Parameter Type entryPoints : List<DependencyOptions.ModuleIdentifier> to entryPoints : List<String> in method package setClosureEntryPoints(entryPoints List<String>) : CommandLineConfig in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Change Parameter Type newVal : CompilerOptions.DependencyMode to newVal : boolean in method package setOnlyClosureDependencies(newVal boolean) : CommandLineConfig in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Change Parameter Type entryPoints : List<DependencyOptions.ModuleIdentifier> to closureEntryPoints : List<String> in method package createDependencyOptions(manageClosureDependencies boolean, onlyClosureDependencies boolean, processCommonJSModules boolean, closureEntryPoints List<String>) : DependencyOptions in class com.google.javascript.jscomp.AbstractCommandLineRunner | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<ModuleIdentifier> to Collection<String> in method package getEntryPoints() : Collection<String> in class com.google.javascript.jscomp.DependencyOptions | From | To | |
Rename Attribute | 2 | ||
Rename Attribute entryPoints : List<DependencyOptions.ModuleIdentifier> to closureEntryPoints : List<String> in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Rename Attribute dependencyMode : CompilerOptions.DependencyMode to onlyClosureDependencies : boolean in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entryPoint : DependencyOptions.ModuleIdentifier to entryPoint : String in method private createEntryPointInputs(depOptions DependencyOptions, inputs List<CompilerInput>, sorter SortedDependencies<CompilerInput>) : Collection<CompilerInput> in class com.google.javascript.jscomp.JSModuleGraph | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type dependencyMode : CompilerOptions.DependencyMode to onlyClosureDependencies : boolean in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Change Attribute Type entryPoints : List<DependencyOptions.ModuleIdentifier> to closureEntryPoints : List<String> in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Change Attribute Type entryPoints : Set<ModuleIdentifier> to entryPoints : Set<String> in class com.google.javascript.jscomp.DependencyOptions | From | To | |
Rename Parameter | 1 | ||
Rename Parameter entryPoints : List<DependencyOptions.ModuleIdentifier> to closureEntryPoints : List<String> in method package createDependencyOptions(manageClosureDependencies boolean, onlyClosureDependencies boolean, processCommonJSModules boolean, closureEntryPoints List<String>) : DependencyOptions in class com.google.javascript.jscomp.AbstractCommandLineRunner | From | To |