JDK-4984419 : REGRESSION: Alphabetic index sorted upper then lowercase, should be case-indepen
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,other
  • CPU: generic
  • Submitted: 2004-01-28
  • Updated: 2014-05-05
  • Resolved: 2004-06-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b58Fixed
Description
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

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-rc FIXED IN: tiger-rc INTEGRATED IN: tiger-b58 tiger-rc
17-07-2004

PUBLIC COMMENTS Fixed. The sorting algorithm is now case insensitive. ###@###.### 2004-06-17
17-06-2004

EVALUATION Accepted ###@###.### 2004-02-09 Fixed. ###@###.### 2004-06-17
09-02-2004