4797856cedc6321ebef96b4d201edd8dcc39a4c9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private checkInitializers(variables VariableDeclarationListTree) : void renamed to private checkVanillaForInitializers(variables VariableDeclarationListTree) : void in class com.google.javascript.jscomp.parsing.parser.Parser | From | To | |
Extract Method | 2 | ||
Extract Method private maybeReportNoInitializer(token TokenType, lvalue ParseTree) : void extracted from private checkInitializers(variables VariableDeclarationListTree) : void in class com.google.javascript.jscomp.parsing.parser.Parser | From | To | |
Extract Method private maybeReportNoInitializer(token TokenType, lvalue ParseTree) : void extracted from private parseVariableDeclaration(binding TokenType, expressionIn Expression) : VariableDeclarationTree in class com.google.javascript.jscomp.parsing.parser.Parser | From | To | |
Rename Parameter | 1 | ||
Rename Parameter binding : TokenType to token : TokenType in method private maybeReportNoInitializer(token TokenType, lvalue ParseTree) : void in class com.google.javascript.jscomp.parsing.parser.Parser | From | To |