-
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).
2009-09-05 02:20:20 UTC by sf-robot
-
mdoar committed patchset 283 of module jdiff to the JDiff - HTML report of API differences CVS repository, changing 1 files.
2009-08-21 22:35:21 UTC by mdoar
-
Good catch, I'll check that in, thanks.
2009-08-21 22:33:48 UTC by mdoar
-
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:
2009-08-20 10:09:49 UTC by nobody
-
mdoar committed patchset 282 of module jdiff to the JDiff - HTML report of API differences CVS repository, changing 6 files.
2008-10-06 18:03:18 UTC by mdoar
-
PAtch applied in jdiff 1.1.1.
2008-10-06 17:54:23 UTC by mdoar
-
Good catch.
2008-06-10 23:26:51 UTC by mdoar
-
I have a class that looks like:
public class JavaSerializationComparator
extends DeserializerComparator {
public JavaSerializationComparator() throws IOException {
super(new JavaSerialization.JavaSerializationDeserializer());
}
public int compare(T o1, T o2) {
return o1.compareTo(o2);
}
}
which was causing a parse...
2008-06-10 23:17:07 UTC by nobody
-
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).
2007-09-18 02:20:05 UTC by sf-robot
-
mdoar committed patchset 281 of module jdiff to the JDiff - HTML report of API differences CVS repository, changing 1 files.
2007-09-17 16:29:32 UTC by mdoar