Bug 7402

Summary: Packages view sorts case senstive
Product: [Eclipse Project] JDT Reporter: Tod Creasey <Tod_Creasey>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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