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 90409 - RE shows some object types as attributes on elements
Summary: RE shows some object types as attributes on elements
Status: RESOLVED WONTFIX
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:
 
Reported: 2006-12-01 09:18 UTC by Alexandr Scherbatiy
Modified: 2007-10-19 21:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ListClass java class (1.22 KB, text/plain)
2006-12-01 09:22 UTC, Alexandr Scherbatiy
Details
Diagram snapshot (103.35 KB, image/png)
2006-12-01 09:25 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2006-12-01 09:18:20 UTC
Steps to reproduce:

Only primitive java data types should be shown as attributes on elements.

Steps to reproduce:

- Reverse engineer the attached 'ListClass' java class
- Generate a Class diagram for 'pack|ListClass' and 'pack|ListClass|Node'
   elements
   There is 'package Object element' attribute on the 'Node' element.
   There should be a relationship between 'Node' class and 'Object' datatype.

  See attached snap-shot.
Comment 1 Alexandr Scherbatiy 2006-12-01 09:22:20 UTC
Created attachment 36413 [details]
ListClass java class
Comment 2 Alexandr Scherbatiy 2006-12-01 09:25:07 UTC
Created attachment 36414 [details]
Diagram snapshot
Comment 3 Kris Richards 2006-12-18 23:41:39 UTC
we decided to not create relationship to certain Java types like Object and String. The reason is because we 
would be creating a ton of relationships. Especially generalizations to Object