Submitted On 25-FEB-2002
jskeet
Haven't got a very simple test case, but I've tracked it
down to a source file which has two links in the first
sentence of the class description comment.
The following class doesn't cause JavaDoc to crash, but it
*does* give a very spurious entry in the index-all.html
page, which could be relevant:
/**
* Here's the <a href="mailto:skeet@pobox.com">first</a>
* and here's the <a href="http://www.pobox.com">second</a>.
*/
public class Test
{
public void bar()
{
}
}
Jon
Submitted On 25-FEB-2002
jskeet
I'm getting this too, with the released 1.4. As far as I
can tell, this became a bug between 1.4b1 and 1.4b2.
Looks like it's breaking when it's writing index-all.html.
I'll see if I can come up with a very simple test case...
Jon
Submitted On 05-MAR-2002
mind8
this source wild produce the exception as well:
---------------------------------
/**
<a href=x>
<a href=x>
*/
public class A { }
---------------------------------
regards marco
Submitted On 30-MAY-2002
jpschewe
So if this is fixed, how come I'm still seeing it with the
1.4.0 release?
Submitted On 03-SEP-2002
thorciphers
This is definitely NOT fixed yet. I'm still seeing this error under Windows 2000, here's my version info:
java version "1.4.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
Submitted On 24-SEP-2002
jpschewe
This is fixed in jdk 1.4.1, thanks.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|