7ff692bac74ce97daf61efc09cf71de2f227f7dc
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private makeCompilerInput(files List<T>, isExtern boolean) : List<CompilerInput> renamed to private makeExternInputs(externSources List<T>) : List<CompilerInput> in class com.google.javascript.jscomp.Compiler | From | To | |
Rename Variable | 1 | ||
Rename Variable input : SourceFile to source : SourceFile in method public init(externs List<T1>, sources List<T2>, options CompilerOptions) : void in class com.google.javascript.jscomp.Compiler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type file : T to file : SourceFile in method private makeExternInputs(externSources List<T>) : List<CompilerInput> in class com.google.javascript.jscomp.Compiler | From | To | |
Rename Parameter | 2 | ||
Rename Parameter inputs : List<T2> to sources : List<T2> in method public init(externs List<T1>, sources List<T2>, options CompilerOptions) : void in class com.google.javascript.jscomp.Compiler | From | To | |
Rename Parameter files : List<T> to externSources : List<T> in method private makeExternInputs(externSources List<T>) : List<CompilerInput> in class com.google.javascript.jscomp.Compiler | From | To |