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 178925

Summary: BasicCustomizer.showCustomizer() should prepare data async
Product: apisupport Reporter: mkroll <mkroll>
Component: ProjectAssignee: issues@apisupport <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: adamgmetzler, bsbc99, cnoevil, elektordi, elotter, gregorytechsoft, javydreamercsw, jirka_x1, jmichelberger, jpp55, jtulach, jungmat, misterm, mithun_gonsalvez, mklaehn, rkusterer, sairictus, serb, swpalmer, theanuradha, venkatramakkineni, yardus, zolta
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 163805
Attachments: nps snapshot
nps snapshot
nps snapshot
nps snapshot

Description mkroll 2009-12-21 03:59:01 UTC
This bug was originally marked as duplicate of bug 170291, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP, 5.1, x86

User Comments:
mkroll: Open a NetBeans RCP-Project


Maximum slowness yet reported was 55946 ms, average is 55946
Comment 1 mkroll 2009-12-21 03:59:06 UTC
Created attachment 92813 [details]
nps snapshot
Comment 2 jungmat 2009-12-27 11:44:12 UTC
Created attachment 92945 [details]
nps snapshot

when I click in module tree to delete a module
Comment 3 Jesse Glick 2010-02-04 13:58:40 UTC
mkroll's is dupe of bug #179577. jungmat's is distinct.
Comment 4 mklaehn 2010-02-05 06:50:25 UTC
Created attachment 93911 [details]
nps snapshot
Comment 5 Exceptions Reporter 2010-02-09 19:09:28 UTC
Created attachment 94022 [details]
nps snapshot

Removing a module.
Comment 6 Ondrej Vrabec 2012-11-16 12:06:29 UTC
1) org.netbeans.modules.apisupport.project.ui.SuiteActions.invokeAction()	100.0	26,025 ms (100%)	2,716 ms
org.netbeans.modules.apisupport.project.ui.SuiteActions.invokeActionImpl()	99.64566	25,933 ms (99.6%)	2,624 ms
- should be fixed already
2) org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCustomizer()	99.92589	67,181 ms (99.9%)	67,171 ms
org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizer.prepareData()	98.42386	66,171 ms (98.4%)	66,171 ms

3) org.netbeans.modules.apisupport.project.ui.customizer.AddModulePanel$2.valueChanged()	100.0	55,581 ms (100%)	55,581 ms
org.netbeans.modules.apisupport.project.universe.AbstractEntry.getJavadoc()	100.0	55,581 ms (100%)	55,581 ms
Comment 7 Ondrej Vrabec 2012-11-16 12:43:44 UTC
3) handled in bug #179577, this then reduces to 2) BasicCustomizer.showCustomizer()
Comment 8 Ondrej Vrabec 2012-11-21 15:17:52 UTC
hmm, this was fixed by jesse a long time ago: #207452

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