msfroh opened a new pull request, #14228: URL: https://github.com/apache/lucene/pull/14228
### Description On https://github.com/apache/lucene/pull/14221, I foolishly asserted that the error-prone `NonFinalStaticField` checks would be "a lot less noisy". It seems that PR and its mere 12 files had only scratched the surface. A couple of hours, 153 Java source files (plus one Perl script that generates a Java file) later, we can enable the `NonFinalStaticField` check. The good (?) news is that I "only" needed to resort to suppressing the warnings in 52 files, and was able to fix the other 101. 🎉 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org