8d2e412888881954acb600871782941cff65ccdd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 2 | ||
| Extract Method private mayWarnAboutGlobalThis(thisExpr Node, currentScope Scope) : boolean extracted from private analyzeLValueFwd(expr Node, inEnv TypeEnv, type JSType, insideQualifiedName boolean) : LValueResultFwd in class com.google.javascript.jscomp.NewTypeInference | From | To | |
| Extract Method private mayWarnAboutGlobalThis(thisExpr Node, currentScope Scope) : boolean extracted from private analyzeExprFwd(expr Node, inEnv TypeEnv, requiredType JSType, specializedType JSType) : EnvTypePair in class com.google.javascript.jscomp.NewTypeInference | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter expr : Node to thisExpr : Node in method private mayWarnAboutGlobalThis(thisExpr Node, currentScope Scope) : boolean in class com.google.javascript.jscomp.NewTypeInference | From | To |