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 - Association translation to Java
Summary: Association translation to Java
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-02 10:59 UTC by mohiri
Modified: 2008-04-25 19:49 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.