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 258241 - Go To Symbol doesn't work for functions defined in namespaces
Summary: Go To Symbol doesn't work for functions defined in namespaces
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-04 12:09 UTC by Vladimir Voskresensky
Modified: 2016-04-18 14:33 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 Vladimir Voskresensky 2016-03-04 12:09:50 UTC
open JConvert.
open ConvertUtils.cpp
find function ConvertUtils::addAnnotation
ConvertUtils is a namespace.
Try to "Go To Symbol" for addAnnotation =>  ConvertUtils::addAnnotation is not found

strange thing is that i.e. indentLines function from unnamed namespace (defined on top of ConvertUtils.cpp) can be found by "Go To Symbol"
Comment 1 Alexander Simon 2016-03-04 13:55:39 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/45f24c254aa3
Comment 2 Vladimir Voskresensky 2016-03-04 14:45:43 UTC
Verified! Thanks a lot!
Comment 3 Quality Engineering 2016-03-05 02:28:33 UTC
Integrated into 'main-silver', will be available in build *201603050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/45f24c254aa3
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258241 Go To Symbol doesn't work for functions defined in namespaces