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

Element.equals() is overridden but Element.hashCode() is not #50

Closed
rob-smallshire opened this issue Jun 6, 2017 · 1 comment
Closed

Comments

@rob-smallshire
Copy link

Shouldn't the results of hashCode() be consistent with the notion of value equality as implemented by .equals()?

Disclaimer: I don't really consider myself a Java programmer. I'm analysing the Java code in the process of producing a Python port of Structurizr.

@simonbrowndotje
Copy link
Contributor

Element.hashCode() is now overridden.

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

No branches or pull requests

2 participants