Details
-
Bug
-
Status: Closed
-
P3
-
Resolution: Fixed
-
8
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8030321 | 8u5 | Henry Jen | P3 | Resolved | Fixed | b01 |
Description
BufferedReader use null as an indicator of end of data stream, thus will never return null as content. According to Spliterator spec, such a spliterator should carry NONNULL characteristic.
Attachments
Issue Links
- backported by
-
JDK-8030321 Spliterator of Stream returned by BufferedReader.lines() should have NONNULL characteristic
-
- Resolved
-