lucene/gradle/validation/ecj-lint
Robert Muir 2971f311a2
LUCENE-9911: enable ecjLint unusedExceptionParameter (#70)
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").
2021-04-08 08:19:01 -04:00
..
ecj.javadocs.prefs LUCENE-9911: enable ecjLint unusedExceptionParameter (#70) 2021-04-08 08:19:01 -04:00