Issue Details (XML | Word | Printable)

Key: QDOX-133
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: marc downie
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QDox

The attached file cases a ParseException from Parser.parse(Parser.java:697)

Created: 27/Jan/08 05:52 PM   Updated: 08/Jul/08 04:07 PM
Component/s: Parser
Affects Version/s: 1.6.3
Fix Version/s: 1.7

Time Tracking:
Not Specified

File Attachments: 1. Java Source File PApplet.java (242 kB)

Environment: java 1.5.0_13, Mac OS X 10.5

Testcase included: yes


 Description  « Hide
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



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dennis Lundberg added a comment - 08/Jul/08 04:07 PM
I can confirm the parse error using version 1.6.3. Using the latest version built from svn it works fine.