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 139560 - can't go to definition of template class method
Summary: can't go to definition of template class method
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: nnnnnk
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-07-10 10:43 UTC by Alexey Vladykin
Modified: 2008-07-16 14:39 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 Alexey Vladykin 2008-07-10 10:43:35 UTC
template<class T> class C {
    C(); // go to definition does not work
};

template<class T> C<T>::C() {} // go to declaration works

This is regression caused by fix for IZ 138903.