4e7b71f3a44cd51fe711fba4b962ba94187e12b7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public testObjDestructuringConst3() : void renamed to public testObjDestructuringConstWithMultipleLvaluesInDecl() : void in class com.google.javascript.jscomp.CoalesceVariableNamesTest | From | To | |
| Rename Method public testCapture() : void renamed to public testCaptureLet() : void in class com.google.javascript.jscomp.CoalesceVariableNamesTest | From | To | |
| Rename Method public testObjDestructuringConst1() : void renamed to public testObjDestructuringConst() : void in class com.google.javascript.jscomp.CoalesceVariableNamesTest | From | To | |
| Rename Method public testObjDestructuringConst2() : void renamed to public testObjDestructuringConstWithMultipleDeclarations() : void in class com.google.javascript.jscomp.CoalesceVariableNamesTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private isInMultipleLvalueDecl(v Var) : boolean extracted from private computeVariableNamesInterferenceGraph(cfg ControlFlowGraph<Node>, escaped Set<? extends Var>) : UndiGraph<Var,Void> in class com.google.javascript.jscomp.CoalesceVariableNames | From | To |