e5eabe8506883872ff9c0f6d1854f292f988cfa7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private updateScopeForTypeChange(scope FlowScope, left Node, leftType JSType, resultType JSType) : void renamed to private updateScopeForAssignment(scope FlowScope, target Node, targetType JSType, resultType JSType, updateNode Node) : void in class com.google.javascript.jscomp.TypeInference | From | To | |
| Rename Variable | 3 | ||
| Rename Variable right : Node to value : Node in method private traverseAssign(n Node, scope FlowScope) : FlowScope in class com.google.javascript.jscomp.TypeInference | From | To | |
| Rename Variable left : Node to target : Node in method private traverseAssign(n Node, scope FlowScope) : FlowScope in class com.google.javascript.jscomp.TypeInference | From | To | |
| Rename Variable rightType : JSType to valueType : JSType in method private traverseAssign(n Node, scope FlowScope) : FlowScope in class com.google.javascript.jscomp.TypeInference | From | To | |
| Extract Method | 1 | ||
| Extract Method private traverseAssignOp(n Node, scope FlowScope, resultType JSType) : FlowScope extracted from private traverse(n Node, scope FlowScope) : FlowScope in class com.google.javascript.jscomp.TypeInference | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter leftType : JSType to targetType : JSType in method private updateScopeForAssignment(scope FlowScope, target Node, targetType JSType, resultType JSType, updateNode Node) : void in class com.google.javascript.jscomp.TypeInference | From | To |