Skip to content

Add a model for String.hashCode #10

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

Merged
merged 1 commit into from
May 13, 2019
Merged

Conversation

romainbrenguier
Copy link
Contributor

This is very similar to the original code but does not use an array of characters.

* @diffblue.limitedSupport
* We guarantee that two strings with different hash code have different
* content, but the exact value will not correspond to the actual one.
* @diffblue.limitedSupport length of the string is limited by unwind value
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be @diffblue.fullSupport (but the comment is useful and should stay).

This is very similar to the original code.
@romainbrenguier romainbrenguier merged commit 42b32df into master May 13, 2019
@romainbrenguier romainbrenguier deleted the romain/hash-code branch May 13, 2019 10:39
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

Successfully merging this pull request may close these issues.

3 participants