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 203396

Summary: Allow rename of <default package>
Product: java Reporter: tim_sa <tim_sa>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description tim_sa 2011-10-09 17:29:27 UTC
[ BUILD # : 201109252201 ]
[ JDK VERSION : 1.6.27 ]

When you create a new project, but don't specify a package name you get the
<default package> node in the project view. 
It would be handy to be able to rename this, like you would any other package.

The current workaround is to create a package, and then move the files from the
<default package> into the new package that you have created.