RFR: 8294008: Grapheme implementation of setText() throws IndexOutOfBoundsException [v3]
Stuart Marks
smarks at openjdk.org
Tue Sep 20 15:56:02 UTC 2022
On Tue, 20 Sep 2022 01:14:38 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Fixing JCK failures caused by the new grapheme implementation. The length of a CharSequence should return the `endIndex`, not `endIndex - beginIndex`.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> Refine the comments by adding class level description in CharacterIteratorCharSequence
Marked as reviewed by smarks (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/10349
More information about the core-libs-dev
mailing list