public class CodeCleanupAction extends CodeInspectionAction
CodeInspectionAction.ExternalProfilesComboboxAwareInspectionToolsConfigurableAnAction.TransparentUpdate| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CODE_CLEANUP_INSPECTIONS_DISPLAY_NAME |
myExternalProfileACTIONS_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, getAdditionalActionSettingsacceptNonProjectDirectories, actionPerformed, getDialogTitle, updateaddTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbarclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDumbAwarepublic static final java.lang.String CODE_CLEANUP_INSPECTIONS_DISPLAY_NAME
protected void runInspections(Project project, AnalysisScope scope)
runInspections in class CodeInspectionActionprotected java.lang.String getHelpTopic()
getHelpTopic in class CodeInspectionActionprotected CodeInspectionAction.ExternalProfilesComboboxAwareInspectionToolsConfigurable createConfigurable(ProjectInspectionProfileManager projectProfileManager, SchemesCombo<InspectionProfileImpl> profilesCombo)
createConfigurable in class CodeInspectionAction