-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
10, 11, 12, 13, 14, 15
-
generic
-
generic
Prefixing a method with
/**
* {@inheritDoc}
*/
is ignored by Javadoc. Seems to be that way since JDK 10, okay in 9.
Examples can be found in
MutableCallSite::dynamicInvoker
VolatileCallSite::dynamicInvoker
Constructor::getModifiers
Constructor::getParameterTypes
Constructor::getExceptionTypes
Executable::getDeclaredAnnotations
Field::getDeclaredAnnotations
Method::getModifiers
Method::getParameterTypes
Method::getExceptionTypes
DecimalFormat::setGroupingUsed
There are 554 occurrences in the JDK, grep: /\*\*\s*\n\s*\*\s*\{@inheritDoc\}\s*\n\s*\*/
/**
* {@inheritDoc}
*/
is ignored by Javadoc. Seems to be that way since JDK 10, okay in 9.
Examples can be found in
MutableCallSite::dynamicInvoker
VolatileCallSite::dynamicInvoker
Constructor::getModifiers
Constructor::getParameterTypes
Constructor::getExceptionTypes
Executable::getDeclaredAnnotations
Field::getDeclaredAnnotations
Method::getModifiers
Method::getParameterTypes
Method::getExceptionTypes
DecimalFormat::setGroupingUsed
There are 554 occurrences in the JDK, grep: /\*\*\s*\n\s*\*\s*\{@inheritDoc\}\s*\n\s*\*/
- relates to
-
JDK-8157000 Do not generate javadoc for overridden method with no spec change
- Resolved