34887881f19e7a56ef8c271380fb361dc32043f1
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 2 | ||
Move Attribute private mNotEmpty : Condition from class alluxio.network.netty.MessageQueue to private mNotEmpty : Condition from class alluxio.client.block.stream.NettyBlockReader | From | To | |
Move Attribute private mLock : ReentrantLock from class alluxio.network.netty.MessageQueue to private mLock : ReentrantLock from class alluxio.client.block.stream.NettyBlockReader | From | To | |
Rename Attribute | 2 | ||
Rename Attribute mBytesRemaining : int to mBytesToRead : long in class alluxio.client.block.stream.NettyBlockReader | From | To | |
Rename Attribute mPos : long to mPosRead : long in class alluxio.client.block.stream.NettyBlockReader | From | To | |
Extract Variable | 1 | ||
Extract Variable channelFuture : ChannelFuture in method public close() : void from class alluxio.client.block.stream.NettyBlockReader | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mBytesRemaining : int to mBytesToRead : long in class alluxio.client.block.stream.NettyBlockReader | From | To |