ca96299f04e5e1254e9b263a8792c97d5e1ea428
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 3 | ||
| Change Return Type void to long in method public transferFrom(buf ByteBuf) : long in class alluxio.worker.block.io.BlockWriter | From | To | |
| Change Return Type void to long in method public transferFrom(buf ByteBuf) : long in class alluxio.worker.block.io.MockBlockWriter | From | To | |
| Change Return Type void to long in method public transferFrom(buf ByteBuf) : long in class alluxio.worker.block.io.LocalFileBlockWriter | From | To | |
| Extract Variable | 2 | ||
| Extract Variable bytesWritten : long in method public transferFrom(buf ByteBuf) : long from class alluxio.worker.block.io.MockBlockWriter | From | To | |
| Extract Variable bytesWritten : long in method public transferFrom(buf ByteBuf) : long from class alluxio.worker.block.io.LocalFileBlockWriter | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type TEST_BLOCK_SIZE : long to TEST_BLOCK_SIZE : int in class alluxio.worker.block.io.LocalFileBlockWriterTest | From | To |