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 189514

Summary: when package for external control changes, form is not updated
Product: guibuilder Reporter: henri127 <henri127>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description henri127 2010-08-14 13:51:24 UTC
when a class/control, like a round button (say class roundbutton) in a separate project, is moved from the default package to a control package in that project, (like named mycontrol) the form in another project is not updated and the control is lost. It might be that this was caused because the control was moved not from the default package but afterwards again to another package. At least the .form file in a project was not keeping up with the changes made.
Comment 1 Jan Stola 2011-10-31 16:32:16 UTC
Reproducible. When a component class is moved from the default package to a named package then the guarded block of the form (that is using this component) is not modified. Hence, GUI Builder's refactoring support is not triggered.
Comment 2 Tomas Pavek 2014-01-13 10:25:46 UTC

*** This bug has been marked as a duplicate of bug 231337 ***