2cfaa804b23f48e8a6990d31a5ce81475c17b93b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable buf : ByteBuf to dataBuffer : DataBuffer in method public positionedRead(pos long, b byte[], off int, len int) : int in class alluxio.client.block.stream.PacketInStream | From | To | |
Inline Method | 2 | ||
Inline Method private destroyPacket(packet ByteBuf) : void inlined to private closePacketReader() : void in class alluxio.client.block.stream.PacketInStream | From | To | |
Inline Method private destroyPacket(packet ByteBuf) : void inlined to private readPacket() : void in class alluxio.client.block.stream.PacketInStream | From | To | |
Change Return Type | 3 | ||
Change Return Type ByteBuf to DataBuffer in method public readPacket() : DataBuffer in class alluxio.client.block.stream.PacketReader | From | To | |
Change Return Type ByteBuf to DataBuffer in method public readPacket() : DataBuffer in class alluxio.client.block.stream.NettyPacketReader | From | To | |
Change Return Type ByteBuf to DataBuffer in method public readPacket() : DataBuffer in class alluxio.client.block.stream.LocalFilePacketReader | From | To | |
Change Variable Type | 2 | ||
Change Variable Type buf : ByteBuf to buf : DataBuffer in method public close() : void in class alluxio.client.block.stream.NettyPacketReader | From | To | |
Change Variable Type buf : ByteBuf to dataBuffer : DataBuffer in method public positionedRead(pos long, b byte[], off int, len int) : int in class alluxio.client.block.stream.PacketInStream | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mCurrentPacket : ByteBuf to mCurrentPacket : DataBuffer in class alluxio.client.block.stream.PacketInStream | From | To |