6441a0dbfb8f5724ea81c5a2e2e469967a097be6
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type fileChannel : FileChannel to file : File in method public DataFileChannel(file File, offset long, length long) in class alluxio.network.protocol.databuffer.DataFileChannel | From | To | |
Rename Variable | 1 | ||
Rename Variable path : String to filePath : String in method public before() : void in class alluxio.network.protocol.databuffer.DataFileChannelTest | From | To | |
Move Attribute | 2 | ||
Move Attribute private mFile : File from class alluxio.network.protocol.databuffer.DataFileChannelV2 to private mFile : File from class alluxio.network.protocol.databuffer.DataFileChannel | From | To | |
Move Attribute private mFile : File from class alluxio.network.protocol.databuffer.DataFileChannelV2 to private mFile : File from class alluxio.network.protocol.databuffer.DataFileChannelTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mFileChannel : FileChannel to mFile : File in class alluxio.network.protocol.databuffer.DataFileChannel | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mFileChannel : FileChannel to mFile : File in class alluxio.network.protocol.databuffer.DataFileChannel | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fileChannel : FileChannel to file : File in method public DataFileChannel(file File, offset long, length long) in class alluxio.network.protocol.databuffer.DataFileChannel | From | To |