51cd4b0322224df726159635ac95e1d028869357
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public createQualifiedSchemaName(session Session, node Node, schema Optional<QualifiedName>) : QualifiedSchemaName renamed to public createCatalogSchemaName(session Session, node Node, schema Optional<QualifiedName>) : CatalogSchemaName in class com.facebook.presto.metadata.MetadataUtil | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type schema : QualifiedSchemaName to schema : CatalogSchemaName in method public schemaExists(session Session, schema CatalogSchemaName) : boolean in class com.facebook.presto.metadata.MetadataManager | From | To | |
Change Parameter Type schema : QualifiedSchemaName to schema : CatalogSchemaName in method public schemaExists(session Session, schema CatalogSchemaName) : boolean in class com.facebook.presto.metadata.Metadata | From | To | |
Rename Variable | 1 | ||
Rename Variable o : QualifiedSchemaName to that : CatalogSchemaName in method public equals(obj Object) : boolean in class com.facebook.presto.spi.CatalogSchemaName | From | To | |
Change Return Type | 1 | ||
Change Return Type QualifiedSchemaName to CatalogSchemaName in method public createCatalogSchemaName(session Session, node Node, schema Optional<QualifiedName>) : CatalogSchemaName in class com.facebook.presto.metadata.MetadataUtil | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.facebook.presto.metadata.QualifiedSchemaName moved and renamed to com.facebook.presto.spi.CatalogSchemaName | From | To | |
Change Variable Type | 2 | ||
Change Variable Type o : QualifiedSchemaName to that : CatalogSchemaName in method public equals(obj Object) : boolean in class com.facebook.presto.spi.CatalogSchemaName | From | To | |
Change Variable Type schema : QualifiedSchemaName to schema : CatalogSchemaName in method protected visitShowTables(showTables ShowTables, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor | From | To |