3e2941a49e58080618fd2d2e6757694c96651e0a
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public update(peerId String) : boolean renamed to public copyTableCFs(peerId String) : boolean in class org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader | From | To | |
Rename Method public update() : void renamed to public copyTableCFs() : void in class org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader | From | To | |
Rename Variable | 2 | ||
Rename Variable rpc1 : ReplicationPeerConfig to rpc : ReplicationPeerConfig in method public testRemovePeerTableCFs() : void in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin | From | To | |
Rename Variable rpc1 : ReplicationPeerConfig to rpc : ReplicationPeerConfig in method public testAppendPeerTableCFs() : void in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.hadoop.hbase.replication.master.TableCFsUpdater renamed to org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader | From | To | |
Change Variable Type | 3 | ||
Change Variable Type filter : WALEntryFilter to filter : ChainWALEntryFilter in method public testNamespaceTableCfWALEntryFilter() : void in class org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters | From | To | |
Change Variable Type tableCFsUpdater : TableCFsUpdater to tableCFsUpdater : ReplicationPeerConfigUpgrader in method private finishActiveMasterInitialization(status MonitoredTask) : void in class org.apache.hadoop.hbase.master.HMaster | From | To | |
Change Variable Type tableCFsUpdater : TableCFsUpdater to tableCFsUpdater : ReplicationPeerConfigUpgrader in method public main(args String[]) : void in class org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader | From | To | |
Inline Variable | 1 | ||
Inline Variable conf : Configuration in method public setUpBeforeClass() : void from class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin | From | To | |
Extract Method | 2 | ||
Extract Method private checkPeerConfig(peerConfig ReplicationPeerConfig) : void extracted from public updatePeerConfig(peerId String, peerConfig ReplicationPeerConfig) : void in class org.apache.hadoop.hbase.master.replication.ReplicationManager | From | To | |
Extract Method private checkPeerConfig(peerConfig ReplicationPeerConfig) : void extracted from public addReplicationPeer(peerId String, peerConfig ReplicationPeerConfig, enabled boolean) : void in class org.apache.hadoop.hbase.master.replication.ReplicationManager | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setReplicateAllUserTables(replicateAllUserTables boolean) : ReplicationPeerConfig extracted from public testSetPeerNamespaces() : void in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin & moved to class org.apache.hadoop.hbase.replication.ReplicationPeerConfig | From | To |