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 160013 - Creating sequence diagram from operation gives uncontinous lifetime
Summary: Creating sequence diagram from operation gives uncontinous lifetime
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:05 UTC by kretes
Modified: 2009-05-25 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
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:05:38 UTC
When doing a 'create sequence diagram for selected element' on an operation in class - the diagram has it's lifetime in
pieces.
Because it's one, synchronous operation - this should be one.

Or at least there should be a way of merging two neighbour calls.
Comment 1 Sergey Petrov 2009-03-10 15:20:07 UTC
in my opinion it's more like presentation options instead of defect, each synch call inside an operation may be
considered as call itself or as part of one execution specification.
it may be good to allow merging, but it also require good handling for splitting. in 6.1 there was number of isses with
split after occasional merge.