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

Summary: CodeCompletion took 8486 ms.
Product: java Reporter: medeag
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal CC: trozzonick
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 193217
Attachments: nps snapshot

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.