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 198636

Summary: LowPerformance took 25014 ms.
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED INVALID    
Severity: normal CC: m_potociar, _m4c0_
Priority: P3 Keywords: PERFORMANCE
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 162396
Attachments: nps snapshot

Description Exceptions Reporter 2011-05-16 14:15:05 UTC
Build: NetBeans IDE Dev (Build 20110408-a27c9843f4ec)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02-334, Java(TM) SE Runtime Environment, 1.6.0_24-b07-334-10M3326
OS: Mac OS X

User Comments:
_m4c0_: * editing a pom
* changed from <version>1.1.0-SNAPSHOT</version> to <version>1.1.0/version> (notice the invalid XML syntax) and tryed to correct by typing a "<"

GUEST: cc1



Maximum slowness yet reported was 25014 ms, average is 10781
Comment 1 Exceptions Reporter 2011-05-16 14:15:13 UTC
Created attachment 108322 [details]
nps snapshot
Comment 2 Dusan Balek 2011-05-17 09:33:44 UTC
Strange, the attached nps snapshot shows the AWT event thread blocked in Tread.sleep(...) called from JavaCompletionProvider.createTask(). However there is no such call in JavaCompletionProvider's source. Closing as INVALID.