Details
Description
The attached file, from the open source "Processing" project (http://processing.org), causes the parser to crash with the exception:
com.thoughtworks.qdox.parser.ParseException: syntax error @[8368,1] in UNKNOWN SOURCE
at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:716)
at com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:826)
at com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.java:697)
at com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:300)
at com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:290)
Line 8368 is the last line of the file
I can confirm the parse error using version 1.6.3. Using the latest version built from svn it works fine.