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

Summary: Create package dependency diagram action
Product: uml Reporter: Craig Conover <conover>
Component: Diagram ClassAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.