This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
The method Comments.convertAtLink thorws an StringIndexOutOfBounds Exception when parsing en expression like this '{1}).' at the end of a javadoc comment line. Check the attached file for the complete stacktrace.
We fixed this bug in our project by changing this code line in metho convertAtLink
if(c == '{' && remainingChars >= 5 && "{@link".equals(text.substring(i, i + 6)))
to this one: