fc7bcb45fe0801ee3a4b66e7c08b4e39fc822da4
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public channelRead(ctx ChannelHandlerContext, msg Object) : void renamed to public channelRead0(ctx ChannelHandlerContext, msg RPCMessage) : void in class tachyon.worker.netty.DataServerHandler | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private validateInput(req BlockRequest) : void from class tachyon.worker.netty.DataServerHandler to public validate() : void from class tachyon.worker.netty.protocol.RPCBlockRequest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type req : BlockRequest to req : RPCBlockRequest in method private validateBounds(req RPCBlockRequest, fileLength long) : void in class tachyon.worker.netty.DataServerHandler | From | To | |
Change Parameter Type msg : Object to msg : RPCMessage in method public channelRead0(ctx ChannelHandlerContext, msg RPCMessage) : void in class tachyon.worker.netty.DataServerHandler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type req : BlockRequest to req : RPCBlockRequest in method public channelRead0(ctx ChannelHandlerContext, msg RPCMessage) : void in class tachyon.worker.netty.DataServerHandler | From | To |