eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
32 stars 79 forks source link

Incorrect Javadoc presentation for {@return } with a nested tag #1464

Closed nlisker closed 3 weeks ago

nlisker commented 4 weeks ago

As an example, the javadoc of Objects#notNull:

    /**
     * {@return {@code true} if the provided reference is non-{@code null};
     * {@code false} otherwise}
     * ...
     */ 

image

The period is placed in the wrong place, there's an extra } at the end, and the @return description is missing. The hover popup has the same issue.