Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-214 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-214 Summary: incorrect parsing error Type: Bug Status: Assigned Priority: Major Time Spent: Unknown Estimate: 0 minutes Project: XDoclet Component: Documentation Versions: 1.2 Beta 2 Assignee: xdoclet-devel (Use for new issues) Reporter: Rajesh Honnawarkar Created: Sun, 29 Dec 2002 1:03 PM Updated: Sun, 29 Dec 2002 1:03 PM Description: If I have a class that has a member declaration as follows: private int a;; //the second ; causes an error [document] Error parsing File D:\SynSoft\build\WEB-INF\src\com\Test.java:Encoun tered ";" at line 9, column 19. [document] Was expecting one of: [document] "abstract" ... [document] "boolean" ... [document] "byte" ... [document] "char" ... [document] "class" ... [document] "double" ... [document] "final" ... [document] "float" ... [document] "int" ... [document] "interface" ... [document] "long" ... [document] "native" ... [document] "private" ... [document] "protected" ... [document] "public" ... [document] "short" ... [document] "static" ... [document] "synchronized" ... [document] "transient" ... [document] "void" ... [document] "volatile" ... [document] "strictfp" ... [document] <IDENTIFIER> ... [document] "{" ... [document] "}" ... [document] It still produces the file of @todo list --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
