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 - re-op: incorrect parameter type used for string text
Summary: re-op: incorrect parameter type used for string text
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-30 00:18 UTC by Peter Lam
Modified: 2009-05-25 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.