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 92806 - source code not generated for association class
Summary: source code not generated for association class
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
: 147173 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-19 02:09 UTC by Peter Lam
Modified: 2008-09-15 17:18 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 Peter Lam 2007-01-19 02:09:37 UTC
Repro steps:

1) Create UML Java-Platform project
2) Create class diagram with two classes named Customer and Product
3) Select Association Class in the diagram palette, and draw link from Customer
to Product: the new association class is created - name it Order

Generate source code and open the souces. No association relationship is shown
in the source for Customer and Prodcut relating to the association class.

Here are the generated sources:

public class Customer {
    public Customer() {
    }
}


public class Product {
    public Product() {
    }
}
Comment 1 Peter Lam 2007-06-13 08:04:04 UTC
related to issue 106213 filed by external user.
Comment 2 Peter Lam 2008-09-15 17:18:39 UTC
*** Issue 147173 has been marked as a duplicate of this issue. ***