QDox

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.6.3
  • Fix Version/s: 1.7
  • Component/s: Parser
  • Labels:
    None
  • Environment:
    java 1.5.0_13, Mac OS X 10.5
  • Testcase included:
    yes
  • Number of attachments :
    1

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

Activity

Hide
Dennis Lundberg added a comment -

I can confirm the parse error using version 1.6.3. Using the latest version built from svn it works fine.

Show
Dennis Lundberg added a comment - I can confirm the parse error using version 1.6.3. Using the latest version built from svn it works fine.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: