cd2374a7f02bc8d103baf592e447b47ab283b390
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 43
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type destServerName : byte[] to destServerName : ServerName in method public move(encodedRegionName byte[], destServerName ServerName) : void in class org.apache.hadoop.hbase.client.HBaseAdmin | From | To | |
Change Parameter Type destServerName : byte[] to destServerName : ServerName in method public move(encodedRegionName byte[], destServerName ServerName) : void in class org.apache.hadoop.hbase.client.Admin | From | To | |
Change Variable Type | 1 | ||
Change Variable Type destServerName : byte[] to destServerName : ServerName in method public testMetaRegionMove() : void in class org.apache.hadoop.hbase.client.TestSeparateClientZKCluster | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public move(encodedRegionName byte[]) : void extracted from public shutdownMetaAndDoValidations(util HBaseTestingUtility) : void in class org.apache.hadoop.hbase.client.TestMetaWithReplicas & moved to class org.apache.hadoop.hbase.client.HBaseAdmin | From | To |