-
Sub-task
-
Resolution: Delivered
-
P4
-
16
-
Verified
The var args form of `Path.of()` and `Paths.get()` method are changed in this release to throw `NullPointerException` consistently when the first parameter is null. Historically these methods missed a null check on the first parameter when invoked with more than one parameter.