b6ac9ae02782be4bccdd3c9827dc14ae21e48153
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package entryPointsFromClosureEntryPoints(closureEntryPoints List<String>) : List<ModuleIdentifier> renamed to package moduleIdentifiersForEntryPoints(entryPoints List<String>) : List<ModuleIdentifier> in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Rename Variable | 2 | ||
Rename Variable closureEntryPoint : String to entryPoint : String in method package moduleIdentifiersForEntryPoints(entryPoints List<String>) : List<ModuleIdentifier> in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Rename Variable entryPoints : List<ModuleIdentifier> to mids : List<ModuleIdentifier> in method package moduleIdentifiersForEntryPoints(entryPoints List<String>) : List<ModuleIdentifier> in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To | |
Rename Parameter | 1 | ||
Rename Parameter closureEntryPoints : List<String> to entryPoints : List<String> in method package moduleIdentifiersForEntryPoints(entryPoints List<String>) : List<ModuleIdentifier> in class com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig | From | To |