Description
Empty catch blocks silently swallow exceptions, making bugs invisible. At minimum, log the exception. If the exception is truly expected, add a comment explaining why it is safe to ignore.Properties
- Category: Reliability
- Severity: Warning
- Enabled by default: True
- Code fix available: False
