public interface SuppressableProblemGroup extends ProblemGroup
ProblemGroup
that support suppressing of problems.Modifier and Type | Method and Description |
---|---|
SuppressIntentionAction [] |
getSuppressActions(PsiElement element)
Returns the list of suppression actions for the specified element.
|
getProblemName
SuppressIntentionAction [] getSuppressActions(PsiElement element)
element
- the element on which Alt-Enter is pressed, or null if getting the list of available suppression actions in
Inspections tool window