d2c1957848f8a77194335eb9d3d587470c2c51f2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type allJsInputs : Set<String> to allJsInputs : Map<String,String> in method private matchPaths(pattern String, allJsInputs Map<String,String>, excludes Set<String>) : void in class com.google.javascript.jscomp.CommandLineRunner | From | To | |
Rename Variable | 2 | ||
Rename Variable pathString : String to pathStringAbsolute : String in method private findJsFiles(patterns Collection<String>, sortAlphabetically boolean) : List<String> in class com.google.javascript.jscomp.CommandLineRunner | From | To | |
Rename Variable pathString : String to pathStringAbsolute : String in method public visitFile(p Path, attrs BasicFileAttributes) : FileVisitResult in class com.google.javascript.jscomp.CommandLineRunner.matchPaths.walkFileTree | From | To | |
Change Variable Type | 1 | ||
Change Variable Type allJsInputs : Set<String> to allJsInputs : Map<String,String> in method private findJsFiles(patterns Collection<String>, sortAlphabetically boolean) : List<String> in class com.google.javascript.jscomp.CommandLineRunner | From | To | |
Extract Variable | 1 | ||
Extract Variable original : Path in method private findJsFiles(patterns Collection<String>, sortAlphabetically boolean) : List<String> from class com.google.javascript.jscomp.CommandLineRunner | From | To |