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 223505

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

Description mcdev1 2012-12-07 21:53:32 UTC
This bug was originally marked as duplicate of bug 200558, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
mcdev1: Typed "throw new IllegalS" and pressed control-space.



Maximum slowness yet reported was 4560 ms, average is 4560
Comment 1 mcdev1 2012-12-07 21:53:35 UTC
Created attachment 129068 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-12-10 12:48:41 UTC
Mílo, please notice the presence of about ten
[Was:org.netbeans.editor.GlyphGutter/org.netbeans.editor.GlyphGutter$8]	
threads. That is unlikely what you guys want, right?
Comment 3 David Strupl 2012-12-11 09:27:41 UTC
Dusan, please check the snapshot. Thanks.
Comment 4 Dusan Balek 2012-12-11 09:46:40 UTC
Time spent in the 'analyze' phase of the javac compilation that seems to be
competing for an IO with a native executor. As 'Please wait' is displayed in code completion meanwhile, closing as wontfix.