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 98238 - RE: Navigate to Source does not work for method which uses generic in parameter type
Summary: RE: Navigate to Source does not work for method which uses generic in paramet...
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-19 17:48 UTC by Andrew Korostelev
Modified: 2007-05-22 11:30 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 Andrew Korostelev 2007-03-19 17:48:59 UTC
If operation uses generic to parameterize parameter's type, 
Navigate to Source does not work.

- create java project with operation like:
void add(Vector<String> name){}
- RE java project into uml project
- invoke 'Navigate to source' for generated 
void add (String name[0..*])
operation.
It doesn't work.
Comment 1 Andrew Korostelev 2007-03-19 17:50:20 UTC
there is a related case with generic describing, when Navigate To source works -
issue 78393.
Comment 2 Andrew Korostelev 2007-03-19 17:52:23 UTC

*** This issue has been marked as a duplicate of 94936 ***
Comment 3 Peter Lam 2007-05-19 01:13:25 UTC
This issue works now but issue 94936 is not so I'm separating this issue from
issue 94936.
Comment 4 Peter Lam 2007-05-19 01:14:20 UTC
separating issue from issue 94936.
Comment 5 Peter Lam 2007-05-19 01:15:39 UTC
already fixed.
Comment 6 Peter Lam 2007-05-19 01:16:33 UTC
verified in griffin patch.