|
Change Parameter Type targetType : TypeI to targetType : JSType in method private recordImplicitUseOfNativeObject(src Node, sourceType JSType, targetType JSType) : void in class com.google.javascript.jscomp.TypeValidator |
From |
To |
|
Change Parameter Type found : TypeI to found : JSType in method private registerMismatch(found JSType, required JSType, error JSError) : void in class com.google.javascript.jscomp.TypeValidator |
From |
To |
|
Change Parameter Type sourceType : TypeI to sourceType : JSType in method private recordImplicitUseOfNativeObject(src Node, sourceType JSType, targetType JSType) : void in class com.google.javascript.jscomp.TypeValidator |
From |
To |
|
Change Parameter Type required : TypeI to required : JSType in method private registerMismatch(found JSType, required JSType, error JSError) : void in class com.google.javascript.jscomp.TypeValidator |
From |
To |
|
Change Parameter Type that : TypeI to that : JSType in method public isSubtypeWithoutStructuralTyping(that JSType) : boolean in class com.google.javascript.rhino.jstype.JSType |
From |
To |
|
Change Parameter Type found : TypeI to found : JSType in method private registerIfMismatch(found JSType, required JSType, error JSError) : void in class com.google.javascript.jscomp.TypeValidator |
From |
To |
|
Change Parameter Type required : TypeI to required : JSType in method private registerIfMismatch(found JSType, required JSType, error JSError) : void in class com.google.javascript.jscomp.TypeValidator |
From |
To |
|
Move Method package registerMismatch(mismatches List<TypeMismatch>, implicitInterfaceUses List<TypeMismatch>, found TypeI, required TypeI, error JSError) : void from class com.google.javascript.jscomp.TypeMismatch to private registerMismatch(found JSType, required JSType, error JSError) : void from class com.google.javascript.jscomp.TypeValidator |
From |
To |
|
Move Method package recordImplicitUseOfNativeObject(mismatches List<TypeMismatch>, src Node, sourceType TypeI, targetType TypeI) : void from class com.google.javascript.jscomp.TypeMismatch to private recordImplicitUseOfNativeObject(src Node, sourceType JSType, targetType JSType) : void from class com.google.javascript.jscomp.TypeValidator |
From |
To |
|
Move Method package registerIfMismatch(mismatches List<TypeMismatch>, implicitInterfaceUses List<TypeMismatch>, found TypeI, required TypeI, error JSError) : void from class com.google.javascript.jscomp.TypeMismatch to private registerIfMismatch(found JSType, required JSType, error JSError) : void from class com.google.javascript.jscomp.TypeValidator |
From |
To |