This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 46861 - List of main classes is not sorted
Summary: List of main classes is not sorted
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-08-03 15:39 UTC by Stacy
Modified: 2004-09-07 12:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stacy 2004-08-03 15:39:04 UTC
List of main classes in Project Properties -
Running Project - Browse Main Class is not sorted.
Its not easy to find some class there, if you have
more classes with main method.
Comment 1 Jesse Glick 2004-08-03 16:52:08 UTC
Need spec: sorted by fully qualified name?

http://projects.netbeans.org/buildsys/j2se-project-ui-spec.html#Dialog_Browse_Main_Classes
Comment 2 jrojcek 2004-09-06 15:48:44 UTC
Yes, alphabetically by FQN. I guess that is how it appears in the projects window. Will 
update the spec.
Comment 3 Jiri Rechtacek 2004-09-07 12:53:53 UTC
fixed.

Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.form,v
 <--  MainClassChooser.form
new revision: 1.6; previous revision: 1.5
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.java,v
 <--  MainClassChooser.java
new revision: 1.22; previous revision: 1.21
done