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 242996 - IndexOutOfBoundsException: valid viewIndex: 0 <= index < 2 but was: 2
Summary: IndexOutOfBoundsException: valid viewIndex: 0 <= index < 2 but was: 2
Status: RESOLVED DUPLICATE of bug 233172
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-18 07:52 UTC by Exceptions Reporter
Modified: 2014-03-28 15:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208463


Attachments
stacktrace (2.72 KB, text/plain)
2014-03-18 07:52 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-03-18 07:52:44 UTC
This bug was originally marked as duplicate of bug 233172, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: When I click in a cell of row and at next when I delete this row with the focus in this cell.




Stacktrace: 
java.lang.IndexOutOfBoundsException: valid viewIndex: 0 <= index < 2 but was: 2
   at org.jdesktop.swingx.sort.DefaultSortController.convertRowIndexToModel(DefaultSortController.java:311)
   at javax.swing.JTable.convertRowIndexToModel(JTable.java:2642)
   at org.netbeans.modules.db.dataview.table.ResultSetJXTable.isCellEditable(ResultSetJXTable.java:305)
   at org.jdesktop.swingx.JXTable.setValueAt(JXTable.java:1471)
   at javax.swing.JTable.editingStopped(JTable.java:4723)
   at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:141)
Comment 1 Exceptions Reporter 2014-03-18 07:52:51 UTC
Created attachment 146092 [details]
stacktrace
Comment 2 Libor Fischmeistr 2014-03-28 15:41:00 UTC
The same problem as issue 233172.

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