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 79554

Summary: Association translation to Java
Product: uml Reporter: mohiri <mohiri>
Component: Code GenerationAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description mohiri 2006-07-02 10:59:15 UTC
Navigable associations translate in java code to a class attribute, and to the
corresponding getter/setters-methods.

A non-navigable association is not translated to java code at all.

I would expect it should translate to an attribute, but without getter/setters.
My understanding is, "navigable" means "navigable from outside the class".
Comment 1 George Vasick 2008-04-25 19:49:54 UTC
Swoitching from "feature" to "enhancement".  We use feature for release planning.