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 9658 - If generating bean patterns, java source hiearchy probably badly propagate changes
Summary: If generating bean patterns, java source hiearchy probably badly propagate ch...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-16 16:53 UTC by Petr Suchomel
Modified: 2007-09-26 09:14 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 Petr Suchomel 2001-02-16 16:53:18 UTC
If generating bean patterns, java source hiearchy probably badly propagate 
changes. 
Try new property set/get with some type, then change type to other one. Type in 
setter is unchanged and change is not propagated back to source hiearchy.
Comment 1 Svata Dedic 2001-02-16 18:07:12 UTC
MethodParameters were incorrectly treated as immutables inside the model implementation. Now they are all cloned on each getParameters() return (very ugly).
Comment 2 Jan Becicka 2001-02-21 15:33:20 UTC
[010220_1] Verified
Comment 3 Quality Engineering 2003-07-01 13:18:00 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.