f113d79451ba88c487358861cc3e20aac3d19257
Files Diff
- Added: 9
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Class | 1 | ||
| Move And Rename Class org.apache.flink.runtime.leaderelection.LeaderChangeJobRecoveryTest.TestJobStatusListener moved and renamed to org.apache.flink.runtime.executiongraph.TerminalJobStatusListener | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute timeout : Time to rpcCallTimeout : Time in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type testListener : TestJobStatusListener to testListener : TerminalJobStatusListener in method public testNotRestartedWhenLosingLeadership() : void in class org.apache.flink.runtime.leaderelection.LeaderChangeJobRecoveryTest | From | To | |
| Extract Method | 2 | ||
| Extract Method public allocateSlotForExecution(slotProvider SlotProvider, queued boolean) : Future<SimpleSlot> extracted from public scheduleForExecution(slotProvider SlotProvider, queued boolean) : boolean in class org.apache.flink.runtime.executiongraph.Execution | From | To | |
| Extract Method private scheduleLazy(slotProvider SlotProvider) : void extracted from public scheduleForExecution(slotProvider SlotProvider) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To |