mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[java-highlighting] Provide fix "Move switch branch '...' before '...'" for "Label is dominated by a preceding case label" error
IDEA-272296 GitOrigin-RevId: 70c062f7d125c9b6116bd7e141da920f667f7c54
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c6dcda1436
commit
c38121fc35
@@ -549,4 +549,8 @@ public abstract class QuickFixFactory {
|
||||
|
||||
@Nullable
|
||||
public abstract IntentionAction createMergeDuplicateAttributesFix(@NotNull PsiNameValuePair pair);
|
||||
|
||||
@NotNull
|
||||
public abstract IntentionAction createMoveSwitchBranchUpFix(@NotNull PsiCaseLabelElement moveBeforeLabel,
|
||||
@NotNull PsiCaseLabelElement labelElement);
|
||||
}
|
||||
Reference in New Issue
Block a user