Skip to content

Conversation

rmuir
Copy link
Member

@rmuir rmuir commented Oct 10, 2025

Enable error-prone's ClassInitializationDeadlock check, which can statically detect bugs such as #15317

All problems were just suppressed with a 'FIXME' message, this check will at least prevent any new ones from showing up.

There aren't that many problems, it just happens that some are caused by generated code, so you get a violation for each bit-per-value.

Enable error-prone's ClassInitializationDeadlock check, which can
statically detect bugs such as apache#15317

All problems were just suppressed with a 'FIXME' message, this check
will at least prevent any new ones from showing up.

There aren't that many problems, it just happens that some are caused by
generated code, so you get a violation for each bit-per-value.
Copy link
Contributor

This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog label to it and you will stop receiving this reminder on future updates to the PR.

@rmuir rmuir merged commit a71c429 into apache:main Oct 10, 2025
12 checks passed
@ChrisHegarty
Copy link
Contributor

Awesome! Thanks @rmuir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants