RFR: 8343110: Add getChars(int, int, char[], int) to CharSequence and CharBuffer [v5]

Markus KARG duke at openjdk.org
Thu Apr 17 21:33:58 UTC 2025


On Wed, 16 Apr 2025 17:04:07 GMT, Jaikiran Pai <jpai 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.

I now have covered `CharSequence.getChars()` and `CharBuffer.getChars()` with *separate* basic unit testing. Does this fit? 🙂

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

PR Comment: https://git.openjdk.org/jdk/pull/21730#issuecomment-2814062190


More information about the core-libs-dev mailing list