RFR: 8356439: Rename JavaLangAccess::*NoRepl methods
Volkan Yazici
vyazici at openjdk.org
Mon Jul 28 09:47:05 UTC 2025
On Tue, 22 Jul 2025 16:03:59 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> There are several places where "IAE" is mentioned but the methods are changed to throw CCE.
@AlanBateman, thanks for the tip. Pushed 10cb72cf17b, which improves Javadoc in such places. While doing so, it also
* Ensures that `String` Javadoc matches the one shared in `JavaLangAccess`
* Adds some missing(?) `requireNonNull` checks, and documents them as well.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26413#issuecomment-3112627244
More information about the core-libs-dev
mailing list