Embedded Javadoc tags
I've noticed that a common error is to mistype an embedded Javadoc tag,
typically by coding a parenthesis instead of a curly brace at the end: This
{@link String#indexOf(char))
instead of the correct
{@link String#indexOf(char)}
If we could get this added to the list of Javadoc errors IDEA marks up,
it would probably save us at least one Javadoc build per week.
Please sign in to leave a comment.