public class SSBasedInspection extends LocalInspectionTool implements DynamicGroupTool
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SHORT_NAME |
EMPTY_ARRAY, VALID_ID_PATTERNmyNameProvider| Constructor and Description |
|---|
SSBasedInspection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguration(Configuration configuration) |
PsiElementVisitor |
buildVisitor(ProblemsHolder holder,
boolean isOnTheFly)
Override the method to provide your own inspection visitor.
|
void |
cleanup(Project project) |
java.util.List<LocalInspectionToolWrapper> |
getChildren() |
java.util.List<Configuration> |
getConfigurations() |
java.util.List<Configuration> |
getConfigurationsWithUuid(java.util.UUID uuid) |
java.lang.String |
getGroupDisplayName() |
java.lang.String |
getShortName()
DO NOT OVERRIDE this method.
|
void |
initialize(GlobalInspectionContext context) |
void |
readSettings(Element node)
Read in settings from XML config.
|
void |
removeConfiguration(Configuration configuration) |
void |
removeConfigurationWithUuid(java.util.UUID uuid) |
void |
writeSettings(Element node)
Store current settings in XML config.
|
buildVisitor, checkFile, getAlternativeID, getID, getProblemElement, getSuppressId, inspectionFinished, inspectionFinished, inspectionStarted, isValidID, processFile, runForWholeFilecreateOptionsPanel, getBatchSuppressActions, getBlackList, getDefaultLevel, getDescriptionContextClass, getDescriptionFileName, getDisplayName, getGeneralGroupName, getGroupKey, getGroupPath, getMainToolId, getSerializationFilter, getShortName, getStaticDescription, getSuppressors, isEnabledByDefault, isInitialized, isSuppressedFor, loadDescription, showDefaultConfigurationOptionspublic static final java.lang.String SHORT_NAME
public void writeSettings(Element node)
throws WriteExternalException
InspectionProfileEntryint TOOL_OPTION)
and bean-style getters/setters (like int getToolOption(), void setToolOption(int)) to store your options.writeSettings in class InspectionProfileEntrynode - to store settings to.WriteExternalExceptionpublic void readSettings(Element node)
throws InvalidDataException
InspectionProfileEntryint TOOL_OPTION)
and bean-style getters/setters (like int getToolOption(), void setToolOption(int)) to store your options.readSettings in class InspectionProfileEntrynode - to read settings from.InvalidDataException - if the loaded data was not valid.public java.lang.String getGroupDisplayName()
getGroupDisplayName in class InspectionProfileEntryInspectionEP.groupDisplayName,
InspectionEP.groupKey,
InspectionEP.groupBundlepublic java.lang.String getShortName()
InspectionProfileEntrygetShortName in class InspectionProfileEntryInspectionEP.shortNamepublic void initialize(GlobalInspectionContext context)
initialize in class InspectionProfileEntrypublic void cleanup(Project project)
cleanup in class InspectionProfileEntrypublic PsiElementVisitor buildVisitor(ProblemsHolder holder, boolean isOnTheFly)
LocalInspectionToolPsiRecursiveElementVisitor)
since it will be fed with every element in the file anyway.
Visitor created must be thread-safe since it might be called on several elements concurrently.buildVisitor in class LocalInspectionToolholder - where visitor will register problems found.isOnTheFly - true if inspection was run in non-batch modePsiRecursiveVisitorpublic java.util.List<LocalInspectionToolWrapper> getChildren()
getChildren in interface DynamicGroupToolpublic java.util.List<Configuration> getConfigurations()
public java.util.List<Configuration> getConfigurationsWithUuid(java.util.UUID uuid)
public void addConfiguration(Configuration configuration)
public void removeConfiguration(Configuration configuration)
public void removeConfigurationWithUuid(java.util.UUID uuid)