76c07fdfa29c9d7aa17d246a0d91f6a48fc6de17
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type expected : RPCGenericResponse to expected : RPCStatusResponse in method private assertValid(expected RPCStatusResponse, actual RPCStatusResponse) : void in class tachyon.network.protocol.RPCMessageIntegrationTest | From | To | |
Change Parameter Type actual : RPCGenericResponse to actual : RPCStatusResponse in method private assertValid(expected RPCStatusResponse, actual RPCStatusResponse) : void in class tachyon.network.protocol.RPCMessageIntegrationTest | From | To | |
Change Return Type | 1 | ||
Change Return Type RPCGenericResponse to RPCStatusResponse in method public decode(in ByteBuf) : RPCStatusResponse in class tachyon.network.protocol.RPCStatusResponse | From | To | |
Rename Class | 1 | ||
Rename Class tachyon.network.protocol.RPCGenericResponse renamed to tachyon.network.protocol.RPCStatusResponse | From | To | |
Change Variable Type | 4 | ||
Change Variable Type error : RPCGenericResponse to error : RPCStatusResponse 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 decoded : RPCGenericResponse to decoded : RPCStatusResponse in method public RPCGenericResponseTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest | From | To | |
Change Variable Type error : RPCGenericResponse to error : RPCStatusResponse in method public write(bytes byte[], offset int, length int) : void in class tachyon.client.netty.NettyRemoteBlockWriter | From | To | |
Change Variable Type msg : RPCGenericResponse to msg : RPCStatusResponse in method public RPCGenericResponseTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest | From | To |