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 181584 - [69cat] CodeCompletion took 80161340 ms
Summary: [69cat] CodeCompletion took 80161340 ms
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@performance
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-03-05 08:48 UTC by Exceptions Reporter
Modified: 2011-05-25 11:40 UTC (History)
33 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 166032


Attachments
nps snapshot (256.00 KB, application/nps)
2010-03-05 08:48 UTC, Exceptions Reporter
Details
nps snapshot (256.00 KB, application/nps)
2010-03-05 14:04 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-03-05 08:48:49 UTC
Build: NetBeans IDE Dev (Build 100303-c2df0a095cce)
VM: Java HotSpot(TM) Client VM, 1.6.0_05-ea-b04, Java(TM) SE Runtime Environment, 1.6.0_05-ea-b04
OS: Linux
Maximum slowness yet reported was 80161340 ms, average is 80161340
Comment 1 Exceptions Reporter 2010-03-05 08:48:56 UTC
Created attachment 94802 [details]
nps snapshot
Comment 2 Jan Lahoda 2010-03-05 08:52:39 UTC
The code completion certainly did not take 80161340ms (more than 22 hours). I used CC many times on many files in last 22 hours. So this seems like a bug in the time measurement, which needs to be fixed.
Comment 3 misterm 2010-03-05 14:04:25 UTC
Created attachment 94818 [details]
nps snapshot
Comment 4 Jindrich Sedek 2010-03-10 03:19:49 UTC
The problem with incorrect times was fixed by Jarda in 9bdb5c4590e7.
Comment 5 misterm 2010-03-16 15:18:57 UTC
As # 353776 shows, the issue hasn't been resolved yet.
Comment 6 Michel Graciano 2010-03-17 19:31:22 UTC
(In reply to comment #5)
> As # 353776 shows, the issue hasn't been resolved yet.
Same for # 354697
Comment 7 Jaroslav Tulach 2010-03-25 09:48:48 UTC
core-main#771ae58c5840
Comment 8 Quality Engineering 2010-03-26 05:28:54 UTC
Integrated into 'main-golden', will be available in build *201003260201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/771ae58c5840
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #181584: I have to say I don't know where the huge numbers come from, but at least let's sieve them out
Comment 9 misterm 2010-03-26 13:15:05 UTC
This simply means code completion slowness reports won't get generated anymore, since all the ones that I've got for around two weeks showed the wrong time when submitted, but showed the right time on the status bar. Is it really what you want?