RFR: 8298478: (fs) Path.of should allow input to include long path prefix [v3]

Brian Burkhalter bpb at openjdk.org
Tue Feb 7 19:19:13 UTC 2023


On Tue, 7 Feb 2023 18:42:38 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8298478: Address reviewer comments
>
> test/jdk/java/nio/file/Path/PathOps.java line 1466:
> 
>> 1464:         test("\\\\?\\UNC")                                    // empty
>> 1465:             .invalid();
>> 1466:         test("\\\\?\\UNC\\")                                    // empty
> 
> The comment on this line isn't aligned with the other but the updated list of test cases looks good/complete.

Aligned in f9de5966fe505249fb373bcd8551183977e5e8e3.

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

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


More information about the nio-dev mailing list