mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[java-highlighting] IDEA-356470 Support jep 455. Generate true and false cases for boolean selector
GitOrigin-RevId: fbd879f172639f3db1b0d9c12f98fcb3868fa1a9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fad5f73bef
commit
0b30038602
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user