RFR: 8343110: Add getChars(int, int, char[], int) to CharSequence and CharBuffer [v5]
Jaikiran Pai
jpai at openjdk.org
Wed Apr 16 17:07:01 UTC 2025
On Wed, 16 Apr 2025 16:58:50 GMT, Markus KARG <duke at openjdk.org> wrote:
> IIUC then you will be fine with a test that solely tests the default implementation of CharSequence.getChars()?
Correct. And a similar separate test for `CharBuffer.getChars()` since that one too is a new default implementation method. I apologize if that wasn't clear in the discussion so far.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21730#issuecomment-2810190843
More information about the core-libs-dev
mailing list