Fixe SonarQube-Issues S2789 und S125

- SchedulerStatus: null-Check auf Optional<sessionTotals> entfernt (S2789)
- GuiSchedulerTab: auskommentierten Code-Kommentar entfernt (S125)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-07 16:26:18 +02:00
parent eaf9b29003
commit 11eac074ef
2 changed files with 0 additions and 5 deletions
@@ -142,8 +142,6 @@ public final class GuiSchedulerTab {
intervalField.setText(String.valueOf(useCase.getIntervalSeconds()));
intervalField.setEditable(true);
intervalField.setDisable(false);
// Buttons werden im nächsten updateStatus-Tick (1 Hz) korrekt gesetzt;
// vorab grob aktivieren damit kein misleadender Disabled-Zustand bleibt.
startButton.setDisable(false);
startButton.setTooltip(null);
}