On Wed, 16 Jul 2025 17:46:33 GMT, Brian Burkhalter <b...@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

Reply via email to