AbstractBaseJavaLocalInspectionTool
/ CustomSuppressableInspectionTool
@Deprecated public abstract class BaseJavaLocalInspectionTool extends AbstractBaseJavaLocalInspectionTool implements CustomSuppressableInspectionTool
EMPTY_ARRAY, VALID_ID_PATTERN
myNameProvider
Constructor and Description |
---|
BaseJavaLocalInspectionTool()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SuppressIntentionAction [] |
getSuppressActions(PsiElement element)
Deprecated.
Returns the list of suppression actions for the specified element.
|
buildVisitor, checkClass, checkField, checkMethod
buildVisitor, checkFile, getAlternativeID, getID, getProblemElement, getSuppressId, inspectionFinished, inspectionFinished, inspectionStarted, isValidID, processFile, runForWholeFile
cleanup, createOptionsPanel, getBatchSuppressActions, getBlackList, getDefaultLevel, getDescriptionContextClass, getDescriptionFileName, getDisplayName, getGeneralGroupName, getGroupDisplayName, getGroupKey, getGroupPath, getMainToolId, getSerializationFilter, getShortName, getShortName, getStaticDescription, getSuppressors, initialize, isEnabledByDefault, isInitialized, isSuppressedFor, loadDescription, readSettings, showDefaultConfigurationOptions, writeSettings
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isSuppressedFor
public SuppressIntentionAction [] getSuppressActions(PsiElement element)
CustomSuppressableInspectionTool
getSuppressActions
in interface CustomSuppressableInspectionTool
element
- the element on which Alt-Enter is pressed, or null if getting the list of available suppression actions in
Inspections tool window