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 118542 - Import JDK classes as class elements (not datatypes)
Summary: Import JDK classes as class elements (not datatypes)
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
: 78406 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-11 13:23 UTC by muzzz
Modified: 2008-07-08 22:41 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 muzzz 2007-10-11 13:23:58 UTC
Add a feature which allows a user to import (reverse engineer) JDK classes into a UML project as class elements, not
datatypes.

Currently (6.0 beta 1), reverse engineering a java project and generating a class diagram from it results in JDK classes
being shown as datatypes. This means that fields and methods of those classes are not visible. Likewise, any class using
them shows them as attributes instead of associations.

When a JDK class is a prime focus of a project, this behaviour does not suffice. For example, consider a project to
provide an easier to use wrapper around the java.nio.Selector class. Relationships between user class and java.nio
classes  would be just as important, if not more so, than relationships among user classes.
Comment 1 Trey Spiva 2008-07-08 22:41:37 UTC
*** Issue 78406 has been marked as a duplicate of this issue. ***