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 - Create Class Hint can resuse and show the "Refactor move" dialog
Summary: Create Class Hint can resuse and show the "Refactor move" dialog
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.3
Hardware: Macintosh All
: P3 normal with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-26 10:22 UTC by manikantannaren
Modified: 2013-09-02 14:20 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.