cleanup IDEA-382376: move com.siyeh.ig.controlflow package from java-impl to java-impl-inspections

GitOrigin-RevId: 0db60d5893bb4e3f4bd439db6be197a30c8ac4e4
This commit is contained in:
Bartek Pacia
2026-02-12 12:49:55 +00:00
committed by intellij-monorepo-bot
parent 06bd38ff19
commit b7ee3ca172
10 changed files with 2 additions and 0 deletions
@@ -87,6 +87,8 @@ import static com.intellij.codeInspection.options.OptPane.pane;
import static com.siyeh.ig.psiutils.SwitchUtils.SwitchExhaustivenessState;
import static com.siyeh.ig.psiutils.SwitchUtils.evaluateSwitchCompleteness;
// TODO(bartekpacia): Move to the "intelij.java.impl.inspections" module
// once the situation with QuickFixFactoryImpl in "intellij.java.impl" depending on this class is resolved.
public final class UnnecessaryDefaultInspection extends BaseInspection {
public boolean onlyReportSwitchExpressions = true;