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 91474

Summary: RE operations should create sequence diagrams with specific method calls
Product: uml Reporter: Sergey Petrov <sj-nb>
Component: Reverse EngineeringAssignee: Kris Richards <krichard>
Status: NEW ---    
Severity: blocker CC: tspiva
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Sergey Petrov 2006-12-22 13:20:23 UTC
reproducible with 061213

RE operations should create sequence diagrams with specific method calls instead
of method signatures. It have no sense to see several calls of 'private int
vvv(long ttt)' in row when information should be in vvv(1), vvv(2) etc.

see also http://www.netbeans.org/issues/show_bug.cgi?id=82874 where the issue
was described as a second issue.
Comment 1 Trey Spiva 2007-01-24 20:55:07 UTC
We show only operations, not the parameter instances.  

I am marking this as an enhancement, since this was the way the tool was designed.  This is a useful 
request that we should add to the tool.
Comment 2 Kris Richards 2007-03-01 22:05:22 UTC
*** Issue 95935 has been marked as a duplicate of this issue. ***