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 117837 - re-operation: boolean type is used instead of String for operation parameter type
Summary: re-operation: boolean type is used instead of String for operation parameter ...
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Kris Richards
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-10-04 19:40 UTC by Peter Lam
Modified: 2007-10-10 18:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
re-op sqd mismatch type (33.21 KB, image/png)
2007-10-04 19:42 UTC, Peter Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2007-10-04 19:40:14 UTC
this is a regression, maybe from the recent builds.
The operation parameter should be "String x" but "boolean x" is the result.

Repro steps:
- create a java project
- add a class with the following method and save the project
    public static void main(String[] args) {
        System.out.println("Hello World Java!");
    }
- reverse engineer the java project into a uml project
- reverse engineer operation the main method into the sequence diagram
see attached screenshot.
Comment 1 Peter Lam 2007-10-04 19:42:26 UTC
Created attachment 50218 [details]
re-op sqd mismatch type
Comment 2 Kris Richards 2007-10-09 01:12:29 UTC
OperationLocator.checkParameters was not stepping all the way through the possible parameters due to a condition orientation error.
Comment 3 Sherry Zhou 2007-10-10 18:34:14 UTC
verified in trunk build 20071010132728