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 82888 - Operation's return type is not populated in RE-model tree
Summary: Operation's return type is not populated in RE-model tree
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 10:55 UTC by bugbridge
Modified: 2006-08-31 04:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
methodReturnType.jpg (153.53 KB, image/jpeg)
2006-08-17 10:57 UTC, Alexandr Scherbatiy
Details
screen.png (202.71 KB, image/png)
2006-08-17 10:58 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2006-08-17 10:55:43 UTC
Description:

I have a class with method with signature "public Inner myOperation()".
When reverse engineered, in the RE-model tree, the first node under the method
node represents the "Method return type". Its always empty (no label), and 
I was expected it to be "Inner".

  ***

Just tested with latest buzz daily build.
As can be seen in the picture (methodReturnType.jpg) the method's
return type node has  label "Parameter". 
It should be "MethodReturnType".
Comment 1 Alexandr Scherbatiy 2006-08-17 10:57:26 UTC
Created attachment 33014 [details]
methodReturnType.jpg
Comment 2 Alexandr Scherbatiy 2006-08-17 10:58:01 UTC
Created attachment 33015 [details]
screen.png