-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b58
-
generic
-
generic, other
The alphabetic index sorts uppercase 'Z' ahead of lowercase 'a'.
This is counter-intuitive; it should be alphabetized the way a dictionary
is, independent of case.
For example:
http://java.sun.com/j2se/1.5.0/docs/api/index-files/index-1.html
In this example,
AWT_COMPONENT
is sorted ahead of
AbstractAction
and
Autoscroll
is ahead of
a
This is counter-intuitive; it should be alphabetized the way a dictionary
is, independent of case.
For example:
http://java.sun.com/j2se/1.5.0/docs/api/index-files/index-1.html
In this example,
AWT_COMPONENT
is sorted ahead of
AbstractAction
and
Autoscroll
is ahead of
a