mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 03:55:46 +00:00
Fails the linter if an exception is swallowed (e.g. variable completely unused). If this is intentional for some reason, the exception can simply by annotated with @SuppressWarnings("unused").