-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b22
-
generic
-
generic
-
Verified
The index files produced by javadoc are still vulnerable to sort variations. For example:
if we have the following entities, will end up in a non-deterministic order:
a.A.length(boolean), a.D.length(int), and a.C.length
length(boolean) Method in a.B
length Field in a.C
length(int) Method in a.D
or sometimes
length(boolean) Method in a.B
length(int) Method in a.D
length Field in a.C
this is incorrect.
if we have the following entities, will end up in a non-deterministic order:
a.A.length(boolean), a.D.length(int), and a.C.length
length(boolean) Method in a.B
length Field in a.C
length(int) Method in a.D
or sometimes
length(boolean) Method in a.B
length(int) Method in a.D
length Field in a.C
this is incorrect.
- blocks
-
JDK-8035473 [javadoc] Revamp the existing Doclet APIs
- Closed
- relates to
-
JDK-8049393 [javadoc] parameters are not sorted correctly
- Closed