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

Summary: Can't goto declaration of a template parameter
Product: cnd Reporter: _ gordonp <gordonp>
Component: Code ModelAssignee: nnnnnk <nnnnnk>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 105248, 136170    
Bug Blocks:    

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