014bd32c58ccd7b4ff66ff1180f7fe9ae25484ef
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable outputs : byte[][] to decodeOutputs : byte[][] in method public decodeAndFillBuffer(decodeInputs byte[][], buf byte[], alignedStripe AlignedStripe, parityBlkNum int, decoder RawErasureDecoder) : void in class org.apache.hadoop.hdfs.util.StripedBlockUtil | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable rsRawDecoder : RSRawDecoder to decoder : RawErasureDecoder in method public decodeAndFillBuffer(decodeInputs byte[][], buf byte[], alignedStripe AlignedStripe, parityBlkNum int, decoder RawErasureDecoder) : void in class org.apache.hadoop.hdfs.util.StripedBlockUtil | From | To | |
Change Variable Type | 1 | ||
Change Variable Type rsRawDecoder : RSRawDecoder to decoder : RawErasureDecoder in method public decodeAndFillBuffer(decodeInputs byte[][], buf byte[], alignedStripe AlignedStripe, parityBlkNum int, decoder RawErasureDecoder) : void in class org.apache.hadoop.hdfs.util.StripedBlockUtil | From | To | |
Inline Variable | 1 | ||
Inline Variable chunk : StripingChunk in method public initDecodeInputs(alignedStripe AlignedStripe, dataBlkNum int, parityBlkNum int) : byte[][] from class org.apache.hadoop.hdfs.util.StripedBlockUtil | From | To |