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 50735 - UML2MOF Navigability Association
Summary: UML2MOF Navigability Association
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-22 10:45 UTC by garganti
Modified: 2004-10-22 14:02 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 garganti 2004-10-22 10:45:35 UTC
UML2MOF does not preserve the value of the
"isNavigable" attribute for the associations.
It sets all the "isNavigable" attributes to true
in the MOF XMI file for all the associations,
without checking the original value in the UML XMI
file.
Comment 1 Martin Matula 2004-10-22 14:02:44 UTC
This is not a bug. It conforms to the UML Profile for MOF at
http://mdr.netbeans.org/uml2mof/profile.html - navigability of
associations in the model is used to decide which ends should be
exposed by a reference if the org.omg.uml2mof.hasImplicitReferences
tagvalue is not set to false on a package representing the metamodel.