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 231960 - IndexOutOfBoundsException: Index: 1, Size: 1
Summary: IndexOutOfBoundsException: Index: 1, Size: 1
Status: RESOLVED DUPLICATE of bug 231959
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 20:32 UTC by rodrigorsantos
Modified: 2013-06-28 14:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201752


Attachments
stacktrace (6.31 KB, text/plain)
2013-06-27 20:32 UTC, rodrigorsantos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2013-06-27 20:32:36 UTC
Build: NetBeans IDE Dev (Build 20130625-bb06ec1a02a7)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
rodrigorsantos: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
   at java.util.ArrayList.RangeCheck(ArrayList.java:604)
   at java.util.ArrayList.get(ArrayList.java:382)
   at org.netbeans.modules.db.dataview.table.ResultSetTableModel.getValueAt(ResultSetTableModel.java:244)
   at javax.swing.JTable.getValueAt(JTable.java:2716)
   at javax.swing.JTable.prepareRenderer(JTable.java:5714)
   at org.jdesktop.swingx.JXTable.prepareRenderer(JXTable.java:3537)
Comment 1 rodrigorsantos 2013-06-27 20:32:37 UTC
Created attachment 136434 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-06-28 14:37:02 UTC
This bug is closely related to bug 231959.

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