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 90946 - RE does not store information about method generic type declaration
Summary: RE does not store information about method generic type declaration
Status: RESOLVED DUPLICATE of bug 80928
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-12 12:23 UTC by Alexandr Scherbatiy
Modified: 2007-10-19 21:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IVectorSpaceDimN java class (382 bytes, text/plain)
2006-12-12 12:24 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2006-12-12 12:23:55 UTC
Steps to reproduce:

- Reverse engineer the attached IVectorSpaceDimN java class to UML project
- Go to the property of 
 'multidimensional|math|core|space|IVectorSpaceDimN|innerProduct' method
 The property does not contain information about 'TVectorSpaceDimN' generic type

- Generate code for the UML project
  The generated java code is not compiled:
  -----------------------------------------------------------------------
 
JavaApplication1-ModelSources\src\multidimensional\math\core\space\IVectorSpaceDimN.java:9:
  cannot find symbol
  symbol  : class TVectorSpaceDimN
  location: interface multidimensional.math.core.space.IVectorSpaceDimN<TDimN>
     public double innerProduct(IVectorDimN<TVectorSpaceDimN> vector1,
IVectorDimN<TVectorSpaceDimN> vector2);
 
JavaApplication1-ModelSources\src\multidimensional\math\core\space\IVectorSpaceDimN.java:9:
cannot find symbol
  symbol  : class TVectorSpaceDimN
  location: interface multidimensional.math.core.space.IVectorSpaceDimN<TDimN>
      public double innerProduct(IVectorDimN<TVectorSpaceDimN> vector1,
IVectorDimN<TVectorSpaceDimN> vector2);
  2 errors
  -----------------------------------------------------------------------
Comment 1 Alexandr Scherbatiy 2006-12-12 12:24:55 UTC
Created attachment 36614 [details]
IVectorSpaceDimN  java class
Comment 2 Kris Richards 2006-12-19 00:15:49 UTC
This will be corrected when the current RE Parser technology is chnaged.
Comment 3 George Vasick 2007-05-18 19:16:27 UTC
Needs to be verified in NB 6.0.
Comment 4 Viktor Lapitski 2007-07-18 01:33:09 UTC

*** This issue has been marked as a duplicate of 80928 ***