RFR: 8254876: (fs) NullPointerException not thrown when first argument to Path.of or Paths.get is null [v2]

Roger Riggs rriggs at openjdk.java.net
Mon Nov 2 22:53:54 UTC 2020


On Mon, 2 Nov 2020 22:09:09 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Please review this simple fix to have Path.of(String,String) throw a NullPointerException if the first parameter is null.
>
> Brian Burkhalter has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - 8254876: (fs) NullPointerException not thrown when first argument to Path.of or Paths.get is null
>  - 8254876: (fs) NullPointerException not thrown when first argument to Path.of or Paths.get is null

Marked as reviewed by rriggs (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/1020


More information about the nio-dev mailing list