public class DummyEntryPointsTool extends UnusedDeclarationInspectionBase
ADD_APPLET_TO_ENTRIES, ADD_MAINS_TO_ENTRIES, ADD_NONJAVA_TO_ENTRIES, ADD_SERVLET_TO_ENTRIES, ALTERNATIVE_ID, SHORT_NAME
myNameProvider
Constructor and Description |
---|
DummyEntryPointsTool() |
Modifier and Type | Method and Description |
---|---|
JobDescriptor [] |
getAdditionalJobs(GlobalInspectionContext context) |
java.lang.String |
getGroupDisplayName() |
java.lang.String |
getShortName()
DO NOT OVERRIDE this method.
|
void |
runInspection(AnalysisScope scope,
InspectionManager manager,
GlobalInspectionContext globalContext,
ProblemDescriptionsProcessor problemDescriptionsProcessor)
Runs the global inspection.
|
createUnusedSymbolLocalInspection, findUnusedDeclarationInspection, getDisplayNameText, getExtensions, getSharedLocalInspectionTool, isDeclaredAsEntryPoint, isEntryPoint, isEntryPoint, isGlobalEnabledInEditor, isReadActionNeeded, isTestEntryPoints, queryExternalUsagesRequests, readSettings, setTestEntryPoints, writeSettings, writeUnusedDeclarationSettings
checkElement, checkElement, compose, getAdditionalJobs, getAnnotator, getHint, getQuickFix, getSuppressId, isEnabledByDefault, isGraphNeeded, worksInBatchModeOnly
cleanup, createOptionsPanel, getAlternativeID, getBatchSuppressActions, getBlackList, getDefaultLevel, getDescriptionContextClass, getDescriptionFileName, getDisplayName, getGeneralGroupName, getGroupKey, getGroupPath, getMainToolId, getSerializationFilter, getShortName, getStaticDescription, getSuppressors, initialize, isInitialized, isSuppressedFor, loadDescription, showDefaultConfigurationOptions
public void runInspection(AnalysisScope scope, InspectionManager manager, GlobalInspectionContext globalContext, ProblemDescriptionsProcessor problemDescriptionsProcessor)
GlobalInspectionTool
GlobalInspectionTool.checkElement(RefEntity, AnalysisScope, InspectionManager, GlobalInspectionContext)
.runInspection
in class UnusedDeclarationInspectionBase
scope
- the scope on which the inspection was run.manager
- the inspection manager instance for the project on which the inspection was run.globalContext
- the context for the current global inspection run.problemDescriptionsProcessor
- the collector for problems reported by the inspectionpublic JobDescriptor [] getAdditionalJobs(GlobalInspectionContext context)
getAdditionalJobs
in class UnusedDeclarationInspectionBase
GlobalInspectionTool.runInspection(AnalysisScope, InspectionManager, GlobalInspectionContext, ProblemDescriptionsProcessor)
)
ProgressIndicator should progress with GlobalInspectionContext.incrementJobDoneAmount(JobDescriptor, String)
public java.lang.String getGroupDisplayName()
getGroupDisplayName
in class UnusedDeclarationInspectionBase
InspectionEP.groupDisplayName
,
InspectionEP.groupKey
,
InspectionEP.groupBundle
public java.lang.String getShortName()
InspectionProfileEntry
getShortName
in class UnusedDeclarationInspectionBase
InspectionEP.shortName