8d685116910b5df556f9a9209a0a6b1950787e42
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 7
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 4 | ||
| Change Parameter Type readLength : int to readLength : long in method private getDataBuffer(req RPCBlockRequest, handler BlockHandler, readLength long) : DataBuffer in class tachyon.worker.netty.DataServerHandler | From | To | |
| Change Parameter Type length : int to length : long in method public DataFileChannel(fileChannel FileChannel, offset long, length long) in class tachyon.worker.netty.protocol.buffer.DataFileChannel | From | To | |
| Change Parameter Type length : int to length : long in method public DataByteBuffer(buffer ByteBuffer, length long) in class tachyon.worker.netty.protocol.buffer.DataByteBuffer | From | To | |
| Change Parameter Type offset : int to offset : long in method public DataFileChannel(fileChannel FileChannel, offset long, length long) in class tachyon.worker.netty.protocol.buffer.DataFileChannel | From | To | |
| Change Return Type | 3 | ||
| Change Return Type int to long in method public abstract getLength() : long in class tachyon.worker.netty.protocol.buffer.DataBuffer | From | To | |
| Change Return Type int to long in method public getLength() : long in class tachyon.worker.netty.protocol.buffer.DataByteBuffer | From | To | |
| Change Return Type int to long in method public getLength() : long in class tachyon.worker.netty.protocol.buffer.DataFileChannel | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type bodyBytes : int to bodyBytes : long in method protected encode(ctx ChannelHandlerContext, in RPCMessage, out List<Object>) : void in class tachyon.worker.netty.protocol.RPCMessageEncoder | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type mLength : int to mLength : long in class tachyon.worker.netty.protocol.buffer.DataByteBuffer | From | To | |
| Change Attribute Type mOffset : int to mOffset : long in class tachyon.worker.netty.protocol.buffer.DataFileChannel | From | To | |
| Change Attribute Type mLength : int to mLength : long in class tachyon.worker.netty.protocol.buffer.DataFileChannel | From | To |