|
Change Parameter Type currentScope : Scope to currentScope : NTIScope in method private getDeclaredFunctionTypeOfCalleeIfAny(fn Node, currentScope NTIScope) : DeclaredFunctionType in class com.google.javascript.jscomp.GlobalTypeInfo |
From |
To |
|
Change Parameter Type methodScope : Scope to methodScope : NTIScope in method package PropertyDef(defSite Node, methodType DeclaredFunctionType, methodScope NTIScope) in class com.google.javascript.jscomp.GlobalTypeInfo.PropertyDef |
From |
To |
|
Change Parameter Type s : Scope to s : NTIScope in method private isStaticCtorProp(getProp Node, s NTIScope) : boolean in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope |
From |
To |
|
Change Parameter Type scope : Scope to scope : NTIScope in method private analyzeFunction(scope NTIScope) : void in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Parameter Type parent : Scope to parent : NTIScope in method package NTIScope(root Node, parent NTIScope, formals List<String>, commonTypes JSTypes) in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Parameter Type fnScope : Scope to fnScope : NTIScope in method private mayChangeSummaryForFunctionsWithProperties(fnScope NTIScope, currentSummary JSType) : JSType in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Parameter Type calleeScope : Scope to calleeScope : NTIScope in method package DeferredCheck(callSite Node, expectedRetType JSType, callerScope NTIScope, calleeScope NTIScope) in class com.google.javascript.jscomp.NewTypeInference.DeferredCheck |
From |
To |
|
Change Parameter Type parentScope : Scope to parentScope : NTIScope in method private computeFnDeclaredType(fnDoc JSDocInfo, functionName String, declNode Node, ownerType RawNominalType, parentScope NTIScope) : DeclaredFunctionType in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope |
From |
To |
|
Change Parameter Type fn : Scope to fn : NTIScope in method private createSummary(fn NTIScope) : void in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Parameter Type summaries : Map<Scope,JSType> to summaries : Map<NTIScope,JSType> in method private runCheck(summaries Map<NTIScope,JSType>, warnings WarningReporter) : void in class com.google.javascript.jscomp.NewTypeInference.DeferredCheck |
From |
To |
|
Change Parameter Type scope : Scope to scope : NTIScope in method package addLocalFunDef(name String, scope NTIScope) : void in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Parameter Type s : Scope to s : NTIScope in method private getDeclaredTypeOfNode(jsdoc JSDocInfo, s NTIScope) : JSType in class com.google.javascript.jscomp.GlobalTypeInfo |
From |
To |
|
Change Parameter Type currentScope : Scope to currentScope : NTIScope in method package ProcessScope(currentScope NTIScope) in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope |
From |
To |
|
Change Parameter Type s : Scope to s : NTIScope in method private isClassPropAccess(n Node, s NTIScope) : boolean in class com.google.javascript.jscomp.GlobalTypeInfo |
From |
To |
|
Change Parameter Type currentScope : Scope to currentScope : NTIScope in method private mayWarnAboutGlobalThis(thisExpr Node, currentScope NTIScope) : boolean in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Parameter Type methodScope : Scope to methodScope : NTIScope in method private isAllowedToNotReturn(methodScope NTIScope) : boolean in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Parameter Type s : Scope to s : NTIScope in method package CollectNamedTypes(s NTIScope) in class com.google.javascript.jscomp.GlobalTypeInfo.CollectNamedTypes |
From |
To |
|
Change Parameter Type parentScope : Scope to parentScope : NTIScope in method private getDeclaredFunctionTypeFromContext(functionName String, declNode Node, parentScope NTIScope) : DeclaredFunctionType in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope |
From |
To |
|
Change Parameter Type callerScope : Scope to callerScope : NTIScope in method package DeferredCheck(callSite Node, expectedRetType JSType, callerScope NTIScope, calleeScope NTIScope) in class com.google.javascript.jscomp.NewTypeInference.DeferredCheck |
From |
To |
|
Change Return Type Collection<Scope> to Collection<NTIScope> in method package getScopes() : Collection<NTIScope> in class com.google.javascript.jscomp.GlobalTypeInfo |
From |
To |
|
Change Return Type Scope to NTIScope in method public processForTesting(externs Node, root Node) : NTIScope in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Return Type void to Node in method package mayDeclareUnknownType(qname QualifiedName, warnings WarningReporter) : Node in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Return Type Scope to NTIScope in method package getGlobalScope() : NTIScope in class com.google.javascript.jscomp.GlobalTypeInfo |
From |
To |
|
Change Return Type Scope to NTIScope in method private getScopeHelper(qname QualifiedName) : NTIScope in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Return Type Scope to NTIScope in method package getParent() : NTIScope in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Return Type Scope to NTIScope in method private visitFunctionLate(fn Node, ownerType RawNominalType) : NTIScope in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope |
From |
To |
|
Change Return Type Scope to NTIScope in method package getScope(fnName String) : NTIScope in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Variable Type s : Scope to s : NTIScope in method package isExternalFunction(fnName String) : boolean in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Variable Type fnScope : Scope to fnScope : NTIScope in method private createFunctionScope(fn Node, formals ArrayList<String>, internalName String) : void in class com.google.javascript.jscomp.GlobalTypeInfo.CollectNamedTypes |
From |
To |
|
Change Variable Type funScope : Scope to funScope : NTIScope in method public getDeclaredTypeOf(name String) : JSType in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Variable Type s : Scope to s : NTIScope in method public process(externs Node, root Node) : void in class com.google.javascript.jscomp.GlobalTypeInfo |
From |
To |
|
Change Variable Type funScope : Scope to funScope : NTIScope in method private simpleInferDeclaration(decl Declaration, constDeclNode Node) : JSType in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope |
From |
To |
|
Change Variable Type calleeScope : Scope to calleeScope : NTIScope in method private collectTypesForFreeVarsBwd(callee Node, env TypeEnv) : TypeEnv in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Variable Type s : Scope to s : NTIScope in method package getScope(fnName String) : NTIScope in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Variable Type s : Scope to s : NTIScope in method private mayCreateFunctionNamespace(qnameNode Node) : boolean in class com.google.javascript.jscomp.GlobalTypeInfo.CollectNamedTypes |
From |
To |
|
Change Variable Type s : Scope to s : NTIScope in method private createDeferredCheckBwd(expr Node, requiredType JSType) : void in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Variable Type enclosingScope : Scope to enclosingScope : NTIScope in method private mayChangeSummaryForFunctionsWithProperties(fnScope NTIScope, currentSummary JSType) : JSType in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Variable Type scope : Scope to scope : NTIScope in method public process(externs Node, root Node) : void in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Variable Type s : Scope to s : NTIScope in method private maybeAddFunctionScopeToNamespace(funQname Node) : void in class com.google.javascript.jscomp.GlobalTypeInfo.CollectNamedTypes |
From |
To |
|
Change Variable Type fnScope : Scope to fnScope : NTIScope in method private visitFunctionLate(fn Node, ownerType RawNominalType) : NTIScope in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope |
From |
To |
|
Change Variable Type calleeScope : Scope to calleeScope : NTIScope in method private collectTypesForFreeVarsFwd(callee Node, env TypeEnv) : void in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Variable Type methodScope : Scope to methodScope : NTIScope in method private mayAddPropToPrototype(rawType RawNominalType, pname String, defSite Node, initializer Node) : void in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope |
From |
To |
|
Change Attribute Type summaries : Map<Scope,JSType> to summaries : Map<NTIScope,JSType> in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Attribute Type scopes : List<Scope> to scopes : List<NTIScope> in class com.google.javascript.jscomp.GlobalTypeInfo |
From |
To |
|
Change Attribute Type currentScope : Scope to currentScope : NTIScope in class com.google.javascript.jscomp.GlobalTypeInfo.CollectNamedTypes |
From |
To |
|
Change Attribute Type globalScope : Scope to globalScope : NTIScope in class com.google.javascript.jscomp.GlobalTypeInfo |
From |
To |
|
Change Attribute Type callerScope : Scope to callerScope : NTIScope in class com.google.javascript.jscomp.NewTypeInference.DeferredCheck |
From |
To |
|
Change Attribute Type currentScope : Scope to currentScope : NTIScope in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope |
From |
To |
|
Change Attribute Type calleeScope : Scope to calleeScope : NTIScope in class com.google.javascript.jscomp.NewTypeInference.DeferredCheck |
From |
To |
|
Change Attribute Type parent : Scope to parent : NTIScope in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Attribute Type localFunDefs : Map<String,Scope> to localFunDefs : Map<String,NTIScope> in class com.google.javascript.jscomp.NTIScope |
From |
To |
|
Change Attribute Type currentScope : Scope to currentScope : NTIScope in class com.google.javascript.jscomp.NewTypeInference |
From |
To |
|
Change Attribute Type methodScope : Scope to methodScope : NTIScope in class com.google.javascript.jscomp.GlobalTypeInfo.PropertyDef |
From |
To |