e122cb1a2e6f251445434b6b99e2af7a3b2667c7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getFailures() : List<ExecutionFailureInfo> renamed to public getFailureCause() : ExecutionFailureInfo in class com.facebook.presto.execution.StageInfo | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type failures : List<ExecutionFailureInfo> to failureCause : ExecutionFailureInfo in method public StageInfo(stageId StageId, state StageState, self URI, plan PlanFragment, types List<Type>, stageStats StageStats, tasks List<TaskInfo>, subStages List<StageInfo>, failureCause ExecutionFailureInfo) in class com.facebook.presto.execution.StageInfo | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<ExecutionFailureInfo> to ExecutionFailureInfo in method public getFailureCause() : ExecutionFailureInfo in class com.facebook.presto.execution.StageInfo | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute failures : List<ExecutionFailureInfo> to failureCause : ExecutionFailureInfo in class com.facebook.presto.execution.StageInfo | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type failureCause : Throwable to failureCause : ExecutionFailureInfo in method public getQueryInfo(rootStage StageInfo) : QueryInfo in class com.facebook.presto.execution.QueryStateMachine | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type failures : List<ExecutionFailureInfo> to failureCause : ExecutionFailureInfo in class com.facebook.presto.execution.StageInfo | From | To | |
| Change Attribute Type failureCause : AtomicReference<Throwable> to failureCause : AtomicReference<ExecutionFailureInfo> in class com.facebook.presto.execution.QueryStateMachine | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter failures : List<ExecutionFailureInfo> to failureCause : ExecutionFailureInfo in method public StageInfo(stageId StageId, state StageState, self URI, plan PlanFragment, types List<Type>, stageStats StageStats, tasks List<TaskInfo>, subStages List<StageInfo>, failureCause ExecutionFailureInfo) in class com.facebook.presto.execution.StageInfo | From | To | |
| Rename Parameter cause : Throwable to throwable : Throwable in method public transitionToFailed(throwable Throwable) : boolean in class com.facebook.presto.execution.QueryStateMachine | From | To |