[
http://opensource.atlassian.com/projects/xdoclet/browse/XJD-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_17811
]
Matt Jensen commented on XJD-41:
--------------------------------
My previous patch appears to have been incomplete:
1723c1723
< [ "final" ]
---
> ( Annotation() | "final" )*
2386c2386
< LOOKAHEAD([ "final" ] Type() <IDENTIFIER>)
---
> LOOKAHEAD(( Annotation() | "final" )* Type() <IDENTIFIER>)
2397c2397
< [ "final" ] Type() VariableDeclarator() ( "," VariableDeclarator() )*
---
> ( Annotation() | "final" )* Type() VariableDeclarator() ( ","
> VariableDeclarator() )*
2485c2485
< LOOKAHEAD( [ "final" ] Type() <IDENTIFIER> )
---
> LOOKAHEAD( ( Annotation() | "final" )* Type() <IDENTIFIER> )
> Support Java 1.5 Syntax ?
> -------------------------
>
> Key: XJD-41
> URL:
> http://opensource.atlassian.com/projects/xdoclet/browse/XJD-41
> Project: XJavaDoc
> Issue Type: Improvement
> Components: Parser
> Affects Versions: 1.0.2
> Reporter: Hao Chen
> Assignee: xdoclet-devel (Use for new issues)
> Priority: Critical
> Fix For: 1.5
>
> Attachments: xjavadoc-1.1-j5-src.zip, xjavadoc-1.1-j5-v2.jar,
> xjavadoc-1.1-j5-v3.jar, xjavadoc-1.1-j5-v4.jar, xjavadoc-1.1-j5.zip,
> xjavadoc-jdk15-patch.diff, xjavadoc-src-1.1-j5-v4.zip
>
> Time Spent: 1 hour, 30 minutes
> Remaining Estimate: 0 minutes
>
> Is there any plan to upgrade the parser to support Java 1.5 syntax?
--
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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel