c69d49f9f70beeccce429d0de40a6bed695f61f5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setFileToPrintAfterEachPass(filename String) : void renamed to public setFilesToPrintAfterEachPass(filenames List<String>) : void in class com.google.javascript.jscomp.CompilerOptions | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type filename : String to filenames : List<String> in method public setFilesToPrintAfterEachPass(filenames List<String>) : void in class com.google.javascript.jscomp.CompilerOptions | From | To | |
| Rename Variable | 1 | ||
| Rename Variable filename : String to filenames : List<String> in method package getCurrentJsSource() : String in class com.google.javascript.jscomp.Compiler | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute fileToPrintAfterEachPass : String to filesToPrintAfterEachPass : List<String> in class com.google.javascript.jscomp.CompilerOptions | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type filename : String to filenames : List<String> in method package getCurrentJsSource() : String in class com.google.javascript.jscomp.Compiler | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type fileToPrintAfterEachPass : String to filesToPrintAfterEachPass : List<String> in class com.google.javascript.jscomp.CompilerOptions | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter filename : String to filenames : List<String> in method public setFilesToPrintAfterEachPass(filenames List<String>) : void in class com.google.javascript.jscomp.CompilerOptions | From | To |