160dc56fdf061a208e7b7be54d836c0b580e044f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 3 | ||
| Change Return Type Execution to ArchivedExecution in method public getLatestPriorExecution() : ArchivedExecution in class org.apache.flink.runtime.executiongraph.ExecutionVertex | From | To | |
| Change Return Type Execution to ArchivedExecution in method public getPriorExecutionAttempt(attemptNumber int) : ArchivedExecution in class org.apache.flink.runtime.executiongraph.ExecutionVertex | From | To | |
| Change Return Type EvictingBoundedList<Execution> to EvictingBoundedList<ArchivedExecution> in method package getCopyOfPriorExecutionsList() : EvictingBoundedList<ArchivedExecution> in class org.apache.flink.runtime.executiongraph.ExecutionVertex | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type latestPriorExecution : Execution to latestPriorExecution : ArchivedExecution in method public getLatestPriorLocation() : TaskManagerLocation in class org.apache.flink.runtime.executiongraph.ExecutionVertex | From | To | |
| Change Variable Type latestPriorExecution : Execution to latestPriorExecution : ArchivedExecution in method public getLatestPriorAllocation() : AllocationID in class org.apache.flink.runtime.executiongraph.ExecutionVertex | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type priorExecutions : EvictingBoundedList<Execution> to priorExecutions : EvictingBoundedList<ArchivedExecution> in class org.apache.flink.runtime.executiongraph.ExecutionVertex | From | To |