RFR: 8262742: (fs) Add Path::resolve with varargs string
Alan Bateman
alanb at openjdk.org
Mon Jul 10 06:17:55 UTC 2023
On Sat, 8 Jul 2023 05:55:08 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> Hello Brian, do you think there should be a `@throws NullPointerException` in the javadoc, if any of these `Path` values is `null`?
There is a paragraph in the package description to cover this, it avoids cluttering the methods with "@throws NPE".
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14805#discussion_r1257755316
More information about the nio-dev
mailing list