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 94947 - Setting namespace of parameter in definition when not set in declaration leeds to double entries in Class View
Summary: Setting namespace of parameter in definition when not set in declaration leed...
Status: CLOSED DUPLICATE of bug 76032
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-08 12:07 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-08 12:07:22 UTC
Create code:
void f(string a);

void f(std::string a) {}

In Class View both variants are presented:
f(string a)
f(std::string a)
Comment 1 Alexander Ioffe 2007-02-08 16:09:29 UTC

*** This issue has been marked as a duplicate of 76032 ***