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 157668 - create a diagram sequence from navigation session into the code
Summary: create a diagram sequence from navigation session into the code
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Sequence (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 14:15 UTC by ddv36a78
Modified: 2009-01-30 15:46 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 ddv36a78 2009-01-30 14:15:04 UTC
It would be nice to be able to do the following:
- while being into the code, select a class name and right-click to choose a menu entry like 'start a sequence diagram
session', then the class name is RE and put to create a first lifeline.
- each time a class name is selected, and right-clicked (through the selection of a specific entry menu), this class
goes through RE and a new associated lifeline is created 
- each time a method name is selected and right-clicked, a corresponding method call is associated with the last created
lifeline and the targeted lifeline will be the new class name to be right-clicked (or an empty lifeline is no class is
selected).
- the session ends while right-clicking and selecting the entry menu 'end sequence diagram session'

The goal is to create a sequence diagram just like navigating into the code.
Comment 1 Sergey Petrov 2009-01-30 15:46:54 UTC
currently we have re operation from model, but it create all objects used inside the operation and all calls, it was
discussed some kind of filter - wizard is reqired. this one looks similar.