b957f9b9c702718e71ab0b05b4703d1e2f805b4f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable seen : boolean[] to used : boolean[] in method public getPositionsSizeInBytes(positions boolean[]) : long in class com.facebook.presto.spi.block.DictionaryBlock | From | To | |
Inline Variable | 1 | ||
Inline Variable position : int in method public getRegionSizeInBytes(positionOffset int, length int) : long from class com.facebook.presto.spi.block.DictionaryBlock | From | To | |
Extract Method | 2 | ||
Extract Method public getPositionsSizeInBytes(positions boolean[]) : long extracted from public getRegionSizeInBytes(positionOffset int, length int) : long in class com.facebook.presto.spi.block.DictionaryBlock | From | To | |
Extract Method public getPositionsSizeInBytes(positions boolean[]) : long extracted from private calculateCompactSize() : void in class com.facebook.presto.spi.block.DictionaryBlock | From | To |