f5f8a19d12d013e242d8bbc4047da33488b45292
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable pattern : Node to lhs : Node in method private visitForOf(node Node) : void in class com.google.javascript.jscomp.Es6RewriteDestructuring | From | To | |
| Inline Method | 1 | ||
| Inline Method package addArrayPattern(n Node) : void inlined to package add(n Node, context Context) : void in class com.google.javascript.jscomp.CodeGenerator | From | To | |
| Extract Variable | 2 | ||
| Extract Variable declarationNode : Node in method private visitDestructuringPatternInEnhancedFor(pattern Node) : void from class com.google.javascript.jscomp.Es6RewriteDestructuring | From | To | |
| Extract Variable forNode : Node in method private visitDestructuringPatternInEnhancedFor(pattern Node) : void from class com.google.javascript.jscomp.Es6RewriteDestructuring | From | To | |
| Extract Method | 1 | ||
| Extract Method private validateLHS(type int, n Node) : void extracted from private validateNameDeclarationChild(type int, n Node) : void in class com.google.javascript.jscomp.AstValidator | From | To |