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 - 4.5s - editor.java.JavaCompletionProvider$JavaCompletionQuery.resolveCompletion
Summary: 4.5s - editor.java.JavaCompletionProvider$JavaCompletionQuery.resolveCompletion
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-11-29 10:34 UTC by Exceptions Reporter
Modified: 2012-04-13 14:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171333


Attachments
nps snapshot (70.72 KB, application/nps)
2011-11-29 10:34 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.