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 209666

Summary: CodeCompletion took 18685 ms.
Product: editor Reporter: David Strupl <dstrupl>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal CC: epdv, gorrus
Priority: P3 Keywords: PERFORMANCE
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185946
Attachments: nps snapshot

Description David Strupl 2012-03-16 14:56:46 UTC
This bug was originally marked as duplicate of bug 204819, 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 201203150400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11D50b
OS: Mac OS X

User Comments:
dstrupl: Tried code completion after the IDE was long idle.



Maximum slowness yet reported was 18685 ms, average is 18685
Comment 1 David Strupl 2012-03-16 14:56:49 UTC
Created attachment 116803 [details]
nps snapshot
Comment 2 Dusan Balek 2012-03-30 11:22:37 UTC
Code completion is slow due to extremely slow IO (caused by running HG - as can be seen from the attached snapshot). Closing as WONTFIX.