...
Configuring the Plugin
Once the plugin is launcedlaunched, you can set the plugin options.
To configure the sample plugin
- In On the IDEA main menu, choose File | Settings, and then under Project Settings, click Inspections.
- In the list of the IntelliJ IDEA inspections, expand the Probable bugs node, and then click '==' or '!=' instead of 'equals()'.
- Under Options, you can specify the following plugin settings:
- From the Severity list, select the severity level (such as Warning, Info, etc.)
- In the text box under Severity, specify the semicolon separated list of Java classes to be affected by this code inspection.
- When finished, click OK.
...