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 151872

Summary: ArrayIndexOutOfBoundsException: 1
Product: editor Reporter: Petr Dvorak <joshis>
Component: OptionsAssignee: Alexey Butenko <alexeybutenko>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=134316
Issue Type: DEFECT Exception Reporter: 134316
Attachments: stacktrace

Description Petr Dvorak 2008-10-30 15:38:27 UTC
Build: NetBeans IDE Dev (Build 200810300201)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Linux, 2.6.24-19-generic, i386

User Comments:
joshis: Assigning a shortcut



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1
        at org.netbeans.modules.options.keymap.TableSorter.modelIndex(TableSorter.java:293)
        at org.netbeans.modules.options.keymap.TableSorter.setValueAt(TableSorter.java:336)
        at javax.swing.JTable.setValueAt(JTable.java:2719)
        at javax.swing.JTable.editingStopped(JTable.java:4721)
        at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:125)
        at javax.swing.DefaultCellEditor$EditorDelegate.stopCellEditing(DefaultCellEditor.java:350)
Comment 1 Petr Dvorak 2008-10-30 15:38:32 UTC
Created attachment 72918 [details]
stacktrace
Comment 2 Miloslav Metelka 2008-11-19 14:51:08 UTC
Should be fixed in 7.0.
Comment 3 Alexey Butenko 2009-05-06 12:44:43 UTC
*** Issue 155060 has been marked as a duplicate of this issue. ***
Comment 4 Alexey Butenko 2009-05-06 13:04:47 UTC
changeset 3f1ba3d7ff25 in jet-main
Comment 5 Petr Dvorak 2009-05-07 15:24:56 UTC
Unable to reproduce - verified