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 80601 - Specifying Multiplicity ranges for an attribute has no effect in source code
Summary: Specifying Multiplicity ranges for an attribute has no effect in source code
Status: RESOLVED DUPLICATE of bug 80035
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-19 13:41 UTC by bugbridge
Modified: 2006-08-31 02:29 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 bugbridge 2006-07-19 13:41:07 UTC
Description:

Steps :
1. Create empty java project
2. Create java-platform UML project, choose codegen option and attach the java
project
3. Create a class diagram, add a class element to it, and name the class
4. Add an attribute to the class and name the attribute
5. Add multiplicity to the attribute (either from edit control or from the
properties window)
   by specifying the multilicity ranges.
6. Look in the source code.
   You will observe that the multilicty ranges have no impact on the source code.
Comment 1 Craig Conover 2006-08-10 21:43:57 UTC
This is a duplicate of issue 80035 which has been fixed. There is still some
ongoing work for Collection Override feature, but multiplicity changes are
propogated now.

*** This issue has been marked as a duplicate of 80035 ***
Comment 2 Andrew Korostelev 2006-08-11 17:02:54 UTC
this bug is no longer reproducible after 80035 is fixed.