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 222748

Summary: Create Class Hint can resuse and show the "Refactor move" dialog
Product: java Reporter: manikantannaren <manikantannaren>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 7.3   
Hardware: Macintosh   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description manikantannaren 2012-11-26 10:22:54 UTC
[ JDK VERSION : 1.7.0_09 ]

Like many others, I usually define parameters and fields for classes that dont
exists yet, I use the hint to generate the class for me.
As an enhancement, can a wizard be offered which asks for
1. Which project to create the class in,
2. Which package in that project
3. What access level (public/package etc)

Without such a wizard, I end up creating the class in the current package with
package access and then move it to the respective place.