608025ae6755752de7d1a9f159ddb9e05c060902
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method public createTable(tableName TableName, families byte[][], splitKeys byte[][], c Configuration) : HTable extracted from public createTable(tableName TableName, families byte[][], c Configuration) : HTable in class org.apache.hadoop.hbase.HBaseTestingUtility | From | To | |
Extract Method public createTable(tableName TableName, families byte[][], numVersions int, splitKeys byte[][]) : HTable extracted from public createTable(tableName TableName, families byte[][], numVersions int) : HTable in class org.apache.hadoop.hbase.HBaseTestingUtility | From | To | |
Extract Method public createTable(tableName TableName, families byte[][], splitKeys byte[][]) : HTable extracted from public createTable(tableName TableName, families byte[][]) : HTable in class org.apache.hadoop.hbase.HBaseTestingUtility | From | To | |
Extract Method public createTable(htd HTableDescriptor, families byte[][], splitKeys byte[][], c Configuration) : HTable extracted from public createTable(htd HTableDescriptor, families byte[][], c Configuration) : HTable in class org.apache.hadoop.hbase.HBaseTestingUtility | From | To |