public class UnusedImportInspection extends GlobalSimpleInspectionTool
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SHORT_NAME |
myNameProvider
Constructor and Description |
---|
UnusedImportInspection() |
Modifier and Type | Method and Description |
---|---|
void |
checkFile(PsiFile file,
InspectionManager manager,
ProblemsHolder problemsHolder,
GlobalInspectionContext globalContext,
ProblemDescriptionsProcessor problemDescriptionsProcessor) |
static java.lang.String |
getDisplayNameText() |
java.lang.String |
getShortName()
DO NOT OVERRIDE this method.
|
boolean |
worksInBatchModeOnly()
In some cases we can do highlighting in annotator or high.
|
inspectionFinished, inspectionStarted, isGraphNeeded, isReadActionNeeded, runInspection
checkElement, checkElement, compose, getAdditionalJobs, getAdditionalJobs, getAnnotator, getHint, getQuickFix, getSharedLocalInspectionTool, getSuppressId, isEnabledByDefault, queryExternalUsagesRequests
cleanup, createOptionsPanel, getAlternativeID, getBatchSuppressActions, getBlackList, getDefaultLevel, getDescriptionContextClass, getDescriptionFileName, getDisplayName, getGeneralGroupName, getGroupDisplayName, getGroupKey, getGroupPath, getMainToolId, getSerializationFilter, getShortName, getStaticDescription, getSuppressors, initialize, isInitialized, isSuppressedFor, loadDescription, readSettings, showDefaultConfigurationOptions, writeSettings
public static final java.lang.String SHORT_NAME
public void checkFile(PsiFile file, InspectionManager manager, ProblemsHolder problemsHolder, GlobalInspectionContext globalContext, ProblemDescriptionsProcessor problemDescriptionsProcessor)
checkFile
in class GlobalSimpleInspectionTool
public java.lang.String getShortName()
InspectionProfileEntry
getShortName
in class InspectionProfileEntry
InspectionEP.shortName
public boolean worksInBatchModeOnly()
GlobalInspectionTool
worksInBatchModeOnly
in class GlobalInspectionTool
public static java.lang.String getDisplayNameText()