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 43127 - Default FQN for main class should not start with "org."
Summary: Default FQN for main class should not start with "org."
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-05-12 02:39 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 Jesse Glick 2004-05-12 02:39:43 UTC
Why assume the user is in the org domain? If the
project name chosen was e.g. "something", pick
"something.Main" as the default main class name.
Comment 1 jrojcek 2004-05-12 10:50:23 UTC
Sounds good. Also, if the user inserts space characters into the project name, then remove 
the space characters and make it lowercase. So, "My Project" would generate 
"myproject.Main". I will update the spec.
Comment 2 Jesse Glick 2004-05-12 21:03:29 UTC
"myproject.Main" or "myProject.Main" would also be fine. No preference.
Comment 3 Tomas Zezula 2004-05-17 13:06:18 UTC
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/NewJ2SEProjectWizardIterator.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/NewJ2SEProjectWizardIterator.java,v
 <--  NewJ2SEProjectWizardIterator.java
new revision: 1.10; previous revision: 1.9
done
Comment 4 Quality Engineering 2007-09-20 12:42:30 UTC
Reorganization of java component