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

Summary: UML2MOF Navigability Association
Product: java Reporter: garganti <garganti>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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.