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 246186 - Navigation for an object with overloaded operator() doesn't work properly
Summary: Navigation for an object with overloaded operator() doesn't work properly
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-01 10:33 UTC by fijiol
Modified: 2016-11-01 10:35 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 fijiol 2014-08-01 10:33:55 UTC
There is some class aaa with overloaded operator()

Instead jumping to definition by click on bbb() it jumps to declaration class aaa

  aaa bbb;
  bbb();