Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-1750

C++ templated using typedefs are not found with Go to Symbol / Go to Type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 8.2
    • None
    • None
    • Windows 7, NetBeans IDE 8.2 64bit.

    Description

      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 or full text search).

      Cv_Data_Separate_Buffers and any ordinary typedefs are found OK.

      The problem occurs only for A with Go to Symbol / Go to Type in

      template <...> using A = B<...>;

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            dyachenko.sergey Sergey Dyachenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: