jjtree mojo generates uncompilable code when option visitorException is used
----------------------------------------------------------------------------
Key: MJAVACC-76
URL: http://jira.codehaus.org/browse/MJAVACC-76
Project: Maven 2.x JavaCC Plugin
Issue Type: Bug
Components: jjtree
Affects Versions: 2.3
Reporter: Benjamin Bentmann
Assignee: Benjamin Bentmann
A mojo configuration using
{code:xml}
<visitorException>java.lang.Exception</visitorException>
{code}
leads to methods with broken throws clause like
{code:java}
public Object jjtAccept(SimpleVisitor visitor, Object data) throws
'java.lang.Exception' {
return visitor.visit(this, data);
}
{code}
due to inproper command line assembling.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email