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 212894 - NullPointerException at org.netbeans.modules.tasks.ui.dashboard.TaskContainerNode.configure
Summary: NullPointerException at org.netbeans.modules.tasks.ui.dashboard.TaskContainer...
Status: RESOLVED FIXED
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-23 12:32 UTC by Jan Peska
Modified: 2012-05-24 05:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188253


Attachments
stacktrace (3.73 KB, text/plain)
2012-05-23 12:32 UTC, Jan Peska
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Peska 2012-05-23 12:32:15 UTC
Build: NetBeans IDE Dev (Build 20120514-496dfba97597)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
JPESKA: Show all entries filter activated




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.tasks.ui.dashboard.TaskContainerNode.configure(TaskContainerNode.java:110)
   at org.netbeans.modules.tasks.ui.dashboard.CategoryNode.configure(CategoryNode.java:134)
   at org.netbeans.modules.tasks.ui.dashboard.ClosedCategoryNode.configure(ClosedCategoryNode.java:100)
   at org.netbeans.modules.tasks.ui.treelist.AsynchronousNode.getComponent(AsynchronousNode.java:108)
   at org.netbeans.modules.tasks.ui.treelist.RendererPanel.configure(RendererPanel.java:138)
   at org.netbeans.modules.tasks.ui.treelist.TreeListNode.getRenderer(TreeListNode.java:178)
Comment 1 Jan Peska 2012-05-23 12:32:20 UTC
Created attachment 119772 [details]
stacktrace
Comment 2 Jan Peska 2012-05-23 14:26:46 UTC
fix: http://hg.netbeans.org/core-main/rev/4ac8ea9746f1
Comment 3 Quality Engineering 2012-05-24 05:29:24 UTC
Integrated into 'main-golden', will be available in build *201205240002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4ac8ea9746f1
User: Jan Peska <JPESKA@netbeans.org>
Log: Issue #212894 - NullPointerException at org.netbeans.modules.tasks.ui.dashboard.TaskContainerNode.configure
Move add command on the right position