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 212258

Summary: Slow UnitTestLibrariesNode.LibrariesChildren.refreshKeys - 8895 ms.
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: issues@apisupport <issues>
Status: RESOLVED FIXED    
Severity: normal CC: cyhelsky
Priority: P3 Keywords: PERFORMANCE
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187797
Attachments: nps snapshot

Description Jesse Glick 2012-05-09 17:57:26 UTC
This bug was originally marked as duplicate of bug 173422, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20120507-02f2a340f737)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
jglick: Expanded "Unit Test Libraries".



Maximum slowness yet reported was 8895 ms, average is 8895
Comment 1 Jesse Glick 2012-05-09 17:57:37 UTC
Created attachment 119232 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2012-11-15 15:11:38 UTC
Maybe it could be computed async the same way as in LibrariesNode
Comment 3 Ondrej Vrabec 2012-11-15 15:57:04 UTC
fix: http://hg.netbeans.org/core-main/rev/61449cad4813
Comment 4 Quality Engineering 2012-11-17 02:42:04 UTC
Integrated into 'main-golden', will be available in build *201211170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/61449cad4813
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #212258 - Slow UnitTestLibrariesNode.LibrariesChildren.refreshKeys - 8895 ms.
load children async the same way as for LibrariesNode