819c6099c1dc27c0a8612695f372c0abc4fa82a6
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type entryPoints : List<DependencyOptions.ModuleIdentifier> to entryPoints : List<ModuleIdentifier> in method package createDependencyOptions(dependencyMode CompilerOptions.DependencyMode, entryPoints List<ModuleIdentifier>) : DependencyOptions in class com.google.javascript.jscomp.AbstractCommandLineRunner | From | To | |
Change Parameter Type entryPoints : List<DependencyOptions.ModuleIdentifier> to entryPoints : List<ModuleIdentifier> in method public manageDependencies(entryPoints List<ModuleIdentifier>, inputs List<CompilerInput>) : List<CompilerInput> in class com.google.javascript.jscomp.JSModuleGraph | From | To | |
Change Parameter Type entryPoints : List<DependencyOptions.ModuleIdentifier> to entryPoints : List<ModuleIdentifier> in method package setEntryPoints(entryPoints List<ModuleIdentifier>) : CommandLineConfig in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Change Return Type | 1 | ||
Change Return Type List<DependencyOptions.ModuleIdentifier> to List<ModuleIdentifier> in method package entryPointsFromClosureEntryPoints(closureEntryPoints List<String>) : List<ModuleIdentifier> in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Move Class | 1 | ||
Move Class com.google.javascript.jscomp.DependencyOptions.ModuleIdentifier moved to com.google.javascript.jscomp.ModuleIdentifier | From | To | |
Change Variable Type | 4 | ||
Change Variable Type entryPoints : List<DependencyOptions.ModuleIdentifier> to entryPoints : List<ModuleIdentifier> in method package entryPointsFromClosureEntryPoints(closureEntryPoints List<String>) : List<ModuleIdentifier> in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Change Variable Type normalizedEntryPoints : List<DependencyOptions.ModuleIdentifier> to normalizedEntryPoints : List<ModuleIdentifier> in method public setManageClosureDependencies(entryPoints List<String>) : void in class com.google.javascript.jscomp.CompilerOptions | From | To | |
Change Variable Type entryPoints : List<DependencyOptions.ModuleIdentifier> to entryPoints : List<ModuleIdentifier> in method private initConfigFromFlags(args String[], out PrintStream, err PrintStream) : void in class com.google.javascript.jscomp.CommandLineRunner | From | To | |
Change Variable Type entryPoint : DependencyOptions.ModuleIdentifier to entryPoint : 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 | 1 | ||
Change Attribute Type entryPoints : List<DependencyOptions.ModuleIdentifier> to entryPoints : List<ModuleIdentifier> in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To |