605319b550aeba5612b0e32fa193521081b7adc5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Class | 1 | ||
Move Class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest.NotCancelAckingTaskGateway moved to org.apache.flink.runtime.executiongraph.utils.NotCancelAckingTaskGateway | From | To | |
Extract Method | 1 | ||
Extract Method public createExecutionGraph(jid JobID, slotProvider SlotProvider, restartStrategy RestartStrategy, executor ScheduledExecutorService, vertices JobVertex...) : ExecutionGraph extracted from public createSimpleTestGraph(jid JobID, slotProvider SlotProvider, restartStrategy RestartStrategy, vertices JobVertex...) : ExecutionGraph in class org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils | From | To |