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 98359 - RE Operation: Array element method is called from unnamed Lifeline
Summary: RE Operation: Array element method is called from unnamed Lifeline
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-20 15:34 UTC by Alexandr Scherbatiy
Modified: 2007-05-21 23:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Unnamed Lifeline (22.29 KB, image/png)
2007-03-20 15:36 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2007-03-20 15:34:37 UTC
Steps to reproduce:

- Reverse engineer the 'test' method and create a Sequence diagram:
--------------------------------------------------------
   void test(String[] m){
        String str = m[0].toLowerCase();
    }
--------------------------------------------------------
 The 'toLowerCase()' message is connected to ':String' Lifeline.
 The name of the Lifeline is missed.
 It is a regression from fix of issue 78375
Comment 1 Alexandr Scherbatiy 2007-03-20 15:36:19 UTC
Created attachment 39705 [details]
Unnamed Lifeline
Comment 2 Peter Lam 2007-03-20 23:26:50 UTC
low use case not currently impacting our installed user base.
Comment 3 Peter Lam 2007-03-21 00:55:00 UTC
ops, ignore the comment. updated wrong bug since this is not for NB5.5.
Comment 4 Trey Spiva 2007-05-21 23:11:32 UTC
This is by design.  I can not think of anything better to put for the instance name.