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 - [74cat] CodeCompletion took 6427 ms.
Summary: [74cat] CodeCompletion took 6427 ms.
Status: CLOSED DUPLICATE of bug 222291
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-02-13 14:26 UTC by kosmonaffft
Modified: 2013-09-02 10:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182803


Attachments
nps snapshot (210.09 KB, application/nps)
2013-02-13 14:26 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***