d3b1c39cb9dccf08c9831e64a63ae2cb563a7459
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable inMemoryTableHandle : InMemoryTableHandle to testingTableHandle : TestingTableHandle in method private getTableName(tableHandle ConnectorTableHandle) : SchemaTableName in class com.facebook.presto.testing.TestingMetadata | From | To | |
| Rename Class | 2 | ||
| Rename Class com.facebook.presto.testing.TestingMetadata.InMemoryColumnHandle renamed to com.facebook.presto.testing.TestingMetadata.TestingColumnHandle | From | To | |
| Rename Class com.facebook.presto.testing.TestingMetadata.InMemoryTableHandle renamed to com.facebook.presto.testing.TestingMetadata.TestingTableHandle | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type inMemoryTableHandle : InMemoryTableHandle to testingTableHandle : TestingTableHandle in method private getTableName(tableHandle ConnectorTableHandle) : SchemaTableName in class com.facebook.presto.testing.TestingMetadata | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type type : Type to type : Optional<Type> in class com.facebook.presto.testing.TestingMetadata.TestingColumnHandle | From | To | |
| Change Attribute Type ordinalPosition : int to ordinalPosition : OptionalInt in class com.facebook.presto.testing.TestingMetadata.TestingColumnHandle | From | To |