[jboss-jira] [JBoss JIRA] Created: (JGRP-263) malformed '<a' tag causes Javadoc to fail
Michael Newcomb (JIRA)
jira-events at jboss.com
Thu Jul 27 14:16:11 EDT 2006
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
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