[ http://jira.codehaus.org/browse/MJAVADOC-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=185711#action_185711 ]
Vincent Siveton commented on MJAVADOC-250: ------------------------------------------ I already thought about this feature but it seems difficult to find the right class in the classloader. {noformat} /** * @throws ConnectException * @see {...@link ConnectException} */ public void dummy() throws ConnectException {} public static class ConnectException extends Exception{} {noformat} Which ConnectException? net, rmi or inner? > javadoc:fix mojo should fully qualify {...@link} class names > --------------------------------------------------------- > > Key: MJAVADOC-250 > URL: http://jira.codehaus.org/browse/MJAVADOC-250 > Project: Maven 2.x Javadoc Plugin > Issue Type: New Feature > Affects Versions: 2.6 > Reporter: jieryn > Priority: Minor > > When the javadoc:fix goal is executed, it rightly adds fully qualified class > names for each {...@link} tag. It would be great if the mojo would fix > existing {...@link} tags to be fully qualified, also. Thanks! -- 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