public class CodeInspectionAction extends BaseAnalysisAction
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CodeInspectionAction.ExternalProfilesComboboxAwareInspectionToolsConfigurable |
AnAction.TransparentUpdate| Modifier and Type | Field and Description |
|---|---|
protected InspectionProfileImpl |
myExternalProfile |
ACTIONS_KEY, EMPTY_ARRAY| Constructor and Description |
|---|
CodeInspectionAction() |
CodeInspectionAction(java.lang.String title,
java.lang.String analysisNoon) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
analyze(Project project,
AnalysisScope scope) |
protected void |
canceled() |
protected CodeInspectionAction.ExternalProfilesComboboxAwareInspectionToolsConfigurable |
createConfigurable(ProjectInspectionProfileManager projectProfileManager,
SchemesCombo<InspectionProfileImpl> profilesCombo) |
protected javax.swing.JComponent |
getAdditionalActionSettings(Project project,
BaseAnalysisActionDialog dialog) |
protected java.lang.String |
getHelpTopic() |
protected void |
runInspections(Project project,
AnalysisScope scope) |
acceptNonProjectDirectories, 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, waitisDumbAwareprotected InspectionProfileImpl myExternalProfile
public CodeInspectionAction()
public CodeInspectionAction(java.lang.String title,
java.lang.String analysisNoon)
protected void analyze(Project project, AnalysisScope scope)
analyze in class BaseAnalysisActionprotected void runInspections(Project project, AnalysisScope scope)
protected java.lang.String getHelpTopic()
getHelpTopic in class BaseAnalysisActionprotected void canceled()
canceled in class BaseAnalysisActionprotected javax.swing.JComponent getAdditionalActionSettings(Project project, BaseAnalysisActionDialog dialog)
getAdditionalActionSettings in class BaseAnalysisActionprotected CodeInspectionAction.ExternalProfilesComboboxAwareInspectionToolsConfigurable createConfigurable(ProjectInspectionProfileManager projectProfileManager, SchemesCombo<InspectionProfileImpl> profilesCombo)