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

Summary: Modify attribute type in diagram does not update getter/setter
Product: uml Reporter: Joanne Lau <j_lau>
Component: Diagram ClassAssignee: Thuy.d Nguyen <thuydn>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

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.