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 247591 - Can't navigate to declaration of string_name()
Summary: Can't navigate to declaration of string_name()
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-30 10:20 UTC by Vladimir Kvashin
Modified: 2016-10-31 10:42 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 Kvashin 2014-09-30 10:20:24 UTC
In file "syntaxname.h" in cafe source code, there is a pure virtual method string_name in syntax_name_component class. It is then overridden in a number of classes. It is defined in syntaxname.cpp. But when I click on *any* override, hyperlink do not lead me to definition.

I tried to reproduce this on a simple example, but failed - everything worked.