90ada01a3ebd1039feb150c48771903aa8e98eab
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type result : TestMaterializedCollectStreamResult to result : TestMaterializedCollectStreamResult<?> in method public testSnapshot() : void in class org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResultTest | From | To | |
Extract Method | 3 | ||
Extract Method private processDelete(row Row) : void extracted from protected processRecord(change Tuple2<Boolean,Row>) : void in class org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult | From | To | |
Extract Method private executeStreamQueryTable(replaceVars Map<String,String>, query String, expectedResults List<String>) : void extracted from public testStreamQueryExecutionTable() : void in class org.apache.flink.table.client.gateway.local.LocalExecutorITCase | From | To | |
Extract Method private processInsert(row Row) : void extracted from protected processRecord(change Tuple2<Boolean,Row>) : void in class org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult | From | To |