3715be85ef5f5886efceddcbc3fb89131d6f72fc
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 16
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private renderResults(out PrintStream, format OutputFormat, interactive boolean, results QueryResults) : void renamed to private doRenderResults(out PrintStream, format OutputFormat, interactive boolean, columns List<Column>) : void in class com.facebook.presto.cli.Query | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type results : QueryResults to columns : List<Column> in method private doRenderResults(out PrintStream, format OutputFormat, interactive boolean, columns List<Column>) : void in class com.facebook.presto.cli.Query | From | To | |
| Extract Method | 3 | ||
| Extract Method private renderResults(out PrintStream, outputFormat OutputFormat, interactive boolean, columns List<Column>) : void extracted from private renderQueryOutput(out PrintStream, outputFormat OutputFormat, interactive boolean) : void in class com.facebook.presto.cli.Query | From | To | |
| Extract Method private renderUpdate(out PrintStream, results QueryResults) : void extracted from private renderQueryOutput(out PrintStream, outputFormat OutputFormat, interactive boolean) : void in class com.facebook.presto.cli.Query | From | To | |
| Extract Method private discardResults() : void extracted from private renderQueryOutput(out PrintStream, outputFormat OutputFormat, interactive boolean) : void in class com.facebook.presto.cli.Query | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter results : QueryResults to columns : List<Column> in method private doRenderResults(out PrintStream, format OutputFormat, interactive boolean, columns List<Column>) : void in class com.facebook.presto.cli.Query | From | To |