42a6e92f54fa0af7e607c232f8ff73a5b3792b0c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type codeExpected : Protocol.Status.Code to statusExpected : Status in method protected checkWriteResponse(writeResponse Object, statusExpected Status) : void in class alluxio.worker.netty.DataServerWriteHandlerTest | From | To | |
| Change Parameter Type code : Protocol.Status.Code to status : Status in method public createResponse(status Status, message String, data DataBuffer) : RPCProtoMessage in class alluxio.network.protocol.RPCProtoMessage | From | To | |
| Change Parameter Type codeExpected : Protocol.Status.Code to statusExpected : Status in method protected checkReadResponse(readResponse Object, statusExpected Status) : DataBuffer in class alluxio.worker.netty.DataServerReadHandlerTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable status : Protocol.Status to r : Response in method public channelRead(ctx ChannelHandlerContext, msg Object) : void in class alluxio.client.block.stream.NettyPacketReader.PacketReadHandler | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Status to PStatus in method public toProto(status Status) : PStatus in class alluxio.exception.status.Status | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type status : Protocol.Status to r : Response in method public channelRead(ctx ChannelHandlerContext, msg Object) : void in class alluxio.client.block.stream.NettyPacketReader.PacketReadHandler | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter codeExpected : Protocol.Status.Code to statusExpected : Status in method protected checkReadResponse(readResponse Object, statusExpected Status) : DataBuffer in class alluxio.worker.netty.DataServerReadHandlerTest | From | To | |
| Rename Parameter codeExpected : Protocol.Status.Code to statusExpected : Status in method protected checkWriteResponse(writeResponse Object, statusExpected Status) : void in class alluxio.worker.netty.DataServerWriteHandlerTest | From | To | |
| Rename Parameter code : Protocol.Status.Code to status : Status in method public createResponse(status Status, message String, data DataBuffer) : RPCProtoMessage in class alluxio.network.protocol.RPCProtoMessage | From | To |