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 230566 - CodeCompletion took 2438 ms.
Summary: CodeCompletion took 2438 ms.
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-05-31 09:04 UTC by misterm
Modified: 2013-06-04 01:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201056


Attachments
nps snapshot (34.10 KB, application/nps)
2013-05-31 09:04 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-05-31 09:04:38 UTC
This issue was reported manually by sdedic.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20130312-3de7f424e7a8)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7
Maximum slowness yet reported was 2438 ms, average is 2438
Comment 1 misterm 2013-05-31 09:04:39 UTC
Created attachment 135167 [details]
nps snapshot
Comment 2 Martin Fousek 2013-06-03 07:08:50 UTC
CC is around 1.6s - not too much slow. In any case I added code for reusing created indexes which is called several times in the one code completion thread.

Improved/Fixed in web-main #61459761c622.
Comment 3 Quality Engineering 2013-06-04 01:47:37 UTC
Integrated into 'main-golden', will be available in build *201306032301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/61459761c622
User: Martin Fousek <marfous@netbeans.org>
Log: #230566 - CodeCompletion took 2438 ms.