28fe1b962dd767878b0ee8d15eedbdaa9ba50bf8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 1 | ||
| Push Down Method public getRegion(position int, length int) : Block from class com.facebook.presto.spi.block.AbstractInterleavedBlock to public getRegion(position int, length int) : Block from class com.facebook.presto.spi.block.InterleavedBlockBuilder | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type sizeInBytes : int to sizeInBytes : AtomicInteger in class com.facebook.presto.spi.block.InterleavedBlock | From | To | |
| Extract Method | 1 | ||
| Extract Method private getRegionAlwaysReturnInterleavedBlock(position int, length int, compact boolean) : InterleavedBlock extracted from private getRegion(position int, length int, compact boolean) : Block in class com.facebook.presto.spi.block.AbstractInterleavedBlock | From | To |