63ac2db59af2b50e74dc892cae1dbc4d2e061423
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method public decodeBuffers(numBlocks int, blocksBufs List<ByteString>, maxDataLength int) : BlockListAsLongs extracted from public decodeBuffers(numBlocks int, blocksBufs List<ByteString>) : BlockListAsLongs in class org.apache.hadoop.hdfs.protocol.BlockListAsLongs | From | To | |
Extract Method public decodeLongs(blocksList List<Long>, maxDataLength int) : BlockListAsLongs extracted from public decodeLongs(blocksList List<Long>) : BlockListAsLongs in class org.apache.hadoop.hdfs.protocol.BlockListAsLongs | From | To | |
Extract Method public builder(maxDataLength int) : Builder extracted from public builder() : Builder in class org.apache.hadoop.hdfs.protocol.BlockListAsLongs | From | To |