06a99d434cfbb26b6fce62b48fbaaa3e92401e3a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private addFunction(n Node, first Node, last Node, context Context) : void extracted from package add(n Node, context Context) : void in class com.google.javascript.jscomp.CodeGenerator | From | To | |
Extract Method private arrowFunctionNeedsParens(parent Node, context Context) : boolean extracted from package add(n Node, context Context) : void in class com.google.javascript.jscomp.CodeGenerator | From | To | |
Extract Method private addArrowFunction(n Node, first Node, last Node, context Context) : void extracted from package add(n Node, context Context) : void in class com.google.javascript.jscomp.CodeGenerator | From | To |