52962baf39ab1cab8a0122113c9d380d85d6fdd1
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 2 | ||
| Extract Method private isTableOwner(transaction ConnectorTransactionHandle, identity ConnectorIdentity, tableName SchemaTableName) : boolean extracted from public checkCanRevokeTablePrivilege(transaction ConnectorTransactionHandle, identity ConnectorIdentity, privilege Privilege, tableName SchemaTableName, revokee PrestoPrincipal, grantOptionFor boolean) : void in class com.facebook.presto.hive.security.SqlStandardAccessControl | From | To | |
| Extract Method private isTableOwner(transaction ConnectorTransactionHandle, identity ConnectorIdentity, tableName SchemaTableName) : boolean extracted from public checkCanGrantTablePrivilege(transaction ConnectorTransactionHandle, identity ConnectorIdentity, privilege Privilege, tableName SchemaTableName, grantee PrestoPrincipal, withGrantOption boolean) : void in class com.facebook.presto.hive.security.SqlStandardAccessControl | From | To |