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 43303

Summary: Project wizard should toLowerCase project name when generating package name
Product: java Reporter: _ tboudreau <tboudreau>
Component: UnsupportedAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker CC: tzezula
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41837    

Description _ tboudreau 2004-05-14 20:57:37 UTC
Okay, maybe an enhancement really.  I keep accidentally 
creating packages with capitalization in them because the 
package name generated from the project name.  Easy to fix.
Comment 1 Jesse Glick 2004-05-14 21:04:26 UTC
I believe this is a duplicate of some UI-spec-blocking change.
Comment 2 Petr Hrebejk 2004-05-19 12:39:05 UTC
What does Jano think? Maybe he already has such bug assigned from me.
Please mark as dupe if so. Or assign to Tomas if it should be implemented.
Comment 3 jrojcek 2004-05-19 12:48:55 UTC
Yes, the spec says the package name should be all lower case.
Comment 4 Tomas Zezula 2004-05-19 13:18:05 UTC
Ok, fixed.
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.13; previous revision: 1.12
done
Comment 5 Quality Engineering 2007-09-20 12:49:23 UTC
Reorganization of java component