dddbd70572444b26bc4642aedf7f5e97f9e52794
Files Diff
- Added: 5
 - Removed: 0
 - Renamed: 0
 - Modified: 16
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 3 | ||
| Pull Up Method private createExpectedValues(positionCount int) : Slice[] from class com.facebook.presto.block.TestSliceArrayBlock to protected createExpectedValues(positionCount int) : Slice[] from class com.facebook.presto.block.AbstractTestBlock | From | To | |
| Pull Up Method private createExpectedValues(positionCount int) : Slice[] from class com.facebook.presto.block.TestLazySliceArrayBlock to protected createExpectedValues(positionCount int) : Slice[] from class com.facebook.presto.block.AbstractTestBlock | From | To | |
| Pull Up Method private createExpectedValues(positionCount int) : Slice[] from class com.facebook.presto.block.TestVariableWidthBlock to protected createExpectedValues(positionCount int) : Slice[] from class com.facebook.presto.block.AbstractTestBlock | From | To | |
| Rename Variable | 1 | ||
| Rename Variable positionCount : int to isDictionary : boolean in method public readBlock(sliceInput SliceInput) : Block in class com.facebook.presto.spi.block.LazySliceArrayBlockEncoding | From | To | |
| Rename Class | 1 | ||
| Rename Class com.facebook.presto.block.TestLazySliceArrayBlock.TestLazySliceArrayBlockLoader renamed to com.facebook.presto.block.TestLazySliceArrayBlock.TestDirectLazySliceArrayBlockLoader | From | To | |
| Extract Variable | 1 | ||
| Extract Variable length : int in method public toObjectVector(size int) : ObjectVector from class com.facebook.presto.orc.SliceVector | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type loader : TestLazySliceArrayBlockLoader to loader : TestDirectLazySliceArrayBlockLoader in method public testRelease() : void in class com.facebook.presto.block.TestLazySliceArrayBlock | From | To | |
| Change Variable Type positionCount : int to isDictionary : boolean in method public readBlock(sliceInput SliceInput) : Block in class com.facebook.presto.spi.block.LazySliceArrayBlockEncoding | From | To |