84f255acf15b4186e93ed848bea4b120485e2348
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testDestructuringParametersInIifeInfersType() : void renamed to public testDestructuringParametersInIifeInfersType_withNameArguments() : void in class com.google.javascript.jscomp.TypedScopeCreatorTest | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute functionScope : TypedScope to containerScope : TypedScope in method private inferParameters(entryFlowScope FlowScope) : FlowScope in class com.google.javascript.jscomp.TypeInference | From | To | |
Extract Method | 1 | ||
Extract Method private traverseDestructuringPatternHelper(pattern Node, scope FlowScope, patternType JSType, declarer TypeDeclaringCallback) : FlowScope extracted from private traverseDestructuringPattern(pattern Node, scope FlowScope, patternType JSType) : FlowScope in class com.google.javascript.jscomp.TypeInference | From | To |