Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some warnings reported by Findbugs. #5571

Closed
wants to merge 1 commit into from

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Mar 27, 2014

Although high-severity bugs were mostly static variables that were not final,
it also found potential NPEs and bugs like x ^= x; or equality checks on
objects that don't share a common interface.

Although high-severity bugs were mostly static variables that were not final,
it also found potential NPEs and bugs like `x ^= x;` or equality checks on
objects that don't share a common interface.

Close elastic#5571
@s1monw
Copy link
Contributor

s1monw commented Mar 27, 2014

LGTM those are good fixes

@jpountz jpountz closed this in 04c16b7 Mar 31, 2014
jpountz added a commit that referenced this pull request Mar 31, 2014
Although high-severity bugs were mostly static variables that were not final,
it also found potential NPEs and bugs like `x ^= x;` or equality checks on
objects that don't share a common interface.

Close #5571
@jpountz
Copy link
Contributor Author

jpountz commented Mar 31, 2014

Pushed everything but the PRNG bug, that deserves a dedicated PR and more testing...

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