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 - when package for external control changes, form is not updated
Summary: when package for external control changes, form is not updated
Status: RESOLVED DUPLICATE of bug 231337
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-14 13:51 UTC by henri127
Modified: 2014-01-13 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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