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 - Project wizard should toLowerCase project name when generating package name
Summary: Project wizard should toLowerCase project name when generating package name
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 41837
  Show dependency tree
 
Reported: 2004-05-14 20:57 UTC by _ tboudreau
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 _ 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