43405512a959f67452b20dbe5095dac054b9122f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type failureCause : ExecutionFailureInfo to failureCause : Optional<ExecutionFailureInfo> in method public StageInfo(stageId StageId, state StageState, self URI, plan Optional<PlanFragment>, types List<Type>, stageStats StageStats, tasks List<TaskInfo>, subStages List<StageInfo>, failureCause Optional<ExecutionFailureInfo>) in class com.facebook.presto.execution.StageInfo | From | To | |
| Change Parameter Type plan : PlanFragment to plan : Optional<PlanFragment> in method public StageInfo(stageId StageId, state StageState, self URI, plan Optional<PlanFragment>, types List<Type>, stageStats StageStats, tasks List<TaskInfo>, subStages List<StageInfo>, failureCause Optional<ExecutionFailureInfo>) in class com.facebook.presto.execution.StageInfo | From | To | |
| Change Return Type | 2 | ||
| Change Return Type ExecutionFailureInfo to Optional<ExecutionFailureInfo> in method public getFailureCause() : Optional<ExecutionFailureInfo> in class com.facebook.presto.execution.StageInfo | From | To | |
| Change Return Type PlanFragment to Optional<PlanFragment> in method public getPlan() : Optional<PlanFragment> in class com.facebook.presto.execution.StageInfo | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type plan : PlanFragment to plan : Optional<PlanFragment> in method private getQueryStats(rootStage Optional<StageInfo>) : QueryStats in class com.facebook.presto.execution.QueryStateMachine | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type failureCause : ExecutionFailureInfo to failureCause : Optional<ExecutionFailureInfo> in class com.facebook.presto.execution.StageInfo | From | To | |
| Change Attribute Type plan : PlanFragment to plan : Optional<PlanFragment> in class com.facebook.presto.execution.StageInfo | From | To |