[jboss-jira] [JBoss JIRA] Commented: (JGRP-263) malformed '<a' tag causes Javadoc to fail

Michael Newcomb (JIRA) jira-events at jboss.com
Thu Jul 27 16:42:11 EDT 2006


    [ http://jira.jboss.com/jira/browse/JGRP-263?page=comments#action_12340186 ] 
            
Michael Newcomb commented on JGRP-263:
--------------------------------------

Perhaps just putting a space between the '<' and the 'A' would work.

Also, this is another small +1 for Java 5.

Thanks,
Michael

> malformed '<a' tag causes Javadoc to fail
> -----------------------------------------
>
>                 Key: JGRP-263
>                 URL: http://jira.jboss.com/jira/browse/JGRP-263
>             Project: JGroups
>          Issue Type: Bug
>    Affects Versions: 2.3 SP1
>         Environment: JDK 1.5
>            Reporter: Michael Newcomb
>         Assigned To: Bela Ban
>            Priority: Minor
>             Fix For: 2.4
>
>   Original Estimate: 5 minutes
>  Remaining Estimate: 5 minutes
>
> You can't build javadoc because of some bad '<a' tags. (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5082928).
> It seems that it affects mostly where collections have been 'generified' in the javadocs:
> /** Map<Address, Rsp> */ in RspList.java.
> So, in IntelliJ, search for "<a" in src and replace all of them with &lt; and &gt;.
> It isn't too many files:
> GroupRequest.java
> RequestCorrelator.java
> FC.java
> FRAG2.java
> SEQUENCER.java
> STATS.java
> TP.java
> RspList.java
> Util.java
> Digest.java
> NAKACK.java
> Thanks,
> Michael

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list