Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8020146
JCK issues for java.util.stream
Log In
Closed
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P2
Fix Version/s:
8
Affects Version/s:
None
Component/s:
core-libs
Labels:
lambda
noreg-other
Subcomponent:
java.util.stream
Verification:
Verified
Attachments
Sub-Tasks
Options
Show All
Show Open
Bulk operation
Open issue navigator
1.
TreeMap().values().stream().substream().parallel().iterator() returns not the expected elements
Closed
Paul Sandoz
2.
TreeMap().values().parallelStream().limit().toArray() does not return the expected elements
Closed
Paul Sandoz
3.
Empty long/int spliterators produced from empty range streams don't throw NPE for null consumers
Closed
Paul Sandoz
4.
TreeMap.entrySet().spliterator() reports SORTED + null comparator but the elements are not Comparable
Closed
Paul Sandoz
5.
Collections.nCopies(0, T).spliterator() is not ORDERED as expected
Closed
Paul Sandoz
6.
Numerous splitereator impls do not throw NPE for null Consumers
Closed
Paul Sandoz
7.
TreeMap().values().stream().distinct().parallel().iterator() does not preserve the sorted order of elements
Closed
Paul Sandoz
8.
Spliterator from an empty boxed primitive streams doesn't throw NPE for null consumers
Closed
Paul Sandoz
9.
An empty spliterator taken from Stream.builder() doesn't throw NPE for null consumers
Closed
Paul Sandoz
10.
TreeMap.values().spliterator() does not report ORDERED
Closed
Paul Sandoz
Activity
People
Assignee:
Paul Sandoz
Reporter:
Brian Goetz
Votes:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2013-07-09 09:27
Updated:
2014-09-26 09:49
Resolved:
2013-08-19 02:03