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 204859 - [71cat] NullPointerException at org.netbeans.modules.tasklist.ui.TaskListModel.getRowCount
Summary: [71cat] NullPointerException at org.netbeans.modules.tasklist.ui.TaskListMode...
Status: RESOLVED DUPLICATE of bug 204799
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-08 19:34 UTC by host
Modified: 2011-11-09 07:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182718


Attachments
stacktrace (1.62 KB, text/plain)
2011-11-08 19:34 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description host 2011-11-08 19:34:56 UTC
Build: NetBeans IDE Dev (Build 201111060600)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-10M3425
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.tasklist.ui.TaskListModel.getRowCount(TaskListModel.java:85)
   at javax.swing.JTable.getRowCount(JTable.java:2631)
   at javax.swing.JTable.tableRowsInserted(JTable.java:4466)
   at javax.swing.JTable.tableChanged(JTable.java:4395)
   at javax.swing.table.AbstractTableModel.fireTableChanged(AbstractTableModel.java:280)
   at javax.swing.table.AbstractTableModel.fireTableRowsInserted(AbstractTableModel.java:215)
Comment 1 host 2011-11-08 19:34:59 UTC
Created attachment 113016 [details]
stacktrace
Comment 2 Jan Peska 2011-11-09 07:38:49 UTC

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