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 139079 - Hyperlink for operators
Summary: Hyperlink for operators
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
: 155703 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-05 14:26 UTC by avp
Modified: 2014-04-01 11:42 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description avp 2008-07-05 14:26:04 UTC
When in class was override some operators ( * . << >> and others ) hyperlink can't go to the corresponding functions
(implementing overriding)

class A
{
 ... << ...
}

code
...

 A a;

 A << ...
 // ^ here must be a possibility call hyperlink to method "A::operator <<"
Comment 1 Alexey Vladykin 2010-05-21 08:06:40 UTC
*** Bug 155703 has been marked as a duplicate of this bug. ***
Comment 2 Alexey Vladykin 2010-05-21 08:07:27 UTC
Don't forget about "operator ()"
Comment 3 Alexander Simon 2014-04-01 11:42:24 UTC
Operator << and delete are hyper linkable