Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 320991

Summary: [CommonNavigator] Project Explorer : projects should be sorted alphabetically
Product: [Eclipse Project] Platform Reporter: frosty.z
Component: IDEAssignee: Platform UI Triaged <platform-ui-triaged>
Status: CLOSED DUPLICATE QA Contact:
Severity: minor    
Priority: P3 CC: daniel_megert, frosty.z, remy.suen
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description frosty.z CLA 2010-07-27 06:33:28 EDT
Build Identifier: M20100211-1343

Project Explorer : projects should be sorted alphabetically.

Reproducible: Always

Steps to Reproduce:
Open View "General > Project Explorer".

Create a project "Project A" based on source code stored in a directory "dir_a".
Create a project "Project B" based on source code stored in a directory "dir_b".

In the Project Explorer, Projects are shown in alphabetical order :
1. Project A
2. Project B

Now, rename "Project A" to "Project C" using the "Rename..." option (right click on the projet)

Now projects are shown in this order :
1. Project C
2. Project B

I was expecting that Eclipse orders projects using project names, but instead it seems that directory names are used.
Comment 1 Dani Megert CLA 2014-12-11 08:58:16 EST

*** This bug has been marked as a duplicate of bug 223344 ***