eb112783ae11dbb23f74f453f22a0301c6b2b11f
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 2 | ||
| 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 | |
| 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 | |
| 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 |