[jboss-jira] [JBoss JIRA] Updated: (JGRP-263) malformed '<a' tag causes Javadoc to fail
Bela Ban (JIRA)
jira-events at jboss.com
Thu Jul 27 16:14:11 EDT 2006
[ http://jira.jboss.com/jira/browse/JGRP-263?page=all ]
Bela Ban updated JGRP-263:
--------------------------
Fix Version/s: 2.4
Priority: Minor (was: Major)
Not sure I want to do this, because legibility suffers. I think JDK 1.4 works though... This needs further investigation
> 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 < and >.
> 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