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 235782 - NullPointerException at org.netbeans.modules.bugtracking.tasks.dashboard.DashboardViewer.removeTask
Summary: NullPointerException at org.netbeans.modules.bugtracking.tasks.dashboard.Dash...
Status: RESOLVED DUPLICATE of bug 236106
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Task Dashboard (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-11 07:56 UTC by mienamoo
Modified: 2013-09-18 13:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203762


Attachments
stacktrace (3.00 KB, text/plain)
2013-09-11 07:56 UTC, mienamoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2013-09-11 07:56:57 UTC
Build: NetBeans IDE Dev (Build 201309090001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
mienamoo: Removing a task after renaming the category that it belonged to.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.tasks.dashboard.DashboardViewer.removeTask(DashboardViewer.java:407)
   at org.netbeans.modules.bugtracking.tasks.actions.Actions$RemoveTaskAction.actionPerformed(Actions.java:324)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
Comment 1 mienamoo 2013-09-11 07:56:58 UTC
Created attachment 139912 [details]
stacktrace
Comment 2 Jan Peska 2013-09-18 13:31:33 UTC

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