c8ebb19972e472307329eb802926b707dd100e41
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public assertAggregation(function InternalAggregationFunction, equalAssertion BiFunction<Object,Object,Boolean>, testDescription String, page Page, expectedValue Object) : void extracted from public assertAggregation(function InternalAggregationFunction, expectedValue Object, page Page) : void in class com.facebook.presto.operator.aggregation.AggregationTestUtils | From | To | |
Extract Method public groupedAggregation(isEqual BiFunction<Object,Object,Boolean>, function InternalAggregationFunction, pages Page...) : Object extracted from public groupedAggregation(function InternalAggregationFunction, pages Page...) : Object in class com.facebook.presto.operator.aggregation.AggregationTestUtils | From | To |