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

HashCode for empty list should be one #13

Closed
cdman opened this issue Jan 24, 2016 · 1 comment
Closed

HashCode for empty list should be one #13

cdman opened this issue Jan 24, 2016 · 1 comment

Comments

@cdman
Copy link

cdman commented Jan 24, 2016

As per the documentation: https://docs.oracle.com/javase/8/docs/api/java/util/List.html#hashCode--

Again, the issue is that IntLists.EMPTY_LIST inherits the hashCode implementation from AbstractIntCollection

Regards,
Attila

@vigna
Copy link
Owner

vigna commented Feb 17, 2016

Fixed.

@vigna vigna closed this as completed Feb 17, 2016
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