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 138859 - Modify attribute type in diagram does not update getter/setter
Summary: Modify attribute type in diagram does not update getter/setter
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords: REGRESSION
: 136942 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-02 19:16 UTC by Joanne Lau
Modified: 2008-07-14 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (65.96 KB, image/png)
2008-07-02 19:17 UTC, Joanne Lau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joanne Lau 2008-07-02 19:16:02 UTC
Build: 080702

- Create a class in the diagram
- Create an attribute in the class
- In the diagram, modify the type of attribute e.g. change it to double
  Notice that the getter/setter methods weren't updated in the diagram
  However the changes are correctly updated in both the projects tree and the properties window
Comment 1 Joanne Lau 2008-07-02 19:17:54 UTC
Created attachment 63839 [details]
screenshot
Comment 2 Trey Spiva 2008-07-08 20:57:32 UTC
*** Issue 136942 has been marked as a duplicate of this issue. ***
Comment 3 Thuy.d Nguyen 2008-07-11 21:48:50 UTC
Fixed.

changeset b6c1e331b69e in uml-main
details: http://hg.netbeans.org/uml-main?cmd=changeset;node=b6c1e331b69e
description:
	Fix issues 139540, 138859.
Comment 4 Thuy.d Nguyen 2008-07-14 18:51:44 UTC
Reviewed.
Comment 5 Peter Lam 2008-07-14 20:13:23 UTC
verified in build 20080714. getter/setter are now updated, but not updated in properties window which is a separate bug.