Lightweight Inspection Profile on Commit

Fully customise the checks you must perform before you commit your changes to version control.

You can select an inspection profile for running analysis before commit. Using an inspection profile with a much smaller number of checks, for example only Java errors and warnings, can run much faster than our full inspection profile and prevent us from committing breaking changes.


Related Resources

Use Pattern Matching for instanceof
Use Pattern Matching for instanceof
Inspections can guide us to use newer Java features.
Work with records
Work with records
Create a record, or convert between classes and records.
Go to Next Error
Go to Next Error
Quickly move to the next (or previous) error or warning in the file.