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 113670

Summary: duplicate getter/setter displayed for attribute on diagram
Product: uml Reporter: Peter Lam <petersl>
Component: General DiagramAssignee: Thuy.d Nguyen <thuydn>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: duplicate getter/setter

Description Peter Lam 2007-08-23 22:17:59 UTC
this is a regression. I got the latest build 070823-b2736 this morning.

Repro steps:
- create a java platform model project
- create a class diagram
- add and name a class on the diagram
- add and name an attribute to the class
Result: the 2nd set of getter/setter are displayed on for the newly added attribute. Deleting the attribute does remove
only one set of getter/setter leaving one extra set in the class. This seems to be only the display on the diagram. The
project tree shows no duplicate getter/setter. See attached screenshot.
Comment 1 Peter Lam 2007-08-23 22:23:30 UTC
Created attachment 47217 [details]
duplicate getter/setter
Comment 2 Thuy.d Nguyen 2007-08-24 17:53:47 UTC
This regression is caused by the fix for issue 78803.  
Fixed and integrated.
Comment 3 Peter Lam 2007-08-27 19:16:17 UTC
verified in build 070827-b2819