Sergey Dyachenko created NETBEANS-1750:
------------------------------------------
Summary: C++ templated using typedefs are not found with Go to
Symbol / Go to Type
Key: NETBEANS-1750
URL: https://issues.apache.org/jira/browse/NETBEANS-1750
Project: NetBeans
Issue Type: Bug
Components: cnd - Code Model, cnd - Navigation, cnd - Other
Affects Versions: 8.2
Environment: Windows 7, NetBeans IDE 8.2 64bit.
Reporter: Sergey Dyachenko
Example:
{{template <class T_geom_slice>}}
{{class Cv_Data_Separate_Buffers: private boost::noncopyable}}
{{{...}}}
{{...}}{{template <class T_geom_slice>}}
{{using Cv_Data = Cv_Data_Separate_Buffers<T_geom_slice>;}}
Cv_Data usage (Find Usages) is found OK.
But Cv_Data is NOT found with Go to Symbol / Go to Type.
I do not know any way to navigate to Cv_Data in NetBeans C++ (without direct
hyperlink form usage place).
{{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.
The problem occurs only for
{{template <...> }}{{using A = B<...>;}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists