95e596f44a1cc0a07cd693fa02d51c17a419e5aa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type schemaNameOrNull : String to filterSchema : Optional<String> in method private listViews(filterSchema Optional<String>) : List<SchemaTableName> in class com.facebook.presto.accumulo.AccumuloMetadata | From | To | |
Change Parameter Type schemaNameOrNull : String to filterSchema : Optional<String> in method public listTables(session ConnectorSession, filterSchema Optional<String>) : List<SchemaTableName> in class com.facebook.presto.accumulo.AccumuloMetadata | From | To | |
Change Parameter Type schemaNameOrNull : String to schemaName : Optional<String> in method public listViews(session ConnectorSession, schemaName Optional<String>) : List<SchemaTableName> in class com.facebook.presto.accumulo.AccumuloMetadata | From | To | |
Rename Variable | 1 | ||
Rename Variable schema : String to schemaName : String in method private listViews(filterSchema Optional<String>) : List<SchemaTableName> in class com.facebook.presto.accumulo.AccumuloMetadata | From | To | |
Rename Parameter | 3 | ||
Rename Parameter schemaNameOrNull : String to schemaName : Optional<String> in method public listViews(session ConnectorSession, schemaName Optional<String>) : List<SchemaTableName> in class com.facebook.presto.accumulo.AccumuloMetadata | From | To | |
Rename Parameter schemaNameOrNull : String to filterSchema : Optional<String> in method private listViews(filterSchema Optional<String>) : List<SchemaTableName> in class com.facebook.presto.accumulo.AccumuloMetadata | From | To | |
Rename Parameter schemaNameOrNull : String to filterSchema : Optional<String> in method public listTables(session ConnectorSession, filterSchema Optional<String>) : List<SchemaTableName> in class com.facebook.presto.accumulo.AccumuloMetadata | From | To |