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 136161 - completion in parameter does not contain namespaces
Summary: completion in parameter does not contain namespaces
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks: 134091
  Show dependency tree
 
Reported: 2008-05-30 13:22 UTC by Alexander Simon
Modified: 2008-06-03 04:10 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 Simon 2008-05-30 13:22:08 UTC
Test case:
---------------------
namespace util {
    struct AAA{};
}
namespace example {
    int boo(const util::AAA);
    using namespace util;
    int foo(const util::AAA);
}
---------------------
Expected "util" item in completion in both methods' parameters.
Comment 1 Alexander Simon 2008-05-30 13:54:42 UTC
fixed
http://hg.netbeans.org/main/rev/686a343a2c2e
Comment 2 Quality Engineering 2008-06-03 04:10:31 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #234 build
Changeset: http://hg.netbeans.org/main/rev/686a343a2c2e
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed: IZ#136161:completion in parameter does not contain namespaces