e521574bd823f4409531d1a1ee3492e24414193d
Files Diff
- Added: 1
 - Removed: 1
 - Renamed: 0
 - Modified: 7
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public RPCGenericResponseTest() : void renamed to public RPCErrorResponseTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type actual : RPCStatusResponse to actual : RPCErrorResponse in method private assertValid(expected RPCErrorResponse, actual RPCErrorResponse) : void in class tachyon.network.protocol.RPCMessageIntegrationTest | From | To | |
| Change Parameter Type expected : RPCStatusResponse to expected : RPCErrorResponse in method private assertValid(expected RPCErrorResponse, actual RPCErrorResponse) : void in class tachyon.network.protocol.RPCMessageIntegrationTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type RPCStatusResponse to RPCErrorResponse in method public decode(in ByteBuf) : RPCErrorResponse in class tachyon.network.protocol.RPCErrorResponse | From | To | |
| Rename Class | 1 | ||
| Rename Class tachyon.network.protocol.RPCStatusResponse renamed to tachyon.network.protocol.RPCErrorResponse | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type decoded : RPCStatusResponse to decoded : RPCErrorResponse in method public RPCErrorResponseTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest | From | To | |
| Change Variable Type msg : RPCStatusResponse to msg : RPCErrorResponse in method public RPCErrorResponseTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest | From | To | |
| Change Variable Type resp : RPCStatusResponse to resp : RPCErrorResponse in method public channelRead0(ctx ChannelHandlerContext, msg RPCMessage) : void in class tachyon.worker.netty.DataServerHandler | From | To | |
| Change Variable Type error : RPCStatusResponse to error : RPCErrorResponse in method public readRemoteBlock(host String, port int, blockId long, offset long, length long) : ByteBuffer in class tachyon.client.netty.NettyRemoteBlockReader | From | To | |
| Change Variable Type error : RPCStatusResponse to error : RPCErrorResponse in method public write(bytes byte[], offset int, length int) : void in class tachyon.client.netty.NettyRemoteBlockWriter | From | To |