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 211969 - Incorrect completion inside ::
Summary: Incorrect completion inside ::
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 7.2
Hardware: All All
: P4 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-02 13:43 UTC by Egor Ushakov
Modified: 2014-11-21 14:03 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 Egor Ushakov 2012-05-02 13:43:04 UTC
try codecompletion in the code between the colons:
namespace A {
   class B {};
   A::B c;
}
gives:
B
c A::B
but should be empty.