3cae4dcc8f0b26cc76705d9ba5257a56bf026928
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getDeclaredFunctionTypeOfCalleeIfAny(fn Node, currentScope NTIScope) : DeclaredFunctionType renamed to private getDeclFuncTypeOfCalleeIfAny(fn Node, currentScope NTIScope) : DeclaredFunctionType in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope | From | To | |
Rename Variable | 1 | ||
Rename Variable declTypeFromCallee : JSType to callbackType : JSType in method private getDeclaredFunctionTypeFromContext(functionName String, declNode Node, parentScope NTIScope) : DeclaredFunctionType in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope | From | To | |
Extract Variable | 1 | ||
Extract Variable argType : JSType in method public instantiateGenericsFromArgumentTypes(recvtype JSType, argTypes List<JSType>) : FunctionType from class com.google.javascript.jscomp.newtypes.FunctionType | From | To | |
Extract Method | 1 | ||
Extract Method private getInstantiatedCalleeType(call Node, calleeType FunctionType, bailForUntypedArguments boolean) : FunctionType extracted from private simpleInferCallNewType(n Node) : JSType in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope | From | To | |
Rename Parameter | 1 | ||
Rename Parameter n : Node to call : Node in method private getInstantiatedCalleeType(call Node, calleeType FunctionType, bailForUntypedArguments boolean) : FunctionType in class com.google.javascript.jscomp.GlobalTypeInfo.ProcessScope | From | To |