c89a562c7bf370fcb4b6fcd705c8971c666031da
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 10
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Variable | 1 | ||
| Inline Variable applicableRoles : Set<String> in method public listApplicableTablePrivileges(metastore SemiTransactionalHiveMetastore, databaseName String, tableName String, principal PrestoPrincipal) : Set<HivePrivilegeInfo> from class com.facebook.presto.hive.metastore.thrift.ThriftMetastoreUtil | From | To | |
| Extract Method | 1 | ||
| Extract Method private listTablePrivileges(metastore SemiTransactionalHiveMetastore, databaseName String, tableName String, principals Set<PrestoPrincipal>) : Set<HivePrivilegeInfo> extracted from public listApplicableTablePrivileges(metastore SemiTransactionalHiveMetastore, databaseName String, tableName String, principal PrestoPrincipal) : Set<HivePrivilegeInfo> in class com.facebook.presto.hive.metastore.thrift.ThriftMetastoreUtil | From | To |