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 104382

Summary: Refactoring a visable Bean to another package fails
Product: guibuilder Reporter: drmpf <drmpf>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description drmpf 2007-05-21 03:14:26 UTC
Create a JPanel bean (myBean) and add it to the palette

Open form editor and add myBean to a form.

Compile.  OK

refactor the myBean you created to a different package.

Form code not updated.  Cannot be edited.
You now must remove myBean from every form it exists in and then re-add it.

The problem is even worse if you have nested beans and refactor.
Comment 1 Jana Maleckova 2007-05-21 10:59:49 UTC

*** This issue has been marked as a duplicate of 48288 ***