31d161f097b8b8b1c7f5276bb1248d656cec94e2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type inTypeExpression : boolean to context : ParamContext in method private parseFormalParameterList(context ParamContext) : FormalParameterListTree in class com.google.javascript.jscomp.parsing.parser.Parser | From | To | |
Change Parameter Type inTypeExpression : boolean to context : ParamContext in method private peekArrowFunctionWithParenthesizedParameterList(context ParamContext) : boolean in class com.google.javascript.jscomp.parsing.parser.Parser | From | To | |
Inline Method | 4 | ||
Inline Method private parseFormalParameterList() : FormalParameterListTree inlined to private parseMethodSignature(start SourcePosition, name IdentifierToken, isStatic boolean, isGenerator boolean, isOptional boolean) : FunctionDeclarationTree in class com.google.javascript.jscomp.parsing.parser.Parser | From | To | |
Inline Method private parseFormalParameterList() : FormalParameterListTree inlined to private parseArrowFunction(expressionIn Expression) : ParseTree in class com.google.javascript.jscomp.parsing.parser.Parser | From | To | |
Inline Method private parseFormalParameterList() : FormalParameterListTree inlined to private parseAmbientFunctionDeclaration(start SourcePosition, name IdentifierToken, isGenerator boolean) : FunctionDeclarationTree in class com.google.javascript.jscomp.parsing.parser.Parser | From | To | |
Inline Method private parseFormalParameterList() : FormalParameterListTree inlined to private parseFunctionTail(start SourcePosition, name IdentifierToken, isStatic boolean, isGenerator boolean, kind FunctionDeclarationTree.Kind) : FunctionDeclarationTree in class com.google.javascript.jscomp.parsing.parser.Parser | From | To | |
Rename Parameter | 2 | ||
Rename Parameter inTypeExpression : boolean to context : ParamContext in method private parseFormalParameterList(context ParamContext) : FormalParameterListTree in class com.google.javascript.jscomp.parsing.parser.Parser | From | To | |
Rename Parameter inTypeExpression : boolean to context : ParamContext in method private peekArrowFunctionWithParenthesizedParameterList(context ParamContext) : boolean in class com.google.javascript.jscomp.parsing.parser.Parser | From | To |