4d83a90e78baea7836a39a6a3f54380c2e727da2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private assertPrettyPrint(js String, expected String, optionBuilder CompilerOptionBuilder) : void inlined to private assertPrettyPrint(js String, expected String) : void in class com.google.javascript.jscomp.CodePrinterTest | From | To | |
Extract Method | 3 | ||
Extract Method package parsePrint(js String, prettyprint boolean, lineBreak boolean, preferLineBreakAtEof boolean, lineThreshold int) : String extracted from private assertLineBreakAtEndOfFile(js String, expectedWithoutBreakAtEnd String, expectedWithBreakAtEnd String) : void in class com.google.javascript.jscomp.CodePrinterTest | From | To | |
Extract Method package newCompilerOptions(prettyprint boolean, lineThreshold int) : CompilerOptions extracted from package newCompilerOptions(builder CompilerOptionBuilder) : CompilerOptions in class com.google.javascript.jscomp.CodePrinterTest | From | To |