-
Bug
-
Resolution: Fixed
-
P4
-
8u60
-
b77
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136043 | emb-9 | Paul Sandoz | P4 | Resolved | Fixed | team |
The JavaDoc on j.u.stream.Collector.finisher refers to an incorrect enum definition, IDENTITY_TRANSFORM, which is actually called IDENTITY_FINISH.
The take/dropWhile documentation on all streams is missing @since 1.9
Typo in take/dropWhile documentation s/result is the same is the input/result is the same as the input/
The take/dropWhile documentation on all streams is missing @since 1.9
Typo in take/dropWhile documentation s/result is the same is the input/result is the same as the input/
- backported by
-
JDK-8136043 Fix some typos and omissions in the the j.u.stream JavaDoc
-
- Resolved
-
- duplicates
-
JDK-8180641 Typo in java.util.stream.Collector
-
- Closed
-