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 226068

Summary: [74cat] CodeCompletion took 6427 ms.
Product: cnd Reporter: kosmonaffft
Component: Code CompletionAssignee: issues@cnd <issues>
Status: CLOSED DUPLICATE    
Severity: normal CC: crimcat, tbrunhoff
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 182803
Attachments: nps snapshot

Description kosmonaffft 2013-02-13 14:26:28 UTC
Build: NetBeans IDE Dev (Build 201302102300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 8

User Comments:
crimcat: std::string cmd;
Then I tried to get possible completions list from
cmd.co

tbrunhoff: Typing one more letter in a member variable while in autocomplete.

GUEST: ( JDK: 1.7.0_1; OS: Fedora 16 x86 )

#include <string>
using namespace std;
int main(int argc, char** argv) {
    string str;
    s.
}

GUEST: Looking for 'string' class completion candidates after including 'cstring'



Maximum slowness yet reported was 10192 ms, average is 5714
Comment 1 kosmonaffft 2013-02-13 14:26:32 UTC
Created attachment 131349 [details]
nps snapshot
Comment 2 Alexander Simon 2013-08-16 11:24:35 UTC

*** This bug has been marked as a duplicate of bug 222291 ***