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 196364 - NullPointerException at javax.swing.DefaultRowSorter.convertRowIndexToModel
Summary: NullPointerException at javax.swing.DefaultRowSorter.convertRowIndexToModel
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-06 11:58 UTC by jeyoung
Modified: 2011-10-06 11:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170024


Attachments
stacktrace (2.13 KB, text/plain)
2011-03-06 11:58 UTC, jeyoung
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jeyoung 2011-03-06 11:58:02 UTC
Build: NetBeans IDE Dev (Build 201102270001)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.DefaultRowSorter.convertRowIndexToModel(DefaultRowSorter.java:501)
   at javax.swing.JTable.convertRowIndexToModel(JTable.java:2611)
   at javax.swing.JTable.getValueAt(JTable.java:2686)
   at javax.swing.JTable.prepareRenderer(JTable.java:5703)
   at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2072)
   at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:1974)
Comment 1 jeyoung 2011-03-06 11:58:06 UTC
Created attachment 106760 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2011-10-06 11:15:04 UTC
Cannot tell which component in UI this exception is related with.