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 142170

Summary: re-op: incorrect parameter type used for string text
Product: uml Reporter: Peter Lam <petersl>
Component: Reverse EngineeringAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Lam 2008-07-30 00:18:59 UTC
This problem also exists in NB 6.1.

Reverse engineer the 'test' operation and create a Sequence diagram

    void test(){
        System.out.println("Hello World!");
    }

The generated seq diagram shows the message operation as "float x" for the println parameter. It should be "String x"
instead.