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 204799 - [71cat] NullPointerException at org.netbeans.modules.tasklist.ui.TaskListModel.getRowCount
Summary: [71cat] NullPointerException at org.netbeans.modules.tasklist.ui.TaskListMode...
Status: RESOLVED FIXED
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:
: 204859 204866 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-11-07 20:16 UTC by javydreamercsw
Modified: 2011-11-09 07:39 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182670


Attachments
stacktrace (1.61 KB, text/plain)
2011-11-07 20:16 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2011-11-07 20:16:11 UTC
Build: NetBeans IDE Dev (Build 201111060600)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
javydreamercsw: Selecting a file from recently openend list.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.tasklist.ui.TaskListModel.getRowCount(TaskListModel.java:85)
   at javax.swing.JTable.getRowCount(JTable.java:2665)
   at javax.swing.JTable.tableRowsDeleted(JTable.java:4510)
   at javax.swing.JTable.tableChanged(JTable.java:4415)
   at javax.swing.table.AbstractTableModel.fireTableChanged(AbstractTableModel.java:296)
   at javax.swing.table.AbstractTableModel.fireTableRowsDeleted(AbstractTableModel.java:261)
Comment 1 javydreamercsw 2011-11-07 20:16:14 UTC
Created attachment 112952 [details]
stacktrace
Comment 2 Jan Peska 2011-11-08 09:58:51 UTC
fix: http://hg.netbeans.org/core-main/rev/b7bbefccf4e5
Comment 3 Jan Peska 2011-11-09 07:38:49 UTC
*** Bug 204859 has been marked as a duplicate of this bug. ***
Comment 4 Jan Peska 2011-11-09 07:39:02 UTC
*** Bug 204866 has been marked as a duplicate of this bug. ***