On 14/04/2016 20:07, Xueming Shen wrote:
:There is a test that passing a null filter into Files.newDirectoryStream(path, filter) and then FileSystemProvider.newDirectoryStream(...), to mean "no filter". My reading of the spec suggests it should get a NPE. (to use the nweDirectoryStream(dir) foraccept all). Can you confirm?
Yes, it should fail, it does not mean "no filter". -Alan