2678a671b02ddea118adf8183ba9539fb379587f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getCompletionHints(session SessionContext, line String, pos Integer) : List<String> renamed to public completeStatement(session SessionContext, statement String, position int) : List<String> in class org.apache.flink.table.client.gateway.local.LocalExecutor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter line : String to statement : String in method public completeStatement(session SessionContext, statement String, position int) : List<String> in class org.apache.flink.table.client.gateway.local.LocalExecutor | From | To |