07a5184f74fdeffc42cdaec42ad4378c0e41c541
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable blockIdx : int to targetBlockIdx : int in method private fetchBlockAt(offset long, length long, useCache boolean) : LocatedBlock in class org.apache.hadoop.hdfs.DFSInputStream | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to LocatedBlock in method protected fetchBlockAt(offset long) : LocatedBlock in class org.apache.hadoop.hdfs.DFSInputStream | From | To | |
| Extract Method | 3 | ||
| Extract Method private fetchBlockAt(offset long, length long, useCache boolean) : LocatedBlock extracted from protected getBlockAt(offset long) : LocatedBlock in class org.apache.hadoop.hdfs.DFSInputStream | From | To | |
| Extract Method private fetchBlockAt(offset long, length long, useCache boolean) : LocatedBlock extracted from protected fetchBlockAt(offset long) : void in class org.apache.hadoop.hdfs.DFSInputStream | From | To | |
| Extract Method private fetchBlockAt(offset long, length long, useCache boolean) : LocatedBlock extracted from private getFinalizedBlockRange(offset long, length long) : List<LocatedBlock> in class org.apache.hadoop.hdfs.DFSInputStream | From | To |