17ee70af8d1e49ae393a8476ce3ff5271121b61e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private assertAggregation(function InternalAggregationFunction, expectedValue Object, pages Page...) : void renamed to private assertAggregationInternal(function InternalAggregationFunction, expectedValue Object, pages Page...) : void in class com.facebook.presto.operator.aggregation.AggregationTestUtils | From | To | |
Extract Method | 1 | ||
Extract Method public assertAggregation(function InternalAggregationFunction, expectedValue Object, page Page) : void extracted from public assertAggregation(function InternalAggregationFunction, expectedValue Object, blocks Block...) : void in class com.facebook.presto.operator.aggregation.AggregationTestUtils | From | To |