0ba44095a71f6022414d0156d35fb8bd2faa775f
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Class | 3 | ||
| Rename Class alluxio.network.protocol.databuffer.DataByteBuffer renamed to alluxio.network.protocol.databuffer.NioDataBuffer | From | To | |
| Rename Class alluxio.network.protocol.databuffer.DataByteBufferTest renamed to alluxio.network.protocol.databuffer.NioDataBufferTest | From | To | |
| Rename Class alluxio.network.protocol.databuffer.DataByteArrayChannel renamed to alluxio.network.protocol.databuffer.ByteArrayDataBuffer | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type data : DataByteBuffer to data : NioDataBuffer in method public readOnlyByteBuffer() : void in class alluxio.network.protocol.databuffer.NioDataBufferTest | From | To | |
| Change Variable Type data : DataByteBuffer to data : NioDataBuffer in method public length() : void in class alluxio.network.protocol.databuffer.NioDataBufferTest | From | To | |
| Change Variable Type data : DataByteBuffer to data : NioDataBuffer in method public nettyOutput() : void in class alluxio.network.protocol.databuffer.NioDataBufferTest | From | To |