History log of /openjdk10/jdk/test/java/nio/file/Files/StreamTest.java
Revision Date Author Comments
# 12577:9e837d9e2f5f 12-Aug-2015 bpb

8132539: (fs) Files.lines(path).collect() returns wrong value in JDK 9 with certain files
Summary: Do not use the Spliterator approach for lines() if the FileChannel size is thought to be zero.
Reviewed-by: chegar


# 8575:da695008417f 18-Oct-2013 alanb

8026859: (fs) test/java/nio/file/Files/StreamTest.java fails to compile intermittently
Reviewed-by: psandoz


# 8374:9632de07d963 11-Oct-2013 alanb

8019526: (fs) Files.lines, etc without Charset parameter
Reviewed-by: psandoz, henryjen


# 8001:2e8d51a5596b 03-Sep-2013 henryjen

8017513: Support for closeable streams
8022237: j.u.s.BaseStream.onClose() has an issue in implementation or requires spec clarification
8022572: Same exception instances thrown from j.u.stream.Stream.onClose() handlers are not listed as suppressed
Summary: BaseStream implements AutoCloseable; Remove CloseableStream and DelegatingStream
Reviewed-by: alanb, mduigou, psandoz
Contributed-by: brian.goetz@oracle.com


# 7569:c1df54fd19b2 11-Jun-2013 henryjen

8009736: Comparator API cleanup
Reviewed-by: psandoz, briangoetz, mduigou, plevart


# 7300:25a8e6fd0210 04-Jun-2013 alanb

8014855: TEST_BUG: java/nio/file/Files/StreamTest.java fails when sym links not supported
Reviewed-by: alanb
Contributed-by: henry.jen@oracle.com


# 7201:23e75751554a 09-May-2013 henryjen

8006884: (fs) Add Files.list, lines and find
Reviewed-by: briangoetz, mduigou
Contributed-by: alan.bateman@oracle.com, henry.jen@oracle.com