mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup IDEA-382376: move com.siyeh.ig.controlflow package from java-impl to java-impl-inspections
GitOrigin-RevId: 0db60d5893bb4e3f4bd439db6be197a30c8ac4e4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
06bd38ff19
commit
b7ee3ca172
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user