7434c44b16765a49168c8f5cb01a3d0b817d158b
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type numBytesInGroup : long to numBytesInGroup : int in method private verifyInternalBlocks(numBytesInGroup int, expected int[]) : void in class org.apache.hadoop.hdfs.util.TestStripedBlockUtil | From | To | |
Change Parameter Type expected : long[] to expected : int[] in method private verifyInternalBlocks(numBytesInGroup int, expected int[]) : void in class org.apache.hadoop.hdfs.util.TestStripedBlockUtil | From | To | |
Merge Variable | 1 | ||
Merge Variable [firstCellIdxInBG : int, lastCellIdxInBG : int, firstCellSize : int, firstCellOffsetInBlk : long, lastCellSize : int] to cells : StripingCell[] in method public divideByteRangeIntoStripes(ecSchema ECSchema, blockGroup LocatedStripedBlock, rangeStartInBlockGroup long, rangeEndInBlockGroup long, buf byte[], offsetInBuf int) : AlignedStripe[] in class org.apache.hadoop.hdfs.util.StripedBlockUtil | From | To | |
Rename Attribute | 1 | ||
Rename Attribute BLK_GROUP_SIZE : short to BLK_GROUP_WIDTH : short in class org.apache.hadoop.hdfs.util.TestStripedBlockUtil | From | To |