395ec5a9bb48324a8b7dd61790a954a2998a8f80
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private executeCallable(callable C, rpcCallerFactory RpcRetryingCallerFactory, operationTimeout int) : V extracted from private executeCallable(callable C) : V in class org.apache.hadoop.hbase.client.HBaseAdmin | From | To | |
Extract Method package getTableDescriptor(tableName TableName, connection HConnection, rpcCallerFactory RpcRetryingCallerFactory, operationTimeout int) : HTableDescriptor extracted from public getTableDescriptor(tableName TableName) : HTableDescriptor in class org.apache.hadoop.hbase.client.HBaseAdmin | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package getTableDescriptor(tableName TableName, connection HConnection, rpcCallerFactory RpcRetryingCallerFactory, operationTimeout int) : HTableDescriptor extracted from public getTableDescriptor() : HTableDescriptor in class org.apache.hadoop.hbase.client.HTable & moved to class org.apache.hadoop.hbase.client.HBaseAdmin | From | To |