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

Summary: Navigation for overloaded operator << works wrongly
Product: cnd Reporter: Alexander Pepin <apepin>
Component: Code ModelAssignee: petrk
Status: NEW ---    
Severity: normal CC: soldatov
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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. ***