5928074ed7986b81b2fc9cf381314d980dd80175
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getRegionAlwaysReturnInterleavedBlock(position int, length int, compact boolean) : InterleavedBlock renamed to protected sliceRange(position int, length int, compact boolean) : Block in class com.facebook.presto.spi.block.AbstractInterleavedBlock | From | To | |
| Rename Variable | 1 | ||
| Rename Variable newBlockIndex : int to blockIndex : int in method protected sliceRange(position int, length int, compact boolean) : Block in class com.facebook.presto.spi.block.AbstractInterleavedBlock | From | To | |
| Change Return Type | 1 | ||
| Change Return Type InterleavedBlock to Block in method protected sliceRange(position int, length int, compact boolean) : Block in class com.facebook.presto.spi.block.AbstractInterleavedBlock | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method protected validateRange(position int, length int) : void extracted from public getRegion(position int, length int) : Block in class com.facebook.presto.spi.block.InterleavedBlock & moved to class com.facebook.presto.spi.block.AbstractInterleavedBlock | From | To |