669eb5f7c3bb877ede08960d58279d4bc5503b0d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public testSourceSinks() : void renamed to public testTables() : void in class org.apache.flink.table.client.gateway.local.ExecutionContextTest | From | To | |
| Rename Method private callQuit(cmdCall SqlCommandCall) : void renamed to private callHelp() : void in class org.apache.flink.table.client.cli.CliClient | From | To | |
| Rename Method private printException(t Throwable) : void renamed to private printExecutionException(t Throwable) : void in class org.apache.flink.table.client.cli.CliClient | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable trimmed : String to stmt : String in method public parse(stmt String) : Optional<SqlCommandCall> in class org.apache.flink.table.client.cli.SqlCommandParser | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute NAME : String to FUNCTION_NAME : String in class org.apache.flink.table.client.config.UserDefinedFunction | From | To | |
| Extract Method | 3 | ||
| Extract Method private printInfo(message String) : void extracted from private callInsertInto(cmdCall SqlCommandCall) : boolean in class org.apache.flink.table.client.cli.CliClient | From | To | |
| Extract Method private printInfo(message String) : void extracted from private callReset(cmdCall SqlCommandCall) : void in class org.apache.flink.table.client.cli.CliClient | From | To | |
| Extract Method private printInfo(message String) : void extracted from private callSelect(cmdCall SqlCommandCall) : void in class org.apache.flink.table.client.cli.CliClient | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter e : String to message : String in method private printError(message String) : void in class org.apache.flink.table.client.cli.CliClient | From | To |