7b130ebbf6cd98fe36cbbdd646dd493eaf5ed528
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type use : Node to use : Reference in method public enterScope(t NodeTraversal) : void in class com.google.javascript.jscomp.ShadowVariables.DoShadowVariables | From | To | |
Change Variable Type references : Collection<Node> to references : Collection<Reference> in method private doShadow(original Assignment, toShadow Assignment, var Var) : void in class com.google.javascript.jscomp.ShadowVariables.DoShadowVariables | From | To | |
Extract Variable | 1 | ||
Extract Variable scope : Scope in method public visit(t NodeTraversal, n Node, parent Node) : void from class com.google.javascript.jscomp.ShadowVariables.GatherReferenceInfo | From | To | |
Inline Variable | 1 | ||
Inline Variable cur : Node in method private doShadow(original Assignment, toShadow Assignment, var Var) : void from class com.google.javascript.jscomp.ShadowVariables.DoShadowVariables | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type varToNameUsage : Multimap<Var,Node> to varToNameUsage : Multimap<Var,Reference> in class com.google.javascript.jscomp.ShadowVariables | From | To |