<i18n dev> RFR: 8294008: Grapheme implementation of setText() throws IndexOutOfBoundsException [v3]
Naoto Sato
naoto at openjdk.org
Tue Sep 20 01:14:38 UTC 2022
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10349/files
- new: https://git.openjdk.org/jdk/pull/10349/files/85291040..f0a65ed0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10349&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10349&range=01-02
Stats: 10 lines in 1 file changed: 8 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/10349.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10349/head:pull/10349
PR: https://git.openjdk.org/jdk/pull/10349
More information about the i18n-dev
mailing list