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

Summary: Default FQN for main class should not start with "org."
Product: java Reporter: Jesse Glick <jglick>
Component: UnsupportedAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker CC: jrojcek
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    

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