4ae32abdf474f419d65464580f30c678ffff8182
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method protected prepare(conf Configuration, numDataUnits int, numParityUnits int, erasedDataIndexes int[], erasedParityIndexes int[], usingFixedData boolean) : void extracted from protected prepare(conf Configuration, numDataUnits int, numParityUnits int, erasedDataIndexes int[], erasedParityIndexes int[]) : void in class org.apache.hadoop.io.erasurecode.TestCoderBase | From | To | |
Extract Method private generateDataChunks() : ECChunk[] extracted from protected prepareDataChunksForEncoding() : ECChunk[] in class org.apache.hadoop.io.erasurecode.TestCoderBase | From | To |