Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Fixing check on valueOf type to get correct hash #510

Merged
merged 2 commits into from
Jan 20, 2015

Conversation

wasphub
Copy link
Contributor

@wasphub wasphub commented Jan 20, 2015

According to the type of valueOf, different hash code computation strategies are used, but the second check on valueOf type is mistakenly done on obj instead, therefore the string case of valueOf is never properly handled

According to valueOf type, a different hash code should be computed, but the second check on valueOf type is mistakenly done on obj instead
Fixing check on valueOf type to get correct hash
mattpodwysocki added a commit that referenced this pull request Jan 20, 2015
Fixing check on valueOf type to get correct hash
@mattpodwysocki mattpodwysocki merged commit ece119c into Reactive-Extensions:master Jan 20, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants