c2455bb4dd04c5267d2c3ce2cdbafe8bf9dbaf02
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private visitParameterList(t NodeTraversal, call Node, functionType FunctionType) : void renamed to private visitArgumentList(t NodeTraversal, call Node, functionType FunctionType) : void in class com.google.javascript.jscomp.TypeCheck | From | To | |
Rename Method public disabled_testTaggedTemplateLiteral1() : void renamed to public testTaggedTemplateLiteral_tagParameters4() : void in class com.google.javascript.jscomp.TypeCheckNoTranspileTest | From | To | |
Extract Method | 1 | ||
Extract Method private checkArgumentsMatchParameters(t NodeTraversal, call Node, functionType FunctionType, arguments Iterator<Node>, parameters Iterator<Node>, firstParameterIndex int) : void extracted from private visitParameterList(t NodeTraversal, call Node, functionType FunctionType) : void in class com.google.javascript.jscomp.TypeCheck | From | To |