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 95935 - RE Operation: Constructors are not shown on create messages
Summary: RE Operation: Constructors are not shown on create messages
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 14:13 UTC by Alexandr Scherbatiy
Modified: 2009-05-25 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
view of first problem noted (23.40 KB, image/png)
2007-03-01 21:17 UTC, Kris Richards
Details
image of second image mentioned (23.99 KB, image/png)
2007-03-01 21:18 UTC, Kris Richards
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2007-02-19 14:13:59 UTC
Steps to reproduce:
- Reverse Engineer the test1 method:
------------------------------------------------------
    void test1(){
        Thread thread1 = new Thread();
        Thread thread2 = new Thread("MyThread");
    }
------------------------------------------------------
The create messages are created without constructors signatures.

- Reverse Engineer the test2 method:
------------------------------------------------------
    void test2(){
        List list = new LinkedList();
        list = new ArrayList();
        list = new Vector(); 
    }
------------------------------------------------------
The create messages do not have information about constructors.
Comment 1 Kris Richards 2007-03-01 21:17:32 UTC
Created attachment 39074 [details]
view of first problem noted
Comment 2 Kris Richards 2007-03-01 21:18:29 UTC
Created attachment 39075 [details]
image of second image mentioned
Comment 3 Kris Richards 2007-03-01 22:05:23 UTC
parameters are noted in the calls. See comments on 91474.

*** This issue has been marked as a duplicate of 91474 ***
Comment 4 Alexandr Scherbatiy 2007-03-07 13:53:28 UTC
The issue is reopened according to iteam decision.

1. The attached image is incorrect because of issue 78355 fix.
2. Create messages do not contain constructors signatures.
  So there is no way to distinguish which constructor was invoked
  ( constructor parameters number and parameters types are not visible).
Comment 5 Peter Lam 2007-03-20 23:28:46 UTC
low use case not currently impacting our installed user base.
Comment 6 Kris Richards 2007-06-27 22:17:09 UTC
changing to P3 (might need to be P4). This is working as designed. 
Comment 7 George Vasick 2008-06-10 17:13:39 UTC
Removing obsolete assignments.  Bugs will be reassigned for M2.