Bug 7402 - Packages view sorts case senstive
Summary: Packages view sorts case senstive
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-09 16:38 EST by Tod Creasey CLA
Modified: 2002-01-15 08:05 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2002-01-09 16:38:15 EST
If I have three folders

aa Ba and ba

They will be sorted in the order

Bab
aa
ba

But they should be in case insensitive order

aa
Bab
ba
Comment 1 Erich Gamma CLA 2002-01-10 07:55:26 EST
Tried to reproduce on projects, packages and source folders and I always got 
aa
Ba

Can give more precise steps please
Comment 2 Tod Creasey CLA 2002-01-10 08:08:01 EST
On build 20011218

1)Create a Java project called ordering in the java perspective
2) Create a package called Ba
3) Create a package called bab
4) Create a package called aa

The order in the packages view will be
Ba
aa
bab

It should be 

aa
Ba
bab

Case is important here - be sure you use exactly the names above.
Comment 3 Erich Gamma CLA 2002-01-10 08:24:18 EST
could reproduce. Looks like a JavaElementSorterProblem.
Comment 4 Martin Aeschlimann CLA 2002-01-11 09:14:46 EST
fixed > 20108
changed implementation to use collator