|
Change Parameter Type type : JSType to type : TypeI in method private getTypeWithProperty(field String, type TypeI) : ObjectTypeI in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method private addInvalidatingType(type TypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method private getTypeAlternatives(type TypeI) : Iterable<? extends TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type t : JSType to t : TypeI in method private recordInvalidationError(t TypeI, mis TypeMismatch) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type relatedType : JSType to relatedType : TypeI in method private recordInterfaces(constructor FunctionTypeI, relatedType TypeI, p Property) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type top : ObjectType to top : ObjectTypeI in method private gtwpCachePut(field String, type TypeI, top ObjectTypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method private processProperty(t NodeTraversal, prop Property, type TypeI, relatedType TypeI) : TypeI in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method package scheduleRenaming(node Node, type TypeI) : boolean in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method private isInvalidatingType(type TypeI) : boolean in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method private getTypesToSkipForTypeNonUnion(type TypeI) : Set<TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method private gtwpCachePut(field String, type TypeI, top ObjectTypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method private gtwpCacheGet(field String, type TypeI) : ObjectTypeI in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method package addTypeToSkip(type TypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method package addType(type TypeI, relatedType TypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Parameter Type relatedType : JSType to relatedType : TypeI in method package addType(type TypeI, relatedType TypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method private getTypesToSkipForType(type TypeI) : ImmutableSet<TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type relatedType : JSType to relatedType : TypeI in method private processProperty(t NodeTraversal, prop Property, type TypeI, relatedType TypeI) : TypeI in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Parameter Type t : JSType to t : TypeI in method private printErrorLocations(errors List<String>, t TypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method private recordInvalidatingType(type TypeI, mis TypeMismatch) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method private getConstructor(type TypeI) : FunctionTypeI in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type type : JSType to n : Node in method private isStructuralInterfacePrototype(n Node) : boolean in class com.google.javascript.jscomp.DisambiguateProperties.FindExternProperties |
From |
To |
|
Change Parameter Type constructor : FunctionType to constructor : FunctionTypeI in method private recordInterfaces(constructor FunctionTypeI, relatedType TypeI, p Property) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Parameter Type type : JSType to type : TypeI in method package shouldRename(type TypeI) : boolean in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Return Type ImmutableSet<JSType> to ImmutableSet<TypeI> in method private getTypesToSkipForType(type TypeI) : ImmutableSet<TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Return Type Set<JSType> to Set<TypeI> in method private getTypesToSkipForTypeNonUnion(type TypeI) : Set<TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Return Type ObjectType to ObjectTypeI in method private gtwpCacheGet(field String, type TypeI) : ObjectTypeI in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Return Type Multimap<String,Collection<JSType>> to Multimap<String,Collection<TypeI>> in method package getRenamedTypesForTesting() : Multimap<String,Collection<TypeI>> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Return Type ObjectType to ObjectTypeI in method private getTypeWithProperty(field String, type TypeI) : ObjectTypeI in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Return Type Iterable<JSType> to Iterable<? extends TypeI> in method private getTypeAlternatives(type TypeI) : Iterable<? extends TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Return Type FunctionType to FunctionTypeI in method private getConstructor(type TypeI) : FunctionTypeI in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Return Type UnionFind<JSType> to UnionFind<TypeI> in method package getTypes() : UnionFind<TypeI> in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Return Type JSType to TypeI in method private processProperty(t NodeTraversal, prop Property, type TypeI, relatedType TypeI) : TypeI in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Return Type Map<JSType,String> to Map<TypeI,String> in method private buildPropNames(prop Property) : Map<TypeI,String> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Return Type JSType to TypeI in method private getType(node Node) : TypeI in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type types : Set<JSType> to types : Set<TypeI> in method private getTypesToSkipForTypeNonUnion(type TypeI) : Set<TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type lastType : JSType to lastType : TypeI in method private processProperty(t NodeTraversal, prop Property, type TypeI, relatedType TypeI) : TypeI in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Variable Type type : JSType to type : TypeI in method private handleObjectLit(t NodeTraversal, n Node) : void in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Variable Type alt : JSType to alt : TypeI in method private recordInvalidatingType(type TypeI, mis TypeMismatch) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type allTypes : Set<JSType> to allTypes : Set<TypeI> in method package expandTypesToSkip() : void in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Variable Type pTypes : UnionFind<JSType> to pTypes : UnionFind<TypeI> in method private buildPropNames(prop Property) : Map<TypeI,String> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type ret : Multimap<String,Collection<JSType>> to ret : Multimap<String,Collection<TypeI>> in method package getRenamedTypesForTesting() : Multimap<String,Collection<TypeI>> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type c : Collection<JSType> to c : Collection<TypeI> in method package getRenamedTypesForTesting() : Multimap<String,Collection<TypeI>> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type interfaces : Iterable<ObjectType> to interfaces : Iterable<ObjectTypeI> in method private recordInterfaces(constructor FunctionTypeI, relatedType TypeI, p Property) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type set : Set<JSType> to set : Set<TypeI> in method private buildPropNames(prop Property) : Map<TypeI,String> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type objType : ObjectType to objType : ObjectTypeI in method private getTypeAlternatives(type TypeI) : Iterable<? extends TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type propNames : Map<JSType,String> to propNames : Map<TypeI,String> in method package renameProperties() : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type rootType : JSType to rootType : TypeI in method package renameProperties() : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type alt : JSType to alt : TypeI in method private getTypesToSkipForType(type TypeI) : ImmutableSet<TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type skipType : JSType to skipType : TypeI in method package addTypeToSkip(type TypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Variable Type constructor : FunctionType to constructor : FunctionTypeI in method private getConstructor(type TypeI) : FunctionTypeI in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type topType : JSType to topType : TypeI in method private processProperty(t NodeTraversal, prop Property, type TypeI, relatedType TypeI) : TypeI in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Variable Type alternatives : Iterable<JSType> to alternatives : Iterable<? extends TypeI> in method private processProperty(t NodeTraversal, prop Property, type TypeI, relatedType TypeI) : TypeI in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Variable Type subType : JSType to subType : TypeI in method package expandTypesToSkip() : void in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Variable Type type : JSType to type : TypeI in method private handleGetProp(t NodeTraversal, n Node) : void in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Variable Type subType : JSType to subType : TypeI in method private processProperty(t NodeTraversal, prop Property, type TypeI, relatedType TypeI) : TypeI in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Variable Type firstType : JSType to firstType : TypeI in method private processProperty(t NodeTraversal, prop Property, type TypeI, relatedType TypeI) : TypeI in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Variable Type objSkipType : ObjectType to objSkipType : ObjectTypeI in method private getTypesToSkipForTypeNonUnion(type TypeI) : Set<TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type m : IdentityHashMap<JSType,ObjectType> to m : IdentityHashMap<TypeI,ObjectTypeI> in method private gtwpCachePut(field String, type TypeI, top ObjectTypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type type : JSType to type : TypeI in method private buildPropNames(prop Property) : Map<TypeI,String> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type foundType : ObjectType to foundType : ObjectTypeI in method private getTypeWithProperty(field String, type TypeI) : ObjectTypeI in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type rootTypesToSkip : Set<JSType> to rootTypesToSkip : Set<TypeI> in method package expandTypesToSkip() : void in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Variable Type skipType : JSType to skipType : TypeI in method private getTypesToSkipForTypeNonUnion(type TypeI) : Set<TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type list : List<JSType> to list : List<TypeI> in method private getTypeAlternatives(type TypeI) : Iterable<? extends TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type top : JSType to top : TypeI in method private recordInterfaces(constructor FunctionTypeI, relatedType TypeI, p Property) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type type : JSType to recvType : TypeI in method public visit(t NodeTraversal, n Node, parent Node) : void in class com.google.javascript.jscomp.DisambiguateProperties.FindExternProperties |
From |
To |
|
Change Variable Type newType : JSType to newType : TypeI in method package expandTypesToSkip() : void in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Variable Type pTypes : UnionFind<JSType> to pTypes : UnionFind<TypeI> in method package renameProperties() : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type top : JSType to top : TypeI in method package addType(type TypeI, relatedType TypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Variable Type types : ImmutableSet.Builder<JSType> to types : ImmutableSet.Builder<TypeI> in method private getTypesToSkipForType(type TypeI) : ImmutableSet<TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type constructor : FunctionType to constructor : FunctionTypeI in method package addType(type TypeI, relatedType TypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Variable Type alt : JSType to alt : TypeI in method private printErrorLocations(errors List<String>, t TypeI) : void in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Variable Type representative : JSType to representative : TypeI in method private buildPropNames(prop Property) : Map<TypeI,String> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type type : JSType to type : TypeI in method private handleObjectDefineProperties(t NodeTraversal, call Node) : void in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Variable Type itype : ObjectType to itype : ObjectTypeI in method private recordInterfaces(constructor FunctionTypeI, relatedType TypeI, p Property) : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type impl : FunctionType to impl : FunctionTypeI in method private getTypeAlternatives(type TypeI) : Iterable<? extends TypeI> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type names : Map<JSType,String> to names : Map<TypeI,String> in method private buildPropNames(prop Property) : Map<TypeI,String> in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type m : IdentityHashMap<JSType,ObjectType> to m : IdentityHashMap<TypeI,ObjectTypeI> in method private gtwpCacheGet(field String, type TypeI) : ObjectTypeI in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |
|
Change Variable Type type : JSType to type : TypeI in method private handlePropertyRenameFunctionCall(t NodeTraversal, call Node, renameFunctionName String) : void in class com.google.javascript.jscomp.DisambiguateProperties.FindRenameableProperties |
From |
To |
|
Change Variable Type newTypesToSkip : Set<JSType> to newTypesToSkip : Set<TypeI> in method package expandTypesToSkip() : void in class com.google.javascript.jscomp.DisambiguateProperties.Property |
From |
To |
|
Change Variable Type entry : Map.Entry<Node,JSType> to entry : Map.Entry<Node,TypeI> in method package renameProperties() : void in class com.google.javascript.jscomp.DisambiguateProperties |
From |
To |