b1547c56d08e9d25d344130dd23f955a2ce20cc0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private toPages(operator Operator) : List<Page> renamed to public toPagesPartial(operator Operator, input Iterator<Page>) : List<Page> in class com.facebook.presto.operator.OperatorAssertion | From | To | |
Rename Variable | 1 | ||
Rename Variable loops : int to loopsSinceLastPage : int in method public finishOperator(operator Operator) : List<Page> in class com.facebook.presto.operator.OperatorAssertion | From | To | |
Inline Method | 3 | ||
Inline Method private toPages(operator Operator, input List<Page>) : List<Page> inlined to public toPages(operatorFactory OperatorFactory, driverContext DriverContext, input List<Page>) : List<Page> in class com.facebook.presto.operator.OperatorAssertion | From | To | |
Inline Method private addRemainingOutputPages(operator Operator, outputPages ImmutableList.Builder<Page>) : void inlined to public toPagesPartial(operator Operator, input Iterator<Page>) : List<Page> in class com.facebook.presto.operator.OperatorAssertion | From | To | |
Extract Method | 1 | ||
Extract Method public finishOperator(operator Operator) : List<Page> extracted from public toPages(operator Operator, input Iterator<Page>) : List<Page> in class com.facebook.presto.operator.OperatorAssertion | From | To |