932e1fcc535c555896c709c0ffd3dace6cc598a9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getScopeStack() : List<Scope> renamed to public getAllScopesInFunction() : List<Scope> in class com.google.javascript.jscomp.LiveVariablesAnalysisEs6 | From | To | |
| Rename Variable | 3 | ||
| Rename Variable scopeStack : List<Scope> to scopesInFunction : List<Scope> in method package computeEscapedEs6(jsScope Scope, escaped Set<Var>, compiler AbstractCompiler, scopeCreator Es6SyntacticScopeCreator) : void in class com.google.javascript.jscomp.DataFlowAnalysis | From | To | |
| Rename Variable scopeStack : List<Scope> to scopesInFunction : List<Scope> in method public testGetAllVars1() : void in class com.google.javascript.jscomp.NodeUtilTest | From | To | |
| Rename Variable scopeStack : List<Scope> to scopesInFunction : List<Scope> in method public testGetAllVars2() : void in class com.google.javascript.jscomp.NodeUtilTest | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute scopeStack : List<Scope> to scopesInFunction : List<Scope> in class com.google.javascript.jscomp.MaybeReachingVariableUse | From | To | |
| Rename Attribute scopeStack : List<Scope> to scopesInFunction : List<Scope> in class com.google.javascript.jscomp.MustBeReachingVariableDef | From | To | |
| Rename Attribute scopeStack : List<Scope> to scopesInFunction : List<Scope> in class com.google.javascript.jscomp.LiveVariablesAnalysisEs6 | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter scopeStack : List<Scope> to scopesInFunction : List<Scope> in method package getAllVarsDeclaredInFunction(nameVarMap Map<String,Var>, orderedVars List<Var>, scopesInFunction List<Scope>, compiler AbstractCompiler, scopeCreator ScopeCreator, scope Scope) : void in class com.google.javascript.jscomp.NodeUtil | From | To |