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 226798 - org.netbeans.modules.editor.indent.TaskHandler$MimeItem.createTask: LowPerformance took 60351 ms.
Summary: org.netbeans.modules.editor.indent.TaskHandler$MimeItem.createTask: LowPerfor...
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-02-27 15:39 UTC by Exceptions Reporter
Modified: 2013-03-28 15:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199108


Attachments
nps snapshot (53.16 KB, application/nps)
2013-02-27 15:39 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-02-27 15:39:05 UTC
This bug was originally marked as duplicate of bug 180230, 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 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7
Maximum slowness yet reported was 60351 ms, average is 60351
Comment 1 Exceptions Reporter 2013-02-27 15:39:07 UTC
Created attachment 131974 [details]
nps snapshot
Comment 2 Dusan Balek 2013-03-28 15:44:11 UTC
As can be seen from the attached profiler snapshots, AWT EDT is waiting for an extremely slow class loading. Closing as WONTFIX on NB side.