2707dd354d6d30ad9869abe762b314df6a83e534
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type MaterializingOperator to PageConsumerOperator in method private createSinkOperator(source Operator) : PageConsumerOperator in class com.facebook.presto.operator.TestDriver | From | To | |
| Change Return Type MaterializingOperator to PageConsumerOperator in method public createOperator(driverContext DriverContext) : PageConsumerOperator in class com.facebook.presto.testing.PageConsumerOperator.PageConsumerOperatorFactory | From | To | |
| Rename Class | 1 | ||
| Rename Class com.facebook.presto.testing.MaterializingOperator renamed to com.facebook.presto.testing.PageConsumerOperator | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class com.facebook.presto.testing.MaterializingOperator.MaterializingOperatorFactory moved and renamed to com.facebook.presto.testing.PageConsumerOperator.PageConsumerOperatorFactory | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute resultBuilder : MaterializedResult.Builder to pageConsumer : Consumer<Page> in class com.facebook.presto.testing.PageConsumerOperator | From | To | |
| Rename Attribute sourceTypes : List<Type> to pageConsumer : Consumer<Page> in class com.facebook.presto.testing.PageConsumerOperator.PageConsumerOperatorFactory | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type sink : MaterializingOperator to sink : PageConsumerOperator in method public testAddSourceFinish() : void in class com.facebook.presto.operator.TestDriver | From | To | |
| Change Variable Type sink : MaterializingOperator to sink : PageConsumerOperator in method public testAbruptFinish() : void in class com.facebook.presto.operator.TestDriver | From | To | |
| Change Variable Type sink : MaterializingOperator to sink : Operator in method public testNormalFinish() : void in class com.facebook.presto.operator.TestDriver | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type resultBuilder : MaterializedResult.Builder to pageConsumer : Consumer<Page> in class com.facebook.presto.testing.PageConsumerOperator | From | To | |
| Change Attribute Type sourceTypes : List<Type> to pageConsumer : Consumer<Page> in class com.facebook.presto.testing.PageConsumerOperator.PageConsumerOperatorFactory | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter sourceTypes : List<Type> to types : List<Type> in method public createOutputOperator(operatorId int, planNodeId PlanNodeId, types List<Type>, pagePreprocessor Function<Page,Page>) : OperatorFactory in class com.facebook.presto.testing.NullOutputOperator.NullOutputFactory | From | To | |
| Rename Parameter sourceTypes : List<Type> to types : List<Type> in method public createOutputOperator(operatorId int, planNodeId PlanNodeId, types List<Type>, pagePreprocessor Function<Page,Page>) : OperatorFactory in class com.facebook.presto.operator.OutputFactory | From | To | |
| Rename Parameter sourceTypes : List<Type> to types : List<Type> in method public createOutputOperator(operatorId int, planNodeId PlanNodeId, types List<Type>, pagePreprocessor Function<Page,Page>) : OperatorFactory in class com.facebook.presto.operator.TaskOutputOperator.TaskOutputFactory | From | To | |
| Rename Parameter sourceTypes : List<Type> to types : List<Type> in method public createOutputOperator(operatorId int, planNodeId PlanNodeId, types List<Type>, pagePreprocessor Function<Page,Page>) : OperatorFactory in class com.facebook.presto.operator.PartitionedOutputOperator.PartitionedOutputFactory | From | To |