a2f6768acdc30b789c7cb8482b9f4352803f60a1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testLoadWithAck() : void renamed to public testWithAck() : void in class org.apache.hadoop.hbase.util.TestRegionMover | From | To | |
Rename Method public testLoadWithoutAck() : void renamed to public testWithoutAck() : void in class org.apache.hadoop.hbase.util.TestRegionMover | From | To | |
Rename Variable | 3 | ||
Rename Variable noRegions : int to numRegions : int in method public testWithoutAck() : void in class org.apache.hadoop.hbase.util.TestRegionMover | From | To | |
Rename Variable i : Iterator<ServerName> to iter : Iterator<ServerName> in method private stripServer(regionServers List<ServerName>, hostname String, port int) : ServerName in class org.apache.hadoop.hbase.util.RegionMover | From | To | |
Rename Variable noRegions : int to numRegions : int in method public testWithAck() : void in class org.apache.hadoop.hbase.util.TestRegionMover | From | To | |
Inline Variable | 1 | ||
Inline Variable server : ServerName in method private stripServer(regionServers List<ServerName>, hostname String, port int) : ServerName from class org.apache.hadoop.hbase.util.RegionMover | From | To |