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