|
Change Return Type List<Reference> to ImmutableList<Reference> in method public getReferenceList(symbol Symbol) : ImmutableList<Reference> in class com.google.javascript.jscomp.SymbolTable |
From |
To |
|
Change Return Type List<INPUT> to ImmutableList<INPUT> in method public getDependenciesOf(rootInputs List<INPUT>, sorted boolean) : ImmutableList<INPUT> in class com.google.javascript.jscomp.deps.Es6SortedDependencies |
From |
To |
|
Change Return Type List<String> to ImmutableList<String> in method private getClassNames(qualifiedName String) : ImmutableList<String> in class com.google.javascript.jscomp.CheckMissingAndExtraRequires |
From |
To |
|
Change Return Type List<? extends RegExpTree> to ImmutableList<? extends RegExpTree> in method public children() : ImmutableList<? extends RegExpTree> in class com.google.javascript.jscomp.regex.RegExpTree.Alternation |
From |
To |
|
Change Return Type List<? extends RegExpTree> to ImmutableList<? extends RegExpTree> in method public children() : ImmutableList<? extends RegExpTree> in class com.google.javascript.jscomp.regex.RegExpTree.RegExpTreeAtom |
From |
To |
|
Change Return Type Set<String> to ImmutableSet<String> in method package getExterns() : ImmutableSet<String> in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Return Type List<String> to ImmutableList<String> in method private requires(strings String...) : ImmutableList<String> in class com.google.javascript.jscomp.deps.Es6SortedDependenciesTest |
From |
To |
|
Change Return Type List<SourceFile> to ImmutableList<SourceFile> in method private coverageExterns() : ImmutableList<SourceFile> in class com.google.javascript.jscomp.GoldenFileComparer |
From |
To |
|
Change Return Type List<String> to ImmutableList<String> in method private provides(strings String...) : ImmutableList<String> in class com.google.javascript.jscomp.deps.Es6SortedDependenciesTest |
From |
To |
|
Change Return Type Map<String,String> to ImmutableMap<String,String> in method public applySuggestedFixesToCode(fixes Iterable<SuggestedFix>, filenameToCodeMap Map<String,String>) : ImmutableMap<String,String> in class com.google.javascript.refactoring.ApplySuggestedFixes |
From |
To |
|
Change Return Type Collection<String> to ImmutableCollection<String> in method private getTagNames(tag Node) : ImmutableCollection<String> in class com.google.javascript.jscomp.ConformanceRules.BanCreateDom |
From |
To |
|
Change Return Type List<ModuleIdentifier> to ImmutableList<ModuleIdentifier> in method private createEntryPoints(entryPoints String[]) : ImmutableList<ModuleIdentifier> in class com.google.javascript.jscomp.gwt.client.GwtRunner |
From |
To |
|
Change Return Type List<Integer> to ImmutableList<Integer> in method private computeLineLengths(code String) : ImmutableList<Integer> in class com.google.javascript.jscomp.CodePrinter.MappedCodePrinter |
From |
To |
|
Change Return Type Collection<String> to ImmutableCollection<String> in method public getIndirectlyDeclaredProperties() : ImmutableCollection<String> in class com.google.javascript.jscomp.ClosureCodingConvention |
From |
To |
|
Change Return Type List<JSType> to ImmutableList<JSType> in method private getTypesToTestForSymmetry() : ImmutableList<JSType> in class com.google.javascript.rhino.jstype.JSTypeTest |
From |
To |
|
Change Return Type List<SuggestedFix> to ImmutableList<SuggestedFix> in method private getFixesForImplicitlyNullableJsDoc(error JSError, compiler AbstractCompiler) : ImmutableList<SuggestedFix> in class com.google.javascript.refactoring.ErrorToFixMapper |
From |
To |
|
Change Return Type List<SuggestedFix> to ImmutableList<SuggestedFix> in method public processMatch(match Match) : ImmutableList<SuggestedFix> in class com.google.javascript.refactoring.examples.GoogBindToArrow |
From |
To |
|
Change Return Type Set<String> to ImmutableSet<String> in method package getLocals() : ImmutableSet<String> in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Return Type Map<String,String> to ImmutableMap<String,String> in method private loadFlags(isModule boolean) : ImmutableMap<String,String> in class com.google.javascript.jscomp.deps.SimpleDependencyInfo |
From |
To |
|
Change Return Type List<? extends RegExpTree> to ImmutableList<? extends RegExpTree> in method public children() : ImmutableList<? extends RegExpTree> in class com.google.javascript.jscomp.regex.RegExpTree.CapturingGroup |
From |
To |
|
Change Return Type List<? extends RegExpTree> to ImmutableList<? extends RegExpTree> in method public children() : ImmutableList<? extends RegExpTree> in class com.google.javascript.jscomp.regex.RegExpTree.LookaheadAssertion |
From |
To |
|
Change Return Type List<String> to ImmutableList<String> in method private getGoogRequiresFromPattern(pattern Pattern) : ImmutableList<String> in class com.google.javascript.refactoring.RefasterJsScanner.RefasterJsTemplate |
From |
To |
|
Change Return Type Collection<PropertyDef> to ImmutableCollection<PropertyDef> in method private getPropDefsFromInterface(nominalType NominalType, pname String) : ImmutableCollection<PropertyDef> in class com.google.javascript.jscomp.GlobalTypeInfoCollector |
From |
To |
|
Change Return Type Set<String> to ImmutableSet<String> in method package getLocalFunDefs() : ImmutableSet<String> in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Return Type Collection<AssertionFunctionSpec> to ImmutableCollection<AssertionFunctionSpec> in method public getAssertionFunctions() : ImmutableCollection<AssertionFunctionSpec> in class com.google.javascript.jscomp.ChromeCodingConvention |
From |
To |
|
Change Return Type List<String> to ImmutableList<String> in method private provides(strings String...) : ImmutableList<String> in class com.google.javascript.jscomp.JSModuleGraphTest |
From |
To |
|
Change Return Type List<? extends RegExpTree> to ImmutableList<? extends RegExpTree> in method public children() : ImmutableList<? extends RegExpTree> in class com.google.javascript.jscomp.regex.RegExpTree.Concatenation |
From |
To |
|
Change Return Type Map<String,String> to ImmutableMap<String,String> in method package getMap() : ImmutableMap<String,String> in class com.google.javascript.jscomp.TagNameToType |
From |
To |
|
Change Return Type Collection<String> to ImmutableCollection<String> in method public getIndirectlyDeclaredProperties() : ImmutableCollection<String> in class com.google.javascript.jscomp.ChromeCodingConvention |
From |
To |
|
Change Return Type List<INPUT> to ImmutableList<INPUT> in method public getInputsWithoutProvides() : ImmutableList<INPUT> in class com.google.javascript.jscomp.deps.Es6SortedDependencies |
From |
To |
|
Change Return Type List<SuggestedFix> to ImmutableList<SuggestedFix> in method public processMatch(match Match) : ImmutableList<SuggestedFix> in class com.google.javascript.refactoring.RefasterJsScanner |
From |
To |
|
Change Return Type List<? extends RegExpTree> to ImmutableList<? extends RegExpTree> in method public children() : ImmutableList<? extends RegExpTree> in class com.google.javascript.jscomp.regex.RegExpTree.Repetition |
From |
To |
|
Change Return Type Collection<AssertionFunctionSpec> to ImmutableCollection<AssertionFunctionSpec> in method public getAssertionFunctions() : ImmutableCollection<AssertionFunctionSpec> in class com.google.javascript.jscomp.ClosureCodingConvention |
From |
To |
|
Change Return Type List<SourceFile> to ImmutableList<SourceFile> in method private maybeCreateSources(name String, srcText String) : ImmutableList<SourceFile> in class com.google.javascript.jscomp.CompilerTestCase |
From |
To |
|
Change Return Type Map<String,Object> to ImmutableMap<String,Object> in method package asMap() : ImmutableMap<String,Object> in class com.google.javascript.jscomp.gwt.client.GwtRunner.JsMap |
From |
To |
|
Change Return Type List<String> to ImmutableList<String> in method private requires(strings String...) : ImmutableList<String> in class com.google.javascript.jscomp.JSModuleGraphTest |
From |
To |
|
Change Return Type List<JSError> to ImmutableList<JSError> in method public removeDuplicateZipEntries(sourceFiles List<SourceFile>, jsModuleSpecs List<JsModuleSpec>) : ImmutableList<JSError> in class com.google.javascript.jscomp.AbstractCommandLineRunner |
From |
To |
|
Change Return Type Set<String> to ImmutableSet<String> in method private extractList(configProp String) : ImmutableSet<String> in class com.google.javascript.jscomp.parsing.ParserRunner |
From |
To |