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 87673 - Can't goto declaration of a template parameter
Summary: Can't goto declaration of a template parameter
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on: 105248 136170
Blocks:
  Show dependency tree
 
Reported: 2006-10-20 17:57 UTC by _ gordonp
Modified: 2008-06-08 10:04 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 _ gordonp 2006-10-20 17:57:32 UTC
> Can't go to declaration of a template parameter. When I Ctrl-click on T
> inside foo(), it should go to first line of the code below:
> 
> template <class T>
> class Foo
> {
> public:
>    void foo(T& t) { t++; T local_var; }
> };
Comment 1 Alexander Simon 2008-06-08 10:03:48 UTC
Not reproducible now.
May be fixed during "model_accuracy" task.
Comment 2 Alexander Simon 2008-06-08 10:04:46 UTC
fixed in IZ#136170