-
Bug
-
Resolution: Fixed
-
P3
-
1.1, 1.1.4
-
1.1.4
-
sparc
-
solaris_2.5.1
-
Not verified
Name: diC59631 Date: 09/16/97
If we run javadoc on the following class:
package test;
public class foo {
public int _bar1 = 1;
public int bar2() {};
}
The index that is generated is empty. The problem
seems to come from the underscore used as first character
of _bar1
company - inria , email - ###@###.###
======================================================================
- duplicates
-
JDK-4114830 javadoc can't create index if any indentifiers begin with _ or $
- Closed