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

Summary: RE Operation: Array element method is called from unnamed Lifeline
Product: uml Reporter: Alexandr Scherbatiy <sunflower>
Component: Reverse EngineeringAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Unnamed Lifeline

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.