4ad484883f773c702a1874fc12816ef1a4a54136
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testCodingNegative_erasing_d5() : void renamed to public testCodingNegative_10x1_erasing_d5() : void in class org.apache.hadoop.io.erasurecode.rawcoder.TestXORRawCoder | From | To | |
| Rename Method protected resetOutputBuffer(buffer ByteBuffer) : ByteBuffer renamed to protected resetBuffer(buffer ByteBuffer) : ByteBuffer in class org.apache.hadoop.io.erasurecode.rawcoder.AbstractRawErasureCoder | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public testCodingBothBuffers_erasing_d5() : void from class org.apache.hadoop.io.erasurecode.rawcoder.TestXORRawCoder to protected testCodingDoMixed() : void from class org.apache.hadoop.io.erasurecode.rawcoder.TestRawCoderBase | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public testCodingBothBuffers_10x4_erasing_d0_p0() : void from class org.apache.hadoop.io.erasurecode.rawcoder.TestRSRawCoder to protected testCodingDoMixed() : void from class org.apache.hadoop.io.erasurecode.rawcoder.TestRawCoderBase | From | To | |
| Extract Method | 2 | ||
| Extract Method private doDecodeImpl(inputs ByteBuffer[], erasedIndexes int[], outputs ByteBuffer[]) : void extracted from protected doDecode(inputs ByteBuffer[], erasedIndexes int[], outputs ByteBuffer[]) : void in class org.apache.hadoop.io.erasurecode.rawcoder.RSRawDecoder | From | To | |
| Extract Method private doDecodeImpl(inputs byte[][], inputOffsets int[], dataLen int, erasedIndexes int[], outputs byte[][], outputOffsets int[]) : void extracted from protected doDecode(inputs byte[][], inputOffsets int[], dataLen int, erasedIndexes int[], outputs byte[][], outputOffsets int[]) : void in class org.apache.hadoop.io.erasurecode.rawcoder.RSRawDecoder | From | To |