ab3797dc4222ee4a58dcb55513ed7f69facde046
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type charsetName : String to charsetName : Charset in method public setOutputCharset(charsetName Charset) : void in class com.google.javascript.jscomp.CompilerOptions | From | To | |
| Change Parameter Type outputEncoding : String to outputEncoding : Charset in method public setOutputEncoding(outputEncoding Charset) : void in class com.google.javascript.jscomp.ant.CompileTask | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to Charset in method private getLegacyOutputCharset() : Charset in class com.google.javascript.jscomp.AbstractCommandLineRunner | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type outputCharset : String to outputCharset : Charset in class com.google.javascript.jscomp.CompilerOptions | From | To | |
| Change Attribute Type outputEncoding : String to outputEncoding : Charset in class com.google.javascript.jscomp.ant.CompileTask | From | To | |
| Change Attribute Type legacyOutputCharset : String to legacyOutputCharset : Charset in class com.google.javascript.jscomp.AbstractCommandLineRunner | From | To |