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 - Slow UnitTestLibrariesNode.LibrariesChildren.refreshKeys - 8895 ms.
Summary: Slow UnitTestLibrariesNode.LibrariesChildren.refreshKeys - 8895 ms.
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@apisupport
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-05-09 17:57 UTC by Jesse Glick
Modified: 2012-11-17 02:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187797


Attachments
nps snapshot (48.80 KB, application/nps)
2012-05-09 17:57 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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