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 193223 - 32s: autoupdate.ui.UnitCategoryTableModel.fireUpdataUnitChange()
Summary: 32s: autoupdate.ui.UnitCategoryTableModel.fireUpdataUnitChange()
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: PERFORMANCE
: 195393 198255 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-10 11:21 UTC by mhuebner
Modified: 2011-11-08 19:46 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 164435


Attachments
nps snapshot (34.54 KB, application/nps)
2010-12-10 11:21 UTC, mhuebner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mhuebner 2010-12-10 11:21:01 UTC
Build: NetBeans IDE Dev (Build 201012100001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
GUEST: sort by source in available plugins (with plugin portaal update center source turned on)

jglick: Scrolling output window.

GUEST: Deleting items from module, the items <this layer in context>

jglick: scrolling OW



Maximum slowness yet reported was 103925 ms, average is 27404
Comment 1 mhuebner 2010-12-10 11:21:11 UTC
Created attachment 103928 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2011-02-18 20:23:48 UTC
*** Bug 195393 has been marked as a duplicate of this bug. ***
Comment 3 Jesse Glick 2011-05-02 14:16:24 UTC
Extremely long pause in my case; thought the IDE might be in an infinite loop. Possibly P2.
Comment 4 Jesse Glick 2011-10-11 14:23:24 UTC
There is a long UI freeze every time I open Plugin Manager; reproducible for a long time.
Comment 5 Jiri Rechtacek 2011-10-13 13:03:24 UTC
Might help to cache list of update providers rather than read them from preferences again and again.
Comment 6 Jiri Rechtacek 2011-10-13 14:18:26 UTC
*** Bug 198255 has been marked as a duplicate of this bug. ***
Comment 7 Jiri Rechtacek 2011-10-24 13:40:19 UTC
core-main/rev/ad7af5629c37
Comment 8 Quality Engineering 2011-10-25 14:27:40 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/ad7af5629c37
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #193223: 32s: autoupdate.ui.UnitCategoryTableModel.fireUpdataUnitChange()
Comment 9 Jesse Glick 2011-11-08 19:46:46 UTC
The long freeze does seem to be gone in dev builds, though the fix description implies that it would only help on subsequent opens of the Plugin Manager dialog, whereas I seem to be seeing improvement even on the first open.