cc412859001a9437e5176596dc284f05bd740a40
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private newJobVertex(task1 String, numTasks int, invokable Class<NoOpInvokable>) : JobVertex from class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest to public createJobVertex(task1 String, numTasks int, invokable Class<NoOpInvokable>) : JobVertex from class org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils | From | To | |
| Move Method | 2 | ||
| Move Method public testConstraintsAfterRestart() : void from class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest to public testConstraintsAfterRestart() : void from class org.apache.flink.runtime.executiongraph.ExecutionGraphCoLocationRestartTest | From | To | |
| Move Method private validateConstraints(eg ExecutionGraph) : void from class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest to private validateConstraints(eg ExecutionGraph) : void from class org.apache.flink.runtime.executiongraph.ExecutionGraphCoLocationRestartTest | From | To | |
| Inline Method | 1 | ||
| Inline Method private makeAFailureAndWait(eg ExecutionGraph, timeout FiniteDuration) : void inlined to private restartAfterFailure(eg ExecutionGraph, timeout FiniteDuration, haltAfterRestart boolean) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.flink.runtime.executiongraph.ExecutionGraphCoLocationRestartTest from class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest | From | To |