02deee85149d5fddff03b0cb874d2a5c05f2392d
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable ret : int to bytesRead : int in method private readWithPacketStreaming(position long, buffer byte[], offset int, length int) : int in class alluxio.hadoop.HdfsFileInputStream | From | To | |
| Extract Method | 4 | ||
| Extract Method private readWithoutPacketStreaming(position long, buffer byte[], offset int, length int) : int extracted from public read(position long, buffer byte[], offset int, length int) : int in class alluxio.hadoop.HdfsFileInputStream | From | To | |
| Extract Method private getBlockInStream(blockId long, noPromote boolean) : InputStream extracted from private updateBlockInStream(blockId long) : void in class alluxio.client.file.FileInStream | From | To | |
| Extract Method private getBlockId(pos long) : long extracted from private getCurrentBlockId() : long in class alluxio.client.file.FileInStream | From | To | |
| Extract Method private readWithPacketStreaming(position long, buffer byte[], offset int, length int) : int extracted from public read(position long, buffer byte[], offset int, length int) : int in class alluxio.hadoop.HdfsFileInputStream | From | To |