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 121394 - RE Operation: Missing message for getClass()
Summary: RE Operation: Missing message for getClass()
Status: RESOLVED FIXED
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: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-11-07 17:34 UTC by Sherry Zhou
Modified: 2009-01-26 18:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Java project (17.46 KB, application/octet-stream)
2007-11-07 17:37 UTC, Sherry Zhou
Details
screen shot (20.05 KB, image/png)
2007-11-07 17:37 UTC, Sherry Zhou
Details
screen shot (20.05 KB, image/png)
2007-11-07 17:38 UTC, Sherry Zhou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sherry Zhou 2007-11-07 17:34:37 UTC
trunk build 20071106

1. Open the attached java project
2. RE TestConditionIf.java
3. RE operation  testConditionIf2
-- Notice that getClass() message missing in the SQD. See attachment for the screenshot.

But  in step 2 if I RE whole java project, the SQD for testConditionIf2 opteration looks right. getClass() message
shows in the diagram.
Comment 1 Sherry Zhou 2007-11-07 17:37:20 UTC
Created attachment 52675 [details]
Java project
Comment 2 Sherry Zhou 2007-11-07 17:37:57 UTC
Created attachment 52676 [details]
screen shot
Comment 3 Sherry Zhou 2007-11-07 17:38:20 UTC
Created attachment 52677 [details]
screen shot
Comment 4 Sergey Petrov 2009-01-26 18:09:38 UTC
both screenshots contein both getClass calls, also in 6.5 I got both getClass() self messages,
either issue isn't valid or fixed or I miss  something.