RFR: 8351344: Avoid explicit Objects.requireNonNull in String.join

Andrey Turbanov aturbanov at openjdk.org
Thu Mar 6 11:57:07 UTC 2025


We have helpful NPE messages now - they are more user-friendly.
And shorter methods are more likely to be inlined.

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

Commit messages:
 - [PATCH] Avoid explicit Objects.requireNonNull where we know implicit NPE will happen
 - [PATCH] Avoid explicit Objects.requireNonNull where we know implicit NPE will happen

Changes: https://git.openjdk.org/jdk/pull/23710/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23710&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8351344
  Stats: 4 lines in 1 file changed: 1 ins; 2 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/23710.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23710/head:pull/23710

PR: https://git.openjdk.org/jdk/pull/23710


More information about the core-libs-dev mailing list