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