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 221103 - 3.5s - org.openide.explorer.view.VisualizerNode$QP.run()
Summary: 3.5s - org.openide.explorer.view.VisualizerNode$QP.run()
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
: 224558 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-30 15:02 UTC by Michel Graciano
Modified: 2013-01-10 11:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 157558


Attachments
nps snapshot (143.83 KB, application/nps)
2012-10-30 15:02 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2012-10-30 15:02:46 UTC
Build: NetBeans IDE Dev (Build 20121025-2fb84c03e244)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
GUEST: Had the idalog box open for new project, tried to close and the dialog box was slow to respond.

GUEST: Launch.



Maximum slowness yet reported was 11950 ms, average is 5411
Comment 1 Michel Graciano 2012-10-30 15:02:50 UTC
Created attachment 126783 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-10-31 18:22:55 UTC
org.openide.explorer.view.VisualizerNode$QP.run()	100.0	3 418 ms (100%)	2 718 ms	1 

executes many requests at once (>100) and blocks EDT.
Comment 3 Jaroslav Tulach 2012-11-06 10:14:49 UTC
ergonomics#d66c9069f96e
Comment 4 Quality Engineering 2012-11-08 02:54:43 UTC
Integrated into 'main-golden', will be available in build *201211080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d66c9069f96e
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #221103: Interrupt long running queue processing
Comment 5 Jaroslav Tulach 2013-01-10 11:14:36 UTC
*** Bug 224558 has been marked as a duplicate of this bug. ***