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

Summary: Operation's return type is not populated in RE-model tree
Product: uml Reporter: bugbridge <bugbridge>
Component: Reverse EngineeringAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: methodReturnType.jpg
screen.png

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