[ 
http://jira.codehaus.org/browse/QDOX-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=206000#action_206000
 ] 

Robert Scholte commented on QDOX-198:
-------------------------------------

This might be a tough one, since I can't find a useful entry about this syntax 
mechanism in the java-specs ( 
http://java.sun.com/docs/books/jls/third_edition/html/j3TOC.html ).
The parsing part won't be too hard, but for building the JavaClass-model I need 
to know how to handle this stuff.


> Parse exception for Generic constructors
> ----------------------------------------
>
>                 Key: QDOX-198
>                 URL: http://jira.codehaus.org/browse/QDOX-198
>             Project: QDox
>          Issue Type: Sub-task
>            Reporter: Marco Soldati
>
> {code}
> /**
>  * Here the <T> is the problem
>  */
> public void testGenericConstructor() {
>       JavaDocBuilder builder = new JavaDocBuilder();
>       String source = 
>               "public class MXBeanSupport {\n" +
>               "  public <T> MXBeanSupport(T resource, Class<T> 
> mxbeanInterface)\n" +
>               "    throws NotCompliantMBeanException {\n" +
>               " } \n" +
>               "}";            
>       builder.addSource(new StringReader(source));
> }
> {code}

-- 
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


Reply via email to