[ 
http://jira.codehaus.org/browse/QDOX-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte resolved QDOX-198.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.11
         Assignee: Robert Scholte

Fixed in [rev. 699|http://fisheye.codehaus.org/changelog/qdox/?cs=699].
Now it'll at least parse according to the 
[constructor-specs|http://java.sun.com/docs/books/jls/third_edition/html/classes.html#41652]



> 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
>            Assignee: Robert Scholte
>             Fix For: 1.11
>
>
> {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