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 212846 - NullPointerException at org.netbeans.modules.tasks.ui.dashboard.QueryNode.updateCounts
Summary: NullPointerException at org.netbeans.modules.tasks.ui.dashboard.QueryNode.upd...
Status: RESOLVED DUPLICATE of bug 212873
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Task Dashboard (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-22 14:27 UTC by Tomas Stupka
Modified: 2012-05-23 12:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188219


Attachments
stacktrace (4.71 KB, text/plain)
2012-05-22 14:27 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2012-05-22 14:27:45 UTC
Build: NetBeans IDE Dev (Build 20120522-968b3ca196a2)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-10M3646
OS: Mac OS X

User Comments:
tstupka: clicked on the refresh button next to a repository




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.tasks.ui.dashboard.QueryNode.updateCounts(QueryNode.java:119)
   at org.netbeans.modules.tasks.ui.dashboard.TaskContainerNode$TaskListener.propertyChange(TaskContainerNode.java:244)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
   at org.netbeans.modules.bugzilla.issue.BugzillaIssue.fireDataChanged(BugzillaIssue.java:197)
   at org.netbeans.modules.bugzilla.issue.BugzillaIssue$1.run(BugzillaIssue.java:582)
Comment 1 Tomas Stupka 2012-05-22 14:27:51 UTC
Created attachment 119731 [details]
stacktrace
Comment 2 Jan Peska 2012-05-23 12:37:18 UTC

*** This bug has been marked as a duplicate of bug 212873 ***