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 4079 - Form Editor doesn`t reflect changes of serialized components
Summary: Form Editor doesn`t reflect changes of serialized components
Status: CLOSED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-29 00:40 UTC by Jan Palka
Modified: 2002-07-19 15:19 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 Jan Palka 1999-09-29 00:40:58 UTC
Create a form and put some components into it.
Set the Code Generation to Serialize
Save the form
Customize the component outside of Netbeans
Reload the form and see that Form Editor doesn`t change the component. On the other side Execution works OK (of course the code forces load the state from a file).
Consequently the save action over the form rewrites the customized component with the old one.
Comment 1 _ ttran 2000-06-27 14:49:59 UTC
it's tricky.  In a sense the generated .ser file acts the same role as the
generated java source.  If one modifies them outside the scope of the form
editor then these modifications will be overwritten the next time the form
editor touches the form.  This is "as-designed" for me.
Comment 2 Marek Grummich 2000-07-25 09:39:59 UTC
Priority is changed to P4 (normal).