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 97557 - RE Operation: Constructors are not properly reverse engineered
Summary: RE Operation: Constructors are not properly reverse engineered
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Kris Richards
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-09 12:06 UTC by Alexandr Scherbatiy
Modified: 2007-09-19 21:37 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 Alexandr Scherbatiy 2007-03-09 12:06:06 UTC
Steps to reproduce:

- Reverse engineer the 'Test()' constructor from the 'Test' class
  and create a Sequence diagram:
  --------------------------------------------------------
  public class Test {
    
    public Test() {
        System.out.println("Hello World!");
    }
    
  }
  --------------------------------------------------------

 - The diagram contains only 'self:Test' lifeline.
   All others lifelines and messages are missed.
Comment 1 Peter Lam 2007-03-20 23:28:34 UTC
low use case not currently impacting our installed user base.
Comment 2 Kris Richards 2007-06-27 19:15:26 UTC
fixed by previous work.
Comment 3 Peter Lam 2007-09-19 21:37:50 UTC
verified in instrumented build 200709180324.