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 160016 - Creating sequence diagram from multiple operations
Summary: Creating sequence diagram from multiple operations
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Sequence (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 15:15 UTC by kretes
Modified: 2009-03-10 15:15 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 kretes 2009-03-10 15:15:20 UTC
That would be good to be able to create a sequence diagram for multiple operations (at least in the same class, but for
multiple would be also needed).

Imagine I have a public method that is traversing some collection and for each object do a private operation, which is
not complex, but should be shown on the main diagram as well.

By selecting multiple operations I would select this public and this specific private method, and generator would know,
that he must 'go into' the selected method and also create a diagram part.

Maybe the uml generator would need to know from which operation to start whole generating, but that may be done in some
small wizard.