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 200619 - 4s - org.netbeans.modules.autoupdate.ui.PluginManagerUI.postInitComponents()
Summary: 4s - org.netbeans.modules.autoupdate.ui.PluginManagerUI.postInitComponents()
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-08-03 07:24 UTC by mklaehn
Modified: 2012-05-12 09:58 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168269


Attachments
nps snapshot (79.91 KB, application/nps)
2011-08-03 07:24 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2011-08-03 07:24:33 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-7616-on-20110730)
VM: Java HotSpot(TM) Server VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows XP

User Comments:
GUEST: just opening it

GUEST: just open netbeans without any project



Maximum slowness yet reported was 7138 ms, average is 4146
Comment 1 mklaehn 2011-08-03 07:24:38 UTC
Created attachment 109758 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2011-08-05 12:22:39 UTC
org.netbeans.modules.autoupdate.ui.PluginManagerUI.postInitComponents() could possibly be split into multiple EventQueue.invokeLater requests to eliminate long blockage of AWT thread.
Comment 3 Jiri Rechtacek 2012-05-11 16:22:08 UTC
core-main/rev/1ad4b4f86633
Comment 4 Quality Engineering 2012-05-12 09:58:10 UTC
Integrated into 'main-golden', will be available in build *201205120400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1ad4b4f86633
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #200619: 4s - org.netbeans.modules.autoupdate.ui.PluginManagerUI.postInitComponents()