549a6d93d4a0716f2965c6119b6417f4a3634b12
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 29
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type region : HRegionInfo to region : RegionInfo in method public perform() : void in class org.apache.hadoop.hbase.chaos.actions.MoveRandomRegionOfTableAction | From | To | |
Change Variable Type regions : List<HRegionInfo> to regions : List<RegionInfo> in method public perform() : void in class org.apache.hadoop.hbase.chaos.actions.MoveRandomRegionOfTableAction | From | To | |
Extract Method | 2 | ||
Extract Method package getServers(admin Admin) : ServerName[] extracted from public perform() : void in class org.apache.hadoop.hbase.chaos.actions.MoveRegionsOfTableAction | From | To | |
Extract Method package moveRegion(admin Admin, servers ServerName[], regionInfo RegionInfo) : void extracted from public perform() : void in class org.apache.hadoop.hbase.chaos.actions.MoveRegionsOfTableAction | From | To |