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 104956 - Atrribute name is not generated for navigable aggregation link
Summary: Atrribute name is not generated for navigable aggregation link
Status: RESOLVED WORKSFORME
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-05-28 14:20 UTC by Alexandr Scherbatiy
Modified: 2007-07-03 21:32 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 Alexandr Scherbatiy 2007-05-28 14:20:06 UTC
build netbeans-6.0-nightly-200705250000-full-windows.exe
Steps to reproduce:

- Create A class element
- Create B class element
- Draw a navigable aggregation link from B to A
- Generate code for the UML project
  The attribute is generated without name
 ---------------------------------------------------
  public class B {

    private A;

  }
 ---------------------------------------------------
Comment 1 Viktor Lapitski 2007-07-03 21:32:00 UTC
i guess it was some issue with creation of an aggregation - i.e. it's part end didn't 
get named. In current trunk build i see that the part end is named correctly (and can't 
be made "empty-named")  and thus code is generated correctly as well.