a4cb1bef045c4297ea36b6c36fd479bcffe7f2f1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type status : boolean to status : Status in method public RPCBlockWriteResponse(userId long, blockId long, offset long, length long, status Status) in class tachyon.network.protocol.RPCBlockWriteResponse | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to Status in method public getStatus() : Status in class tachyon.network.protocol.RPCBlockWriteResponse | From | To | |
Change Variable Type | 1 | ||
Change Variable Type status : boolean to status : short in method public decode(in ByteBuf) : RPCBlockWriteResponse in class tachyon.network.protocol.RPCBlockWriteResponse | From | To | |
Extract Variable | 1 | ||
Extract Variable status : RPCResponse.Status in method public write(bytes byte[], offset int, length int) : void from class tachyon.client.netty.NettyRemoteBlockWriter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mStatus : boolean to mStatus : Status in class tachyon.network.protocol.RPCBlockWriteResponse | From | To |