RFR: JDK-8006884(2nd round): (fs) Add Files.list, lines and find (original) (raw)

Mike Duigou mike.duigou at oracle.com
Thu May 9 04:17:54 UTC 2013


Looks good to me.

FaultyFileSystem is I hope something we can reuse in other tests.

Mike

On May 6 2013, at 09:56 , Henry Jen wrote:

Hi,

Updated based on feedback, http://cr.openjdk.java.net/~henryjen/ccc/8006884.1/webrev/ http://cr.openjdk.java.net/~henryjen/ccc/8006884.1/specdiff/ Changed from previous request, 1. DirectoryStream.entries() is renamed to DirectoryStream.stream(). 2. Clarify operating closed stream returned from Files.list as end-of-stream, from Files.walk will throw IllegalStateException, and added test case. Cheers, Henry



More information about the core-libs-dev mailing list