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 93680 - attribute multiplicity is not shown if added in edit control after attribute creation
Summary: attribute multiplicity is not shown if added in edit control after attribute ...
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-01-31 15:30 UTC by Andrew Korostelev
Modified: 2007-02-08 16: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 Andrew Korostelev 2007-01-31 15:30:47 UTC
verified in all-nbms-griffin-070130_5
reproducible after fix of issue 83001

If user adds attribute multiplicity in edit control not during attribute
creation, but after attribute is already created, it will not be shown on
diagram element.

steps:
- create java-model project.
- create class diagram with class element
- add attribute and press enter.
- double-click on attribute to open edit control.
- add multiplicity to attribute in edit control.

multiplicity is added to properies, but:
* it is not shown on diagram
* it is not propagated to getter/setter (issue 83001)
Comment 1 Andrew Korostelev 2007-02-01 15:02:05 UTC
issue is a regression since Coco.
in Coco attribute multiplicity was shown correctly.
Comment 2 Craig Conover 2007-02-07 00:06:56 UTC
I fixed this as part of regression from 83001.
Comment 3 Andrew Korostelev 2007-02-08 16:14:13 UTC
verified in all-nbms-griffin-070207_9