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 96168 - Function with the existent signature should be also shown in CLass View
Summary: Function with the existent signature should be also shown in CLass View
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-21 14:46 UTC by Alexander Ioffe
Modified: 2013-05-17 14:00 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 Alexander Ioffe 2007-02-21 14:46:04 UTC
Create Two header files: a.h and b.h
create the same code in both of them:
void f();

Only one f() shown in CLass view. Should be two f()
As example one can view the litesql project:
 It has two main functions
The first one in main branch and
the second in examples
Comment 1 Vladimir Kvashin 2007-05-14 10:09:09 UTC
Fixed earlier by Alexander Simon:
though class view still shows such functions only once,
it allows to navigate to all declarations (via a submenu)
Comment 2 alexandrov 2007-12-13 03:03:13 UTC
verified in build 20071212, but related to this issue 123925 were created