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

Update String#length to comply with JEP 254 #129

Merged
merged 1 commit into from
Jul 29, 2018

Conversation

gayanW
Copy link
Collaborator

@gayanW gayanW commented Jul 28, 2018

The value returned by java.lang.String#length in the MJI model class for java.lang.String is incorrect, as the value field of String is now a byte array instead of a char array.

This updates String#length method to comply with JEP 254.

Fixes: #128

The value returned by java.lang.String#length in the MJI model class for
java.lang.String is incorrect, as the value field of String is
now a byte array instead of a char array.

This updates String#length method to comply with JEP 254.
@Octarine-J Octarine-J merged commit 0c6a8c4 into javapathfinder:java-10 Jul 29, 2018
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.

2 participants