Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
New
Description
This is a spin-off issue from https://issues.apache.org/jira/browse/LUCENE-9856, where ecj configuration was updated to catch dead code and lots of dead code was removed. In this issue, we would like to continue the clean up by enforcing @Override usage with org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=error configuration, and fix problems that arise.
Attachments
Issue Links
- is a clone of
-
LUCENE-9856 Improve static analysis to catch dead code and other potential bugs
- Closed
- is cloned by
-
LUCENE-9883 Turn on ecj missingEnumCaseDespiteDefault setting
- Closed
- relates to
-
LUCENE-9868 Verify checksums on generated files
- Resolved
- links to