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 243997 - Navigation for overloaded operator << works wrongly
Summary: Navigation for overloaded operator << works wrongly
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
: 247271 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-04-22 13:14 UTC by Alexander Pepin
Modified: 2016-10-31 10:28 UTC (History)
1 user (show)

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 Alexander Pepin 2014-04-22 13:14:47 UTC
Steps to reproduce:
- create Quote sample
- open customer.h
- click on operator << with pressed Ctrl, the cursor navigates to definition of operator << in customer.cc
-  click in customer.cc on << with pressed Ctrl
Result: Nothing happens whereas it should navigate to << declaration in customer.h. At the same time if a user clicks on 'operator' then navigation works fine.
Comment 1 Vladimir Voskresensky 2014-11-19 12:40:54 UTC
confirmed
Comment 2 Vladimir Voskresensky 2014-11-20 12:08:58 UTC
*** Bug 247271 has been marked as a duplicate of this bug. ***