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 78405 - RE does not generate Aggregation relationships for Datatypes
Summary: RE does not generate Aggregation relationships for Datatypes
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks: 97838
  Show dependency tree
 
Reported: 2006-06-19 23:13 UTC by bugbridge
Modified: 2007-07-14 01:39 UTC (History)
1 user (show)

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 bugbridge 2006-06-19 23:13:07 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Original submitter: sunflower

Description:
Netbeans 5.5 Preview (build 2006.01.31)

Steps to reproduce:

- Create a java project
- Create 'pack' package in the java project
- Add the following class in to the 'pack' package

  package pack;

  public class Main {
    type.Type attribute;
  }

- Create UML Reverse Engineering java project associated with 
  the java project
- Expand 'type.Type' datatype element node in the UML
   model tree
  The 'Type' datatype doen't contain aggregation link
Comment 1 Alexandr Scherbatiy 2007-03-14 15:27:13 UTC
There should be a context menu that allows to show attributes as links
and association links as attributes.
Comment 2 Peter Lam 2007-03-20 23:21:36 UTC
low use case not currently impacting our installed user base.
Comment 3 Viktor Lapitski 2007-07-14 01:39:48 UTC
this is by design (see comments in IZ 97838). 
Providing of the "association/attribute" switch is an enhancement.