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 197503 - NullPointerException at javax.swing.DefaultRowSorter.convertRowIndexToModel
Summary: NullPointerException at javax.swing.DefaultRowSorter.convertRowIndexToModel
Status: CLOSED DUPLICATE of bug 196948
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-04-06 18:21 UTC by vtrojan
Modified: 2011-06-08 20:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173059


Attachments
stacktrace (2.50 KB, text/plain)
2011-04-06 18:21 UTC, vtrojan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vtrojan 2011-04-06 18:21:16 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows Vista

User Comments:
vtrojan: Error when compiled Android project




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.DefaultRowSorter.convertRowIndexToModel(DefaultRowSorter.java:501)
   at javax.swing.JTable.convertRowIndexToModel(JTable.java:2564)
   at javax.swing.JTable.getValueAt(JTable.java:2639)
   at javax.swing.JTable.prepareRenderer(JTable.java:5653)
   at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2072)
   at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:1974)
Comment 1 vtrojan 2011-04-06 18:21:20 UTC
Created attachment 107562 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-04-07 07:48:49 UTC

*** This bug has been marked as a duplicate of bug 196948 ***
Comment 3 Marian Mirilovic 2011-06-08 20:06:08 UTC
v/c