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 225761 - slowness in project dashboard
Summary: slowness in project dashboard
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS (show other bugs)
Version: 7.3
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-05 18:30 UTC by Tomas Stupka
Modified: 2013-04-18 02:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-02-05 18:30:04 UTC
Product Version = NetBeans IDE Dev (Build 20130205-b4044059002f)
Operating System = Mac OS X version 10.8.2 running on x86_64
Java; VM; Vendor = 1.6.0_37
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.12-b01-434

- open a project with a lot of recent activities in the team dashboard
- open the project dashboard
- deselect and select a show activity checkbox => awt is blocked for a while
Comment 1 Jan Peska 2013-02-21 13:32:02 UTC
fix: http://hg.netbeans.org/core-main/rev/bcd366c99ef6
Comment 2 Jan Peska 2013-02-21 13:36:46 UTC
Unfortunately that method renders the UI so it has to be in EDT. It took a while in case of long lists of recent activities. I've resolved it by displaying the wait-cursor during this operation so it is more user-friendly.
Comment 3 Jan Peska 2013-02-21 15:45:11 UTC
fix: http://hg.netbeans.org/core-main/rev/230c18058262
Comment 4 Quality Engineering 2013-04-18 02:21:20 UTC
Integrated into 'main-golden', will be available in build *201304172301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bcd366c99ef6
User: Jan Peska <JPESKA@netbeans.org>
Log: Issue #225761 - slowness in project dashboard
Display wait cursor while rendering UI of Recent Activities panel. Display all Show checkboxes.