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 219682 - CodeCompletion took 8486 ms.
Summary: CodeCompletion took 8486 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-10-08 07:47 UTC by medeag
Modified: 2012-10-19 09:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193217


Attachments
nps snapshot (88.32 KB, application/nps)
2012-10-08 07:48 UTC, medeag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description medeag 2012-10-08 07:47:55 UTC
This bug was originally marked as duplicate of bug 214760, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201210070002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b06
OS: Windows 7

User Comments:
medeag: code completion



Maximum slowness yet reported was 8486 ms, average is 8486
Comment 1 medeag 2012-10-08 07:48:00 UTC
Created attachment 125561 [details]
nps snapshot
Comment 2 Dusan Balek 2012-10-19 09:21:02 UTC
Code completion is waiting for ClassIndex.getElements(...) which seems to be slow due to slow IO at the moment. Nothing to fix on the code completion side. 'Please wait' should be displayed meanwhile. Closing as WONTFIX.