30573a449a1d6c97b37bff479773143e5caf5598
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getJSTypeExpression() : JSTypeExpression renamed to public getDeclaredTypeExpression() : TypeDeclarationNode in class com.google.javascript.rhino.Node | From | To | |
Rename Method public setJsTypeExpression(typeExpression JSTypeExpression) : void renamed to public setDeclaredTypeExpression(typeExpression Node) : void in class com.google.javascript.rhino.Node | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type typeExpression : JSTypeExpression to typeExpression : Node in method public setDeclaredTypeExpression(typeExpression Node) : void in class com.google.javascript.rhino.Node | From | To | |
Change Return Type | 2 | ||
Change Return Type JSTypeExpression to TypeDeclarationNode in method public getDeclaredTypeExpression() : TypeDeclarationNode in class com.google.javascript.rhino.Node | From | To | |
Change Return Type JSTypeExpression to Node in method private convertTypeTree(typeTree ParseTree) : Node in class com.google.javascript.jscomp.parsing.NewIRFactory.TransformDispatcher | From | To | |
Rename Attribute | 1 | ||
Rename Attribute JS_TYPE_EXPRESSION : int to DECLARED_TYPE_EXPR : int in class com.google.javascript.rhino.Node | From | To | |
Change Variable Type | 6 | ||
Change Variable Type returnType : JSTypeExpression to returnType : TypeDeclarationNode in method public testFunctionReturn_arrow() : void in class com.google.javascript.jscomp.parsing.TypeSyntaxTest | From | To | |
Change Variable Type typeExpression : JSTypeExpression to typeExpression : Node in method private maybeProcessType(typeTarget Node, typeTree ParseTree) : void in class com.google.javascript.jscomp.parsing.NewIRFactory.TransformDispatcher | From | To | |
Change Variable Type paramType : JSTypeExpression to paramType : TypeDeclarationNode in method public testFunctionParamDeclaration() : void in class com.google.javascript.jscomp.parsing.TypeSyntaxTest | From | To | |
Change Variable Type paramType : JSTypeExpression to paramType : TypeDeclarationNode in method public testFunctionParamDeclaration_arrow() : void in class com.google.javascript.jscomp.parsing.TypeSyntaxTest | From | To | |
Change Variable Type returnType : JSTypeExpression to returnType : TypeDeclarationNode in method public testFunctionReturn() : void in class com.google.javascript.jscomp.parsing.TypeSyntaxTest | From | To | |
Change Variable Type paramType : JSTypeExpression to paramType : TypeDeclarationNode in method public testFunctionParamDeclaration_defaultValue() : void in class com.google.javascript.jscomp.parsing.TypeSyntaxTest | From | To | |
Inline Variable | 1 | ||
Inline Variable returnType : JSTypeExpression in method package processFunction(functionTree FunctionDeclarationTree) : Node from class com.google.javascript.jscomp.parsing.NewIRFactory.TransformDispatcher | From | To |