public class StructuralSearchFakeInspection extends LocalInspectionTool
EMPTY_ARRAY, VALID_ID_PATTERNmyNameProvider| Constructor and Description |
|---|
StructuralSearchFakeInspection(Configuration configuration) |
StructuralSearchFakeInspection(StructuralSearchFakeInspection copy) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
createOptionsPanel()
This method is called each time UI is shown.
|
java.lang.String |
getAlternativeID()
For global tools read-only, for local tools would be used instead getID for modules with alternative classpath storage
|
java.lang.String |
getDisplayName() |
java.lang.String |
getGroupDisplayName() |
java.lang.String |
getID()
If you want to change suppression id you have to define it in XML as well.
|
java.lang.String |
getMainToolId() |
java.lang.String |
getShortName()
DO NOT OVERRIDE this method.
|
java.lang.String |
getStaticDescription()
Override this method to return a HTML inspection description.
|
boolean |
isEnabledByDefault()
DO NOT OVERRIDE this method.
|
void |
setProfile(InspectionProfileImpl profile) |
buildVisitor, buildVisitor, checkFile, getProblemElement, getSuppressId, inspectionFinished, inspectionFinished, inspectionStarted, isValidID, processFile, runForWholeFilecleanup, getBatchSuppressActions, getBlackList, getDefaultLevel, getDescriptionContextClass, getDescriptionFileName, getGeneralGroupName, getGroupKey, getGroupPath, getSerializationFilter, getShortName, getSuppressors, initialize, isInitialized, isSuppressedFor, loadDescription, readSettings, showDefaultConfigurationOptions, writeSettingspublic StructuralSearchFakeInspection(Configuration configuration)
public StructuralSearchFakeInspection(StructuralSearchFakeInspection copy)
public java.lang.String getDisplayName()
getDisplayName in class InspectionProfileEntryInspectionEP.displayName,
InspectionEP.key,
InspectionEP.bundlepublic java.lang.String getShortName()
InspectionProfileEntrygetShortName in class InspectionProfileEntryInspectionEP.shortNamepublic boolean isEnabledByDefault()
InspectionProfileEntryisEnabledByDefault in class InspectionProfileEntryInspectionEP.enabledByDefaultpublic java.lang.String getID()
LocalInspectionToolInspection tool ID is a descriptive name to be used in "suppress" comments and annotations.
It must satisfy LocalInspectionTool.VALID_ID_PATTERN regexp pattern.
If not defined InspectionProfileEntry.getShortName() is used as tool ID.
getID in class LocalInspectionToolpublic java.lang.String getAlternativeID()
InspectionProfileEntrygetAlternativeID in class LocalInspectionToolpublic java.lang.String getMainToolId()
getMainToolId in class InspectionProfileEntrypublic java.lang.String getGroupDisplayName()
getGroupDisplayName in class InspectionProfileEntryInspectionEP.groupDisplayName,
InspectionEP.groupKey,
InspectionEP.groupBundlepublic java.lang.String getStaticDescription()
InspectionProfileEntrygetStaticDescription in class InspectionProfileEntrypublic void setProfile(InspectionProfileImpl profile)
public javax.swing.JComponent createOptionsPanel()
InspectionProfileEntrycreateOptionsPanel in class InspectionProfileEntrynull if no UI options required.