7e49bff71f42fda77e15fc1c2c8c3f4223a7e3ff
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 37
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private toObjectValue(expression Expression, expectedType Type, session Session, metadata Metadata) : Object from class com.facebook.presto.execution.SetSessionTask to public evaluatePropertyValue(expression Expression, expectedType Type, session Session, metadata Metadata) : Object from class com.facebook.presto.metadata.SessionPropertyManager | From | To | |
Rename Variable | 1 | ||
Rename Variable sessionPropertyInfo : PropertyMetadata<?> to propertyMetadata : PropertyMetadata<?> in method public execute(statement SetSession, session Session, metadata Metadata, stateMachine QueryStateMachine) : void in class com.facebook.presto.execution.SetSessionTask | From | To | |
Move Attribute | 1 | ||
Move Attribute public STORAGE_FORMAT_PROPERTY : String from class com.facebook.presto.hive.HiveSessionProperties to public STORAGE_FORMAT_PROPERTY : String from class com.facebook.presto.hive.HiveTableProperties | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public HIVE_CATALOG : String in class com.facebook.presto.hive.HiveQueryRunner | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute session : ConnectorSession to SESSION : Session in method public testCreateTableUnsupportedType() : void in class com.facebook.presto.hive.AbstractTestHiveClient | From | To | |
Extract Method | 4 | ||
Extract Method protected invalidateTable(databaseName String, tableName String) : void extracted from public renameTable(databaseName String, tableName String, newDatabaseName String, newTableName String) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore | From | To | |
Extract Method protected invalidateTable(databaseName String, tableName String) : void extracted from public dropTable(databaseName String, tableName String) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore | From | To | |
Extract Method protected invalidateTable(databaseName String, tableName String) : void extracted from public createTable(table Table) : void in class com.facebook.presto.hive.metastore.CachingHiveMetastore | From | To |