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 196948

Summary: NullPointerException at javax.swing.DefaultRowSorter.convertRowIndexToModel
Product: third-party Reporter: nuboat
Component: -- Other --Assignee: _ rkubacki <rkubacki>
Status: RESOLVED FIXED    
Severity: normal CC: anebuzelsky, vtrojan
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 176432
Attachments: stacktrace

Description nuboat 2011-03-22 08:54:55 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
nuboat: ADB Log




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 nuboat 2011-03-22 08:55:00 UTC
Created attachment 107177 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-03-22 16:19:19 UTC
JDk problem ?
Comment 3 Marian Mirilovic 2011-04-07 07:48:49 UTC
*** Bug 197503 has been marked as a duplicate of this bug. ***
Comment 4 Antonin Nebuzelsky 2011-05-30 16:53:41 UTC
All related to an action "ADB Log" in thirdparty Android support. Reassigning.

JDK report which may help:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6582564
Comment 5 _ rkubacki 2011-06-03 08:56:24 UTC
http://kenai.com/projects/nbandroid/sources/mercurial/revision/408

It would be better to fix the cause in Swing. I wrapped the code to ignore the problem but this can cause a problem at a different place.