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 222994 - every task change triggers the rebuild of whole query node
Summary: every task change triggers the rebuild of whole query node
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Task Dashboard (show other bugs)
Version: 7.3
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-29 15:56 UTC by Tomas Stupka
Modified: 2012-12-05 02:57 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 2012-11-29 15:56:00 UTC
Product Version = NetBeans IDE Dev (Build 20121129-d64352a03824)
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

see org.netbeans.modules.tasks.ui.dashboard.TaskContainerNode.TaskListener

every time a task changes updateNodes is called which force the rebuild of all tasknodes in the query/category node

as a result the ui becomes quite sluggish
Comment 1 Jan Peska 2012-12-04 09:36:25 UTC
fix: http://hg.netbeans.org/core-main/rev/eb68b2fd2169
Comment 2 Quality Engineering 2012-12-05 02:57:19 UTC
Integrated into 'main-golden', will be available in build *201212050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/eb68b2fd2169
User: Jan Peska <JPESKA@netbeans.org>
Log: Issue #222994 - every task change triggers the rebuild of whole query node
On task_refreshed event only re-filter task container nodes and update counts