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 198255 - Too expensive UpdateElement.getUpdateUnitProvider()
Summary: Too expensive UpdateElement.getUpdateUnitProvider()
Status: RESOLVED DUPLICATE of bug 193223
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-05-02 14:48 UTC by Jesse Glick
Modified: 2011-10-13 14:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178529


Attachments
nps snapshot (27.12 KB, application/nps)
2011-05-02 14:48 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-05-02 14:48:16 UTC
This issue was reported manually by jglick.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 20110502-58e3365f8031)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
jglick: Opened Plugin Manager.

jglick: Clicked on "Source" column to sort 673 plugins in PM "Available Plugins".



Maximum slowness yet reported was 31416 ms, average is 23590
Comment 1 Jesse Glick 2011-05-02 14:48:24 UTC
Created attachment 108057 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2011-05-03 08:24:05 UTC
org.netbeans.modules.autoupdate.ui.AvailableTableModel$1.compare()
calls 
org.netbeans.modules.autoupdate.services.UpdateUnitProviderImpl.loadProvider()

rather the loadProvider should be called just once.
Comment 3 Jiri Rechtacek 2011-10-13 14:18:26 UTC

*** This bug has been marked as a duplicate of bug 193223 ***