83cf44cd3f19c841ac53889d09454ed5247ce591
Files Diff
- Added: 55
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public createTableDescriptor(tableName TableName, families byte[][], maxVersions int) : HTableDescriptor extracted from public createTable(tableName TableName, families byte[][], numVersions int, startKey byte[], endKey byte[], numRegions int) : Table in class org.apache.hadoop.hbase.HBaseTestingUtility | From | To | |
Extract Method private closeScanner(region Region, scanner RegionScanner, scannerName String, context RpcCallContext) : boolean extracted from public scan(controller RpcController, request ScanRequest) : ScanResponse in class org.apache.hadoop.hbase.regionserver.RSRpcServices | From | To | |
Rename Parameter | 1 | ||
Rename Parameter numVersions : int to maxVersions : int in method public createTableDescriptor(tableName TableName, families byte[][], maxVersions int) : HTableDescriptor in class org.apache.hadoop.hbase.HBaseTestingUtility | From | To |