RFR: 8343110: Add getChars(int, int, char[], int) to CharSequence and CharBuffer [v11]
Markus KARG
duke at openjdk.org
Thu May 1 17:20:49 UTC 2025
On Thu, 1 May 2025 16:23:13 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> I can open a bug report, but I think text parity makes no sense: There are lots of other places in OpenJDK where the short form is used already, so there will not be any benefit of text parity with just one other code location, but it will force us to open another JBS / PR once the bug is fixed to come back to the short form. So it brings just work but we gain nothing IMHO.
>
> There are subtleties and perhaps surprises in `@inheritDoc`, but that doesn't necessarily imply the current behavior is buggy.
So it is actually *wanted* behavior that in one situation the text *is* inherited, but at `String.java` no text is inherited at all? 🤔 Could not find any hint about that in the JavaDoc manual.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21730#discussion_r2070545048
More information about the core-libs-dev
mailing list