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 172940 - [68cat] NullPointerException at org.netbeans.modules.tasklist.usertasks.treetable.DefaultTreeTableModel.setValueAt
Summary: [68cat] NullPointerException at org.netbeans.modules.tasklist.usertasks.treet...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tim Lebedkov
URL: http://statistics.netbeans.org/except...
Keywords:
: 172941 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-23 20:09 UTC by alied
Modified: 2010-11-11 15:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159026


Attachments
stacktrace (3.14 KB, text/plain)
2009-09-23 20:09 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2009-09-23 20:09:16 UTC
Build: NetBeans IDE Dev (Build 200909221401)
VM: Java HotSpot(TM) Client VM, 16.0-b03, Java(TM) SE Runtime Environment, 1.7.0-ea-b59
OS: Windows Vista, 6.0, x86

User Comments:
alied: double clicking an item to edit it



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.tasklist.usertasks.treetable.DefaultTreeTableModel.setValueAt(DefaultTreeTableModel.java:120)
        at org.netbeans.modules.tasklist.usertasks.treetable.TreeTableModelAdapter.setValueAt(TreeTableModelAdapter.java:203)
        at javax.swing.JTable.setValueAt(JTable.java:2750)
        at javax.swing.JTable.editingStopped(JTable.java:4733)
        at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:141)
        at javax.swing.DefaultCellEditor$EditorDelegate.stopCellEditing(DefaultCellEditor.java:368)
Comment 1 alied 2009-09-23 20:09:21 UTC
Created attachment 88233 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2009-09-24 08:21:58 UTC
*** Issue 172941 has been marked as a duplicate of this issue. ***