21b92ac95f1824e9b1ca483fa3ffaaf77ef14d4a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable eg : ExecutionGraph to executionGraph : ExecutionGraph in method private createSimpleExecutionGraph(restartStrategy RestartStrategy, slotProvider SlotProvider, jobGraph JobGraph) : ExecutionGraph in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest | From | To | |
Inline Method | 2 | ||
Inline Method private haltExecution(eg ExecutionGraph) : void inlined to private restartAfterFailure(eg ExecutionGraph) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest | From | To | |
Inline Method private newExecutionGraph(restartStrategy RestartStrategy, slotProvider SlotProvider) : ExecutionGraph inlined to private createSimpleExecutionGraph(restartStrategy RestartStrategy, slotProvider SlotProvider, jobGraph JobGraph) : ExecutionGraph in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private TEST_JOB_ID : JobID in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type taskManagerGateway : SimpleAckingTaskManagerGateway to taskManagerGateway : TaskManagerGateway in method private createSchedulerWithSlots(numSlots int, slotPool SlotPool, taskManagerLocation TaskManagerLocation) : Scheduler in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest | From | To | |
Extract Method | 4 | ||
Extract Method private createJobGraphToCancel() : JobGraph extracted from public testFailExecutionAfterCancel() : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest | From | To | |
Extract Method private createSchedulerWithSlots(numSlots int, slotPool SlotPool, taskManagerLocation TaskManagerLocation) : Scheduler extracted from public testRestartWithSlotSharingAndNotEnoughResources() : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest | From | To | |
Extract Method private createSchedulerWithSlots(numSlots int, slotPool SlotPool, taskManagerLocation TaskManagerLocation) : Scheduler extracted from public testRestartWithEagerSchedulingAndSlotSharing() : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest | From | To | |
Extract Method private createJobGraphToCancel() : JobGraph extracted from public testFailExecutionGraphAfterCancel() : void in class org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest | From | To |