02bd5e1a9658f03d852ff158306b301bdd6d8868
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testDropTable() : void renamed to public testDropTable_partitionedTable() : void in class org.apache.flink.table.catalog.GenericInMemoryCatalogTest | From | To | |
Rename Method public testRenameTable() : void renamed to public testRenameTable_partitionedTable() : void in class org.apache.flink.table.catalog.GenericInMemoryCatalogTest | From | To | |
Change Return Type | 3 | ||
Change Return Type GenericCatalogTable to CatalogTable in method public createTable() : CatalogTable in class org.apache.flink.table.catalog.GenericInMemoryCatalogTest | From | To | |
Change Return Type GenericCatalogTable to CatalogTable in method protected createPartitionedTable() : CatalogTable in class org.apache.flink.table.catalog.GenericInMemoryCatalogTest | From | To | |
Change Return Type GenericCatalogTable to CatalogTable in method protected createAnotherPartitionedTable() : CatalogTable in class org.apache.flink.table.catalog.GenericInMemoryCatalogTest | From | To | |
Change Variable Type | 3 | ||
Change Variable Type newTable : GenericCatalogTable to newTable : CatalogTable in method public testAlterTable() : void in class org.apache.flink.table.catalog.GenericInMemoryCatalogTest | From | To | |
Change Variable Type table : GenericCatalogTable to table : CatalogTable in method public testCreateTable_Streaming() : void in class org.apache.flink.table.catalog.GenericInMemoryCatalogTest | From | To | |
Change Variable Type table : GenericCatalogTable to table : CatalogTable in method public testCreateTable_Batch() : void in class org.apache.flink.table.catalog.GenericInMemoryCatalogTest | From | To |