Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045667 | 8u25 | Michael McMahon | P3 | Resolved | Fixed | b01 |
JDK-8043626 | 8u20 | Michael McMahon | P3 | Resolved | Fixed | b17 |
JDK-8053612 | emb-8u26 | Michael McMahon | P3 | Resolved | Fixed | b17 |
The spec for the following methods
http://docs.oracle.com/javase/8/docs/api/java/util/Random.html#doubles--
http://docs.oracle.com/javase/8/docs/api/java/util/Random.html#doubles-long-
Contains the following sentence ending: ".. calling the method nextDouble()}."
Presence of '}' has been overlooked in the spec
http://docs.oracle.com/javase/8/docs/api/java/util/Random.html#doubles--
http://docs.oracle.com/javase/8/docs/api/java/util/Random.html#doubles-long-
Contains the following sentence ending: ".. calling the method nextDouble()}."
Presence of '}' has been overlooked in the spec
- backported by
-
JDK-8043626 '}' left in the spec for j.u.Random.doubles(..)
-
- Resolved
-
-
JDK-8045667 '}' left in the spec for j.u.Random.doubles(..)
-
- Resolved
-
-
JDK-8053612 '}' left in the spec for j.u.Random.doubles(..)
-
- Resolved
-
- relates to
-
JDK-8023155 Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom
-
- Closed
-