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 6456 - Property dependencies in Component Inspector should be resolved before the code is generated
Summary: Property dependencies in Component Inspector should be resolved before the co...
Status: CLOSED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-04-26 23:18 UTC by Jan Stola
Modified: 2003-07-02 17:20 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 Stola 2000-04-26 23:18:24 UTC
[2000-Apr-11, trung] it`s not a bug, bean`s properties should be independent
of each other, i.e. the order of their settings should not be significant.

BTW. I don`t see the dependency between `name` and `title` in your example
=========

Choose New Form Template|Swing Forms|JFrame.
Set _name_ property of JFrame to "FrameName".
Set _title_ property using Form Connection of Property Editor to property "title".
These changes are reflected in source code by folowing two lines

setTitle (Form.getName ());
setName ("FrameName");

which, of course, is not what user wants. The result should be

setName ("FrameName");
setTitle (Form.getName ());
Comment 1 Marek Grummich 2000-07-25 09:33:59 UTC
Priority is changed to P4 (normal).
Comment 2 Tomas Pavek 2002-11-05 16:24:26 UTC
changing resolution to wontfix
Comment 3 Tomas Pavek 2002-11-05 16:28:34 UTC
See issue 28426.
Comment 4 Quality Engineering 2003-07-02 16:49:25 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify
Comment 5 Quality Engineering 2003-07-02 17:20:21 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.