RFR: 8362429: AssertionError in File.listFiles(FileFilter | FilenameFilter) [v2]
Alan Bateman
alanb at openjdk.org
Wed Jul 16 18:34:40 UTC 2025
On Wed, 16 Jul 2025 17:46:33 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Address the same problem as in #26224 but for the `listFiles` variants with a filter parameter.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8362429: Add list(FilenameFilter) and toURL()
test/jdk/java/io/File/EmptyPath.java line 248:
> 246: listFiles(x -> x.listFiles((FilenameFilter)null));
> 247: }
> 248:
What would you think about test a non-null filter too?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26353#discussion_r2211264084
More information about the core-libs-dev
mailing list