When you inspect your code, you have to tell IntelliJ IDEA which types of problems you would like to search for and get reports about. Such configuration can be preserved as an inspection profile.

Inspection profile defines the types of problems to be sought for, severity of these problems, and color scheme of alerts.

Inspection profiles can be stored on the IDE or project level:

Inspection profiles are not associated with scopes, and are mapped to inspections directly. Profiles are configurable in the Inspections dialog box.

See Also

Concepts:

Procedures:

Reference:

Web Resources: