RFR: 8343110: Add getChars(int, int, char[], int) to CharSequence and CharBuffer [v11]
Markus KARG
duke at openjdk.org
Tue May 6 11:25:20 UTC 2025
On Tue, 6 May 2025 02:21:20 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> 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.
>
>> 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.
>
> The inheritDoc functionality of javadoc was reworked relatively recently so I would assume the current behavior is intentional, even if not documented.
Understood. Thank you for clarifying, Joe! :-)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21730#discussion_r2075255586
More information about the nio-dev
mailing list