|
Change Parameter Type filenames : String... to entries : FlagEntry<JsSourceType>... in method private compileFiles(expectedOutput String, entries FlagEntry<JsSourceType>...) : void in class com.google.javascript.jscomp.CommandLineRunnerTest |
From |
To |
|
Change Parameter Type files : List<String> to files : List<FlagEntry<JsSourceType>> in method protected createInputs(files List<FlagEntry<JsSourceType>>, jsonFiles List<JsonFileSpec>) : List<SourceFile> in class com.google.javascript.jscomp.AbstractCommandLineRunner |
From |
To |
|
Change Parameter Type files : List<String> to files : List<FlagEntry<JsSourceType>> in method protected createInputs(files List<FlagEntry<JsSourceType>>, jsonFiles List<JsonFileSpec>, allowStdIn boolean) : List<SourceFile> in class com.google.javascript.jscomp.AbstractCommandLineRunner |
From |
To |
|
Change Parameter Type files : List<String> to files : List<FlagEntry<JsSourceType>> in method protected createInputs(files List<FlagEntry<JsSourceType>>, allowStdIn boolean) : List<SourceFile> in class com.google.javascript.jscomp.AbstractCommandLineRunner |
From |
To |
|
Change Parameter Type files : List<String> to files : List<FlagEntry<JsSourceType>> in method private createSourceInputs(files List<FlagEntry<JsSourceType>>, jsonFiles List<JsonFileSpec>) : List<SourceFile> in class com.google.javascript.jscomp.AbstractCommandLineRunner |
From |
To |
|
Change Variable Type zipFile1 : String to zipFile1 : FlagEntry<JsSourceType> in method public testInputOneZip() : void in class com.google.javascript.jscomp.CommandLineRunnerTest |
From |
To |
|
Change Variable Type zipFile1 : String to zipFile1 : FlagEntry<JsSourceType> in method public testInputMultipleZips() : void in class com.google.javascript.jscomp.CommandLineRunnerTest |
From |
To |
|
Change Variable Type previous : List<GuardLevel> to previousGuardLevels : List<FlagEntry<CheckLevel>> in method private processFlagFile() : void in class com.google.javascript.jscomp.CommandLineRunner |
From |
To |
|
Change Variable Type filename : String to entry : FlagEntry<JsSourceType> in method private compileFiles(expectedOutput String, entries FlagEntry<JsSourceType>...) : void in class com.google.javascript.jscomp.CommandLineRunnerTest |
From |
To |
|
Change Variable Type zipFile2 : String to zipFile2 : FlagEntry<JsSourceType> in method public testInputMultipleZips() : void in class com.google.javascript.jscomp.CommandLineRunnerTest |
From |
To |
|
Change Variable Type zipFile1 : String to zipFile1 : FlagEntry<JsSourceType> in method public testInputMultipleContents() : void in class com.google.javascript.jscomp.CommandLineRunnerTest |
From |
To |