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

Summary: Incorrect completion inside ::
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: Code CompletionAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.