a17cedb44c2a98d863407fab95c2b7f0893d0727
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable offsetInBlk : long to offsetInBlockGroup : long in method private getStripedBufOffset(offsetInBlockGroup long) : int in class org.apache.hadoop.hdfs.DFSStripedInputStream | From | To | |
Extract Method | 2 | ||
Extract Method private getOffsetInBlockGroup(pos long) : long extracted from private getOffsetInBlockGroup() : long in class org.apache.hadoop.hdfs.DFSStripedInputStream | From | To | |
Extract Method private getStripedBufOffset(offsetInBlockGroup long) : int extracted from private copy(strategy ReaderStrategy, offset int, length int) : int in class org.apache.hadoop.hdfs.DFSStripedInputStream | From | To |