269fc58817270b4e64dfb0db7018b9c14eee5e28
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable type : JSType to decl : Declaration in method private getDeclaredFunctionTypeOfCalleeIfAny(fn Node, currentScope Scope) : DeclaredFunctionType in class com.google.javascript.jscomp.GlobalTypeInfo | From | To | |
Change Return Type | 1 | ||
Change Return Type FunctionType to DeclaredFunctionType in method private getDeclaredFunctionTypeOfCalleeIfAny(fn Node, currentScope Scope) : DeclaredFunctionType in class com.google.javascript.jscomp.GlobalTypeInfo | From | To | |
Change Variable Type | 2 | ||
Change Variable Type calleeDeclType : FunctionType to calleeDeclType : DeclaredFunctionType in method private computeFnDeclaredType(fnDoc JSDocInfo, functionName String, declNode Node, ownerType RawNominalType, parentScope Scope) : DeclaredFunctionType in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope | From | To | |
Change Variable Type type : JSType to decl : Declaration in method private getDeclaredFunctionTypeOfCalleeIfAny(fn Node, currentScope Scope) : DeclaredFunctionType in class com.google.javascript.jscomp.GlobalTypeInfo | From | To | |
Extract Method | 1 | ||
Extract Method private isDefined(name String) : boolean extracted from public isDefined(qname QualifiedName) : boolean in class com.google.javascript.jscomp.newtypes.Namespace | From | To |