RFR: 8294008: Grapheme implementation of setText() throws IndexOutOfBoundsException
Joe Wang
joehw at openjdk.org
Mon Sep 19 22:10:16 UTC 2022
On Mon, 19 Sep 2022 19:01:57 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`.
Marked as reviewed by joehw (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/10349
More information about the core-libs-dev
mailing list