|
Change Parameter Type expected : String[] to expected : List<SourceFile> in method private test(compiler Compiler, inputs List<SourceFile>, expected List<SourceFile>, error DiagnosticType, warning DiagnosticType, description String) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Change Parameter Type expected : String[] to expected : List<SourceFile> in method protected test(compiler Compiler, inputs List<SourceFile>, expected List<SourceFile>, error DiagnosticType, warning DiagnosticType) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Change Parameter Type expected : String[] to sources : String... in method private createSources(name String, sources String...) : List<SourceFile> in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Change Parameter Type expected : String[] to expected : List<SourceFile> in method protected test(compiler Compiler, inputs List<SourceFile>, expected List<SourceFile>, error DiagnosticType, warning DiagnosticType) : void in class com.google.javascript.jscomp.TypeICompilerTestCase |
From |
To |
|
Rename Variable inputs : List<SourceFile> to aggregateWarnings : List<JSError> in method private test(compiler Compiler, inputs List<SourceFile>, expected List<SourceFile>, error DiagnosticType, warning DiagnosticType, description String) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Rename Variable inputs : List<SourceFile> to expectedSources : List<SourceFile> in method private createSources(name String, sources String...) : List<SourceFile> in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Rename Variable inputs : List<SourceFile> to inputSources : List<SourceFile> in method public test(inputs String[], expected String[], error DiagnosticType, warning DiagnosticType, description String) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Rename Parameter js : String[] to inputs : String[] in method public test(inputs String[], expected String[], error DiagnosticType, warning DiagnosticType, description String) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Rename Parameter js : List<SourceFile> to inputs : List<SourceFile> in method public test(inputs List<SourceFile>, expected List<SourceFile>, error DiagnosticType, warning DiagnosticType, description String) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Rename Parameter expected : String[] to sources : String... in method private createSources(name String, sources String...) : List<SourceFile> in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Rename Parameter js : List<SourceFile> to inputs : List<SourceFile> in method private test(externs List<SourceFile>, inputs List<SourceFile>, expected String, error DiagnosticType, warning DiagnosticType, description String) : void in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |