9318e32db4bc4e81703dceba7ffd5f8ea3c58d5f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method public fromCode(fileName String, code String, kind SourceKind) : SourceFile extracted from public fromCode(fileName String, code String) : SourceFile in class com.google.javascript.jscomp.SourceFile | From | To | |
Extract Method public fromFile(fileName String, charset Charset, kind SourceKind) : SourceFile extracted from public fromFile(fileName String, charset Charset) : SourceFile in class com.google.javascript.jscomp.SourceFile | From | To | |
Extract Method public fromPath(path Path, charset Charset, kind SourceKind) : SourceFile extracted from public fromPath(path Path, c Charset) : SourceFile in class com.google.javascript.jscomp.SourceFile | From | To | |
Rename Parameter | 1 | ||
Rename Parameter c : Charset to charset : Charset in method public fromPath(path Path, charset Charset) : SourceFile in class com.google.javascript.jscomp.SourceFile | From | To |