public class CodeCleanupAction extends CodeInspectionAction
CodeInspectionAction.ExternalProfilesComboboxAwareInspectionToolsConfigurable
AnAction.TransparentUpdate
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CODE_CLEANUP_INSPECTIONS_DISPLAY_NAME |
myExternalProfile
ACTIONS_KEY, EMPTY_ARRAY
Constructor and Description |
---|
CodeCleanupAction() |
Modifier and Type | Method and Description |
---|---|
protected CodeInspectionAction.ExternalProfilesComboboxAwareInspectionToolsConfigurable |
createConfigurable(ProjectInspectionProfileManager projectProfileManager,
SchemesCombo<InspectionProfileImpl> profilesCombo) |
protected java.lang.String |
getHelpTopic() |
protected void |
runInspections(Project project,
AnalysisScope scope) |
analyze, canceled, getAdditionalActionSettings
acceptNonProjectDirectories, actionPerformed, getDialogTitle, update
addTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbar
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isDumbAware
public static final java.lang.String CODE_CLEANUP_INSPECTIONS_DISPLAY_NAME
protected void runInspections(Project project, AnalysisScope scope)
runInspections
in class CodeInspectionAction
protected java.lang.String getHelpTopic()
getHelpTopic
in class CodeInspectionAction
protected CodeInspectionAction.ExternalProfilesComboboxAwareInspectionToolsConfigurable createConfigurable(ProjectInspectionProfileManager projectProfileManager, SchemesCombo<InspectionProfileImpl> profilesCombo)
createConfigurable
in class CodeInspectionAction