Description
For example the following link tag is not properly parsed:
{@link #member label with spaces}
and leads to the following exception
java.lang.IllegalArgumentException: Invalid format of javadoc reference: #member label with spaces at org.apache.maven.tools.plugin.javadoc.JavadocReference.parse(JavadocReference.java:74) ...
According to https://docs.oracle.com/en/java/javase/17/docs/specs/javadoc/doc-comment-spec.html#link this should be valid though as the link tag ends only with the '}'
Attachments
Issue Links
- relates to
-
MPLUGIN-417 report and descriptor goal need to evaluate Javadoc comments differently
- Closed
- links to