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 171204 - 21s - apisupports opens many JARs
Summary: 21s - apisupports opens many JARs
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmichalsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on: 185188
Blocks:
  Show dependency tree
 
Reported: 2009-08-31 19:48 UTC by Jesse Glick
Modified: 2010-04-28 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157495


Attachments
nps snapshot (18.30 KB, bin/nps)
2009-08-31 19: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 2009-08-31 19:48:18 UTC
Build: NetBeans IDE Dev (Build 090828)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.28-15-generic, i386
Maximum slowness yet reported was 21863 ms, average is 21863
Comment 1 Jesse Glick 2009-08-31 19:48:33 UTC
Created attachment 86878 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2009-09-01 07:40:43 UTC
I guess LayerNode.annotateXYZ shall be made asynchronous and schedule work to other thread and only later, when 
necessary values are available raise the fireStatusChanged event.
Comment 3 Jesse Glick 2009-09-10 19:27:06 UTC
core-main #e69d89bd307e
Comment 4 Quality Engineering 2009-09-11 21:49:42 UTC
Integrated into 'main-golden', will be available in build *200909111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e69d89bd307e
User: Jesse Glick <jglick@netbeans.org>
Log: #171204: compute badges for layer nodes asynch.