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 205643

Summary: 4.5s - editor.java.JavaCompletionProvider$JavaCompletionQuery.resolveCompletion
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal CC: janario
Priority: P3 Keywords: PERFORMANCE
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171333
Attachments: nps snapshot

Description Exceptions Reporter 2011-11-29 10:34:09 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows 7
Maximum slowness yet reported was 4650 ms, average is 3862
Comment 1 Exceptions Reporter 2011-11-29 10:34:12 UTC
Created attachment 113609 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2011-12-05 10:30:07 UTC
The attached snapshot shows all the time being occupied by
org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.resolveCompletion()	100.0	3828 ms (100%)	3828 ms	1
Comment 3 Dusan Balek 2012-04-13 14:38:18 UTC
The attached snapshot shows also that JavaCompletionProvider$JavaCompletionQuery.resolveCompletion() is slow due to an extremely slow IO.