26037854adc980483d1a094ad3d7fa14b394910e
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 31
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public setUpBeforeClass() : void renamed to protected customizeClusterConf(conf Configuration) : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData | From | To | |
Rename Method public setUpBeforeClass() : void renamed to protected customizeClusterConf(conf Configuration) : void in class org.apache.hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL | From | To | |
Rename Method public setUpBeforeClass() : void renamed to protected customizeClusterConf(conf Configuration) : void in class org.apache.hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleAsyncWAL | From | To | |
Pull Up Method | 3 | ||
Pull Up Method public setUp() : void from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool to public setUp() : void from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolBase | From | To | |
Pull Up Method protected syncUp(ut HBaseTestingUtility) : void from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool to protected syncUp(util HBaseTestingUtility) : void from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolBase | From | To | |
Pull Up Method protected setupReplication() : void from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool to protected setupReplication() : void from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolBase | From | To | |
Rename Variable | 11 | ||
Rename Variable rowCount_ht1TargetAtPeer1 : int to rowCountHt1TargetAtPeer1 : int in method private mimicSyncUpAfterDelete() : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool | From | To | |
Rename Variable rowCount_ht2TargetAtPeer1 : int to rowCountHt2TargetAtPeer1 : int in method private putAndReplicateRows() : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool | From | To | |
Rename Variable rowCount_ht2TargetAtPeer1 : int to rowCountHt2TargetAtPeer1 : int in method private mimicSyncUpAfterPut() : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool | From | To | |
Rename Variable rowCount_ht2TargetAtPeer1 : int to rowCountHt2TargetAtPeer1 : int in method private wait(target Table, expectedCount int, msg String) : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData | From | To | |
Rename Variable rowCount_ht1TargetAtPeer1 : int to rowCountHt1TargetAtPeer1 : int in method private mimicSyncUpAfterBulkLoad(randomHFileRangeListIterator Iterator<String>) : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData | From | To | |
Rename Variable rowCount_ht2Source : int to rowCountHt2Source : int in method private putAndReplicateRows() : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool | From | To | |
Rename Variable rowCount_ht2TargetAtPeer1 : int to rowCountHt2TargetAtPeer1 : int in method private mimicSyncUpAfterBulkLoad(randomHFileRangeListIterator Iterator<String>) : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData | From | To | |
Rename Variable rowCount_ht1Source : int to rowCountHt1Source : int in method private putAndReplicateRows() : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool | From | To | |
Rename Variable rowCount_ht2TargetAtPeer1 : int to rowCountHt2TargetAtPeer1 : int in method private mimicSyncUpAfterDelete() : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool | From | To | |
Rename Variable rowCount_ht1TargetAtPeer1 : int to rowCountHt1TargetAtPeer1 : int in method private putAndReplicateRows() : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool | From | To | |
Rename Variable rowCount_ht1TargetAtPeer1 : int to rowCountHt1TargetAtPeer1 : int in method private mimicSyncUpAfterPut() : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool | From | To | |
Move Source Folder | 1 | ||
Move Source Folder hbase-endpoint to hbase-server | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute protected ht1Source : Table from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool to protected ht1Source : Table from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolBase | From | To | |
Pull Up Attribute protected ht2Source : Table from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool to protected ht2Source : Table from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolBase | From | To | |
Pull Up Attribute protected ht2TargetAtPeer1 : Table from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool to protected ht2TargetAtPeer1 : Table from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolBase | From | To | |
Pull Up Attribute protected ht1TargetAtPeer1 : Table from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool to protected ht1TargetAtPeer1 : Table from class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolBase | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolBase from classes [org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData, org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool] | From | To | |
Rename Attribute | 4 | ||
Rename Attribute conf2 : Configuration to CONF2 : Configuration in class org.apache.hadoop.hbase.replication.TestReplicationBase | From | To | |
Rename Attribute utility2 : HBaseTestingUtility to UTIL2 : HBaseTestingUtility in class org.apache.hadoop.hbase.replication.TestReplicationBase | From | To | |
Rename Attribute conf1 : Configuration to CONF1 : Configuration in class org.apache.hadoop.hbase.replication.TestReplicationBase | From | To | |
Rename Attribute utility1 : HBaseTestingUtility to UTIL1 : HBaseTestingUtility in class org.apache.hadoop.hbase.replication.TestReplicationBase | From | To | |
Extract Method | 1 | ||
Extract Method private setupConfig(util HBaseTestingUtility, znodeParent String) : void extracted from protected configureClusters() : void in class org.apache.hadoop.hbase.replication.TestReplicationBase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ut : HBaseTestingUtility to util : HBaseTestingUtility in method protected syncUp(util HBaseTestingUtility) : void in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolBase | From | To |