aca9c018a4b26e50333c33426e77323cbb9b7960
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testAlterTable_alterTableWithView() : void renamed to public testAlterTable_differentTypedTable() : void in class org.apache.flink.table.catalog.CatalogTestBase | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public testAlterFunction_differentTypedFunction() : void from class org.apache.flink.table.catalog.hive.HiveCatalogGenericMetadataTest to public testAlterFunction_differentTypedFunction() : void from class org.apache.flink.table.catalog.CatalogTestBase | From | To | |
| Rename Variable | 2 | ||
| Rename Variable oldTable : Table to hiveTable : Table in method public alterTable(tablePath ObjectPath, newCatalogTable CatalogBaseTable, ignoreIfNotExists boolean) : void in class org.apache.flink.table.catalog.hive.HiveCatalog | From | To | |
| Rename Variable oldTable : CatalogBaseTable to existingTable : CatalogBaseTable in method public alterTable(tablePath ObjectPath, newTable CatalogBaseTable, ignoreIfNotExists boolean) : void in class org.apache.flink.table.catalog.GenericInMemoryCatalog | From | To | |
| Extract Variable | 1 | ||
| Extract Variable table : CatalogTable in method public testAlterTable_differentTypedTable() : void from class org.apache.flink.table.catalog.CatalogTestBase | From | To |