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

Pojo's that do not override equals or hashcode incorrectly fail as their hashcodes are not equal #23

Closed
GoogleCodeExporter opened this issue Mar 29, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. For a trivial pojo that doesn't override equals or hash code. It will 
fail the hashcode equality check.

However as the object and its copied instance are not equal. e.g. using the 
default object.equals(); the hashcodes should rightly be different.

Great project really like it. I'm happy to contribute if you need another 
dev.




Original issue reported on code.google.com by barfitzg...@gmail.com on 12 May 2010 at 9:24

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

No branches or pull requests

1 participant