-
Bug
-
Resolution: Unresolved
-
P3
-
21
-
None
* One example of circumventing that mechanism can be seen in jdk.incubator.vector:
// Note: A surprising behavior in javadoc
// sometimes makes a lone /** {@inheritDoc} */
// comment drop the method altogether,
// apparently if the method mentions an
// parameter or return type of Vector<Double>
// instead of Vector<E> as originally specified.
// Adding an empty HTML fragment appears to
// nudge javadoc into providing the desired
// inherited documentation. We use the HTML
// comment <!--workaround--> for this.
* An attempt to update the mechanism for covariant returns can be seen in
The bottom line is, the mechanism introduced in
- relates to
-
JDK-8291803 Detect simple overrides better
- Open
-
JDK-8157000 Do not generate javadoc for overridden method with no spec change
- Resolved