Code Inspection: Empty 'catch' block

Last modified: 13 May 2022

Configure inspections: Settings / Preferences | Editor | Inspections

Show intention actions: Alt+Enter

Reports an empty catch block. This indicates that errors are simply ignored instead of handling them.

Any comment in a catch block mutes the inspection.