[java-highlighting] IDEA-356470 Support jep 455. Generate true and false cases for boolean selector

GitOrigin-RevId: fbd879f172639f3db1b0d9c12f98fcb3868fa1a9
This commit is contained in:
Mikhail Pyltsin
2024-07-18 16:08:16 +02:00
committed by intellij-monorepo-bot
parent fad5f73bef
commit 0b30038602
15 changed files with 251 additions and 2 deletions

View File

@@ -473,6 +473,9 @@ public abstract class QuickFixFactory {
@NotNull Map<PsiType, Set<List<PsiType>>> branches,
@NotNull List<? extends PsiCaseLabelElement> elements);
@Nullable
public abstract IntentionAction createAddMissingBooleanPrimitiveBranchesFix(@NotNull PsiSwitchBlock block);
@NotNull
public abstract IntentionAction createAddSwitchDefaultFix(@NotNull PsiSwitchBlock switchBlock, @Nullable String message);