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 82848 - Create package dependency diagram action
Summary: Create package dependency diagram action
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 01:42 UTC by Craig Conover
Modified: 2006-09-20 00:49 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 Craig Conover 2006-08-17 01:42:36 UTC
It would be nice to have an action on the Model (default package) node and
Package nodes that creates a class diagram based on all classes, interfaces,
enums, datatypes, etc., and those elements' dependencies, in the selected Model
(default package)/Package node.

A dialog should be displayed, to:
1) confirm action, because it could be a long process for pacakge with lots of
elements and dependencies
2) allow the modeler to filter based on element types (class, interface, etc)

This is similar in scope to issue 82847 and can reuse some of the same code.