75a52711b1514e78870d94b5ff54753e4dc7c965
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type positions : List<Integer> to positions : int[] in method private filter(expectedValues T[], positions int[]) : T[] in class com.facebook.presto.block.AbstractTestBlock | From | To | |
Change Parameter Type positions : List<Integer> to positions : int... in method protected assertBlockFilteredPositions(expectedValues T[], block Block, positions int...) : void in class com.facebook.presto.block.AbstractTestBlock | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Integer> to IntArrayList in method private generatePositionList(numRows int, numPositions int) : IntArrayList in class com.facebook.presto.block.TestRowBlock | From | To | |
Change Variable Type | 1 | ||
Change Variable Type positionList : List<Integer> to positionList : IntArrayList in method private testWith(fieldTypes List<Type>, expectedValues List<Object>[]) : void in class com.facebook.presto.block.TestRowBlock | From | To |