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 236106 - NullPointerException at org.netbeans.modules.bugtracking.tasks.dashboard.DashboardViewer.removeTask
Summary: NullPointerException at org.netbeans.modules.bugtracking.tasks.dashboard.Dash...
Status: VERIFIED FIXED
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:
: 235782 238523 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-18 13:09 UTC by Ondrej Vrabec
Modified: 2013-11-19 08:38 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203966


Attachments
stacktrace (2.98 KB, text/plain)
2013-09-18 13:09 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-09-18 13:09:20 UTC
Build: NetBeans IDE Dev (Build 20130917-b01e80bfadfd)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
ovrabec: deleting a task from a query :-) - pressing Del key




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 org.netbeans.modules.bugtracking.tasks.actions.Actions$UniversalDeleteAction.actionPerformed(Actions.java:801)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1664)
   at javax.swing.JComponent.processKeyBinding(JComponent.java:2879)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2940)
Comment 1 Ondrej Vrabec 2013-09-18 13:09:22 UTC
Created attachment 140213 [details]
stacktrace
Comment 2 Jan Peska 2013-09-18 13:31:33 UTC
*** Bug 235782 has been marked as a duplicate of this bug. ***
Comment 3 Jan Peska 2013-09-23 07:51:45 UTC
fix: http://hg.netbeans.org/core-main/rev/209140bafc55
Comment 4 Quality Engineering 2013-09-23 16:33:46 UTC
Integrated into 'main-silver', will be available in build *201309231508* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/209140bafc55
User: Jan Peska <JPESKA@netbeans.org>
Log: Issue #236106 - NullPointerException at org.netbeans.modules.bugtracking.tasks.dashboard.DashboardViewer.removeTask
Have to remove and put again renamed category to the map because its hashCode has changed.
Comment 5 mienamoo 2013-10-08 16:02:35 UTC
Verified with build 201310070001.
Comment 6 Jan Peska 2013-11-19 08:38:28 UTC
*** Bug 238523 has been marked as a duplicate of this bug. ***