public interface BatchSuppressManager
Modifier and Type | Interface and Description |
---|---|
static class |
BatchSuppressManager.SERVICE |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SUPPRESS_INSPECTIONS_ANNOTATION_NAME |
Modifier and Type | Method and Description |
---|---|
boolean |
alreadyHas14Suppressions(PsiDocCommentOwner commentOwner) |
boolean |
canHave15Suppressions(PsiElement file) |
SuppressQuickFix [] |
createBatchSuppressActions(HighlightDisplayKey key) |
PsiElement |
getElementToolSuppressedIn(PsiElement place,
java.lang.String toolId) |
java.lang.String |
getSuppressedInspectionIdsIn(PsiElement element) |
boolean |
isSuppressedFor(PsiElement element,
java.lang.String toolId) |
static final java.lang.String SUPPRESS_INSPECTIONS_ANNOTATION_NAME
SuppressQuickFix [] createBatchSuppressActions(HighlightDisplayKey key)
boolean isSuppressedFor(PsiElement element, java.lang.String toolId)
java.lang.String getSuppressedInspectionIdsIn(PsiElement element)
PsiElement getElementToolSuppressedIn(PsiElement place, java.lang.String toolId)
boolean canHave15Suppressions(PsiElement file)
boolean alreadyHas14Suppressions(PsiDocCommentOwner commentOwner)