dc735b286bb656903df49aee776d22ee0c61f860
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type idxInBlkGroup : int to idxInBlkGroup : long in method package StripingCell(ecPolicy ErasureCodingPolicy, cellSize int, idxInBlkGroup long, offset long) in class org.apache.hadoop.hdfs.util.StripedBlockUtil.StripingCell | From | To | |
Change Parameter Type offset : int to offset : long in method package StripingCell(ecPolicy ErasureCodingPolicy, cellSize int, idxInBlkGroup long, offset long) in class org.apache.hadoop.hdfs.util.StripedBlockUtil.StripingCell | From | To | |
Change Parameter Type bgSize : int to bgSize : long in method private createDummyLocatedBlock(bgSize long) : LocatedStripedBlock in class org.apache.hadoop.hdfs.util.TestStripedBlockUtil | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type idxInInternalBlk : int to idxInInternalBlk : long in class org.apache.hadoop.hdfs.util.StripedBlockUtil.StripingCell | From | To | |
Change Attribute Type idxInBlkGroup : int to idxInBlkGroup : long in class org.apache.hadoop.hdfs.util.StripedBlockUtil.StripingCell | From | To | |
Change Attribute Type offset : int to offset : long in class org.apache.hadoop.hdfs.util.StripedBlockUtil.StripingCell | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package getIdxInStripe() : int extracted from private createInternalBlkBuffers(bgSize int) : byte[][] in class org.apache.hadoop.hdfs.util.TestStripedBlockUtil & moved to class org.apache.hadoop.hdfs.util.StripedBlockUtil.StripingCell | From | To |