So trying to do a build today and there were some strange javadoc gen errors like below
java.util.MissingResourceException: Can't find resource for bundle com.sun.tools.doclets.formats.html.resources.standard, key doclet.malformed_html_link_tagSo this is a bad bug in javadoc for Java 1.5
at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
at java.util.ResourceBundle.getString(ResourceBundle.java:285)
We had a class where the javadoc looked like
/**
* This javadoc had
**/
the
Sun has bug open
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5082928
The fix is using
/**
* This javadoc had <artist>U2
**/
hope this helps someone



0 Comments:
Post a Comment