bac06ab0b32bf7ed9711b23923822451f5ffcff4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable formalAfterInstantiation : JSType to afterInstantiation : JSType in method private unifyWithSubtypeWarnIfFail(genericType JSType, concreteType JSType, typeParameters List<String>, typeMultimap Multimap<String,JSType>, toWarnOn Node, isFwd boolean) : void in class com.google.javascript.jscomp.NewTypeInference | From | To | |
Extract Method | 1 | ||
Extract Method private unifyWithSubtypeWarnIfFail(genericType JSType, concreteType JSType, typeParameters List<String>, typeMultimap Multimap<String,JSType>, toWarnOn Node, isFwd boolean) : void extracted from private calcTypeInstantiation(callNode Node, firstArg Node, funType FunctionType, typeEnv TypeEnv, isFwd boolean) : ImmutableMap<String,JSType> in class com.google.javascript.jscomp.NewTypeInference | From | To |