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

Summary: create a diagram sequence from navigation session into the code
Product: uml Reporter: ddv36a78 <ddv36a78>
Component: Diagram SequenceAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.