-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b157
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175682 | 10 | Jan Lahoda | P3 | Resolved | Fixed | b02 |
From Paul Deitl:
jshell> Collections.max(
T Collections.<T extends Object & Comparable<? super T>>max(Collection<? extends T> coll)
T Collections.<T>max(Collection<? extends T> coll, Comparator<? super T> comp)
<press shift-tab again to see javadoc>
jshell> Collections.max(
T Collections.<T extends Object &Comparable<? super T>>max(Collection<? extends T> coll)
<no javadoc found>
T Collections.<T>max(Collection<? extends T> coll, Comparator<? super T> comp)
<no javadoc found>
On Mac, when I do docs for the Math.abs overloads, after the first is displayed and I press the space key, then next overload’s javadoc overwrites the “press space” note for continuing to the next javadoc. Unforunately, this results in lines like:
long Math.abs(long a) javadoc, Q to quit>
in the middle of the documentation.
jshell> Collections.max(
T Collections.<T extends Object & Comparable<? super T>>max(Collection<? extends T> coll)
T Collections.<T>max(Collection<? extends T> coll, Comparator<? super T> comp)
<press shift-tab again to see javadoc>
jshell> Collections.max(
T Collections.<T extends Object &Comparable<? super T>>max(Collection<? extends T> coll)
<no javadoc found>
T Collections.<T>max(Collection<? extends T> coll, Comparator<? super T> comp)
<no javadoc found>
On Mac, when I do docs for the Math.abs overloads, after the first is displayed and I press the space key, then next overload’s javadoc overwrites the “press space” note for continuing to the next javadoc. Unforunately, this results in lines like:
long Math.abs(long a) javadoc, Q to quit>
in the middle of the documentation.
- backported by
-
JDK-8175682 JShell: Javadoc is not working for some methods
-
- Resolved
-
- is blocked by
-
JDK-8173777 Merge javac -Xmodule into javac--patch-module
-
- Closed
-