mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +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").