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 119403

Summary: Operation names are missing from messages on sequence diagrams created via reverse engineering.
Product: uml Reporter: Sherry Zhou <sherryzhou>
Component: Reverse EngineeringAssignee: Kris Richards <krichard>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: SQD

Description Sherry Zhou 2007-10-18 19:03:48 UTC
beta2 build 200710172300

RE method below and create SQD. Messages are missing. See the attachment

 public void testConditionIf2(){
        Method[] method = getClass().getMethods();
        if ( method != null && method.length > 0){
            System.out.println(method[0].getName());
        }else{
            System.out.println(getClass().getName());
        }
    }
Comment 1 Sherry Zhou 2007-10-18 19:05:06 UTC
Created attachment 51238 [details]
SQD
Comment 2 George Vasick 2007-10-19 21:50:29 UTC
Appears to already be fixed in trunk.  Please verify.  Thanks.
Comment 3 Peter Lam 2007-10-24 00:50:07 UTC
verified in build 20071023-b4116. 
lifeline for variable "length" was created as a representing classifier. will be tracked in a separate issue.