d06f0f0525999140c862c41383221cfab55053b7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private replaceSymbol(t NodeTraversal, node Node, name String, input CompilerInput) : void renamed to private visitNameDeclaration(t NodeTraversal, declaration Node) : void in class com.google.javascript.jscomp.RescopeGlobalSymbols.RewriteScopeCallback | From | To | |
Rename Variable | 2 | ||
Rename Variable hasInterestingChildren : boolean to hasImportantName : boolean in method private visitNameDeclaration(t NodeTraversal, declaration Node) : void in class com.google.javascript.jscomp.RescopeGlobalSymbols.RewriteScopeCallback | From | To | |
Rename Variable c : Node to lhs : Node in method private visitNameDeclaration(t NodeTraversal, declaration Node) : void in class com.google.javascript.jscomp.RescopeGlobalSymbols.RewriteScopeCallback | From | To | |
Rename Parameter | 1 | ||
Rename Parameter node : Node to declaration : Node in method private visitNameDeclaration(t NodeTraversal, declaration Node) : void in class com.google.javascript.jscomp.RescopeGlobalSymbols.RewriteScopeCallback | From | To |