<i18n dev> RFR: 8364007: Add no-argument codePointCount method to CharSequence and String [v3]

Tatsunori Uchino duke at openjdk.org
Sun Jul 27 10:25:54 UTC 2025


On Sat, 26 Jul 2025 14:21:39 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> please first subscribe to that mailing list https://mail.openjdk.org/mailman/listinfo/core-libs-dev

Does this mailing list system require us to subscribe the list to post a new mail to the list? I would like to leave it at least after this PR is merged because I would not like my mailbox to be messed up by emails not related to this change.

> The addition to CharSequence will require static analysis to check for conflicts with implementation. It will also likely impact the CharBuffer spec.

The title of the JBS issue seems to be changed by you but it looks like the default method for `CharSequence` should be stripped for this time according to your concerns. No `codePointCount` methods have been added to `CharSequence` so it may be too early for us to add one to `CharSequence`. Do you think that you should replace `CharSequence` in the title with another class name?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26461#issuecomment-3124289446


More information about the i18n-dev mailing list