Bug 268501 - Project Properties - Java EE Module Dependencies unsorted
Summary: Project Properties - Java EE Module Dependencies unsorted
Status: NEW
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Rob Stryker CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2009-03-13 05:42 EDT by S. Mair CLA
Modified: 2010-02-19 11:33 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S. Mair CLA 2009-03-13 05:42:54 EDT
Build ID: M20090211-1700

Steps To Reproduce:
1. On a WebProject open the Project Properties
2. In the tree - Go to the "Java EE Module Dependencies"
3. The List is not sorted

More information:
I think the list should be initialy sorted by "JAR/Module".
Additionally it would be nice if it sort when clicking on the Header of the list.
Comment 1 Carl Anderson CLA 2009-03-13 18:44:59 EDT
These sound like great ideas - any chance you could contribute a patch to implement these?
Comment 2 S. Mair CLA 2010-02-19 07:25:12 EST
Hallo,

i have searched for the code place where i think the chance had to be.
It is in the Module: org.eclipse.ui.workbench.source_3.5.2.M20100113-0800.jar
an there in the class: org\eclipse\ui\internal\keys\NewKeysPreferencePage.java

i have also searched for a code where a sortable table is created (i hope this will help). It is the table with the key bindings
It is in the Module: org.eclipse.jst.j2ee.ui.source_1.1.301.v200909020100.jar
an there in the class: org\eclipse\jst\j2ee\internal\JARDependencyPropertiesPage.java
Comment 3 S. Mair CLA 2010-02-19 07:28:05 EST
(In reply to comment #2)
> Hallo,
> 
> i have searched for the code place where i think the chance had to be.
> It is in the Module: org.eclipse.ui.workbench.source_3.5.2.M20100113-0800.jar
> an there in the class: org\eclipse\ui\internal\keys\NewKeysPreferencePage.java
> 
> i have also searched for a code where a sortable table is created (i hope this
> will help). It is the table with the key bindings
> It is in the Module: org.eclipse.jst.j2ee.ui.source_1.1.301.v200909020100.jar
> an there in the class:
> org\eclipse\jst\j2ee\internal\JARDependencyPropertiesPage.java

sorry, i've inserted the two places wrong. They should be contrary.
Comment 4 Carl Anderson CLA 2010-02-19 11:33:22 EST
We are replacing the Java EE Module Dependencies page with the Module Assembly page.