edf1c2b2b18b2b1ea10ba5fbbfdab186719f70e5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type reader : LocalFileBlockReader to path : String in method public Factory(path String) in class alluxio.client.block.stream.LocalFilePacketReader.Factory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mLocalFileBlockReader : LocalFileBlockReader to mPath : String in class alluxio.client.block.stream.LocalFilePacketReader.Factory | From | To | |
Extract Variable | 2 | ||
Extract Variable fileChannel : FileChannel in method protected getDataBuffer(channel Channel, offset long, len int) : DataBuffer from class alluxio.worker.netty.DataServerBlockReadHandler | From | To | |
Extract Variable sz : int in method public writePacket(buf ByteBuf) : void from class alluxio.client.block.stream.LocalFilePacketWriter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mLocalFileBlockReader : LocalFileBlockReader to mPath : String in class alluxio.client.block.stream.LocalFilePacketReader.Factory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter reader : LocalFileBlockReader to path : String in method public Factory(path String) in class alluxio.client.block.stream.LocalFilePacketReader.Factory | From | To |