55928eeaef183e5b115e774851a51228c8b8d26b
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type request : RPCBlockReadRequest to channel : Channel in method public PacketReader(channel Channel) in class alluxio.worker.netty.BlockReadDataServerHandler.PacketReader | From | To | |
Rename Variable | 2 | ||
Rename Variable offset : long to start : long in method public run() : void in class alluxio.worker.netty.BlockReadDataServerHandler.PacketReader | From | To | |
Rename Variable readLength : long to remaining : long in method public run() : void in class alluxio.worker.netty.BlockReadDataServerHandler.PacketReader | From | To | |
Rename Attribute | 2 | ||
Rename Attribute mRequest : RPCBlockReadRequest to mChannel : Channel in class alluxio.worker.netty.BlockReadDataServerHandler.PacketReader | From | To | |
Rename Attribute mContext : ChannelHandlerContext to mEnd : long in class alluxio.worker.netty.BlockReadDataServerHandler | From | To | |
Extract Variable | 1 | ||
Extract Variable response : RPCBlockWriteResponse in method private replySuccess(ctx ChannelHandlerContext) : void from class alluxio.worker.netty.BlockWriteDataServerHandler | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type mBlockId : Long to mBlockId : long in class alluxio.worker.netty.BlockReadDataServerHandler | From | To | |
Change Attribute Type mRequest : RPCBlockReadRequest to mChannel : Channel in class alluxio.worker.netty.BlockReadDataServerHandler.PacketReader | From | To | |
Change Attribute Type mContext : ChannelHandlerContext to mEnd : long in class alluxio.worker.netty.BlockReadDataServerHandler | From | To | |
Rename Parameter | 1 | ||
Rename Parameter request : RPCBlockReadRequest to channel : Channel in method public PacketReader(channel Channel) in class alluxio.worker.netty.BlockReadDataServerHandler.PacketReader | From | To |