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 242051

Summary: java.lang.ArrayIndexOutOfBoundsException: 110 >= 110 at at org.netbeans.modules.options.keymap.KeymapViewModel.update0(KeymapViewModel.java:256)
Product: editor Reporter: markiewb
Component: Key bindingsAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description markiewb 2014-02-18 13:41:47 UTC
[ BUILD # : 201402160001 ]
[ JDK VERSION : 1.7.0_45 ]

STEPS:
   * Keymap options dialog: assigned new shortcut to an action and pressed OK
to persist the changes

ACTUAL:
   java.lang.ArrayIndexOutOfBoundsException: 110 >= 110
	at java.util.Vector.elementAt(Vector.java:470)
	at javax.swing.table.DefaultTableModel.justifyRows(DefaultTableModel.java:265)
	at javax.swing.table.DefaultTableModel.insertRow(DefaultTableModel.java:375)
	at javax.swing.table.DefaultTableModel.addRow(DefaultTableModel.java:350)
	at javax.swing.table.DefaultTableModel.addRow(DefaultTableModel.java:361)
	at
org.netbeans.modules.options.keymap.KeymapViewModel.update0(KeymapViewModel.java
:256)
	at
org.netbeans.modules.options.keymap.KeymapViewModel.postUpdate(KeymapViewModel.j
ava:109)
	at
org.netbeans.modules.options.keymap.KeymapViewModel.update(KeymapViewModel.java:
103)
	at
org.netbeans.modules.options.keymap.KeymapPanel$2.actionPerformed(KeymapPanel.ja
va:139)
	at javax.swing.Timer.fireActionPerformed(Timer.java:312)
	at javax.swing.Timer$DoPostEvent.run(Timer.java:244)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:7
6)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
	at
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
[catch] at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242
)
	at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150
)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)


Product Version: NetBeans IDE Dev (Build 201402160001)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Windows 7 version 6.1 running on amd64; Cp1252; de_DE (nb)
User directory: C:\Users\markiewb\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\markiewb\AppData\Local\NetBeans\Cache\dev
Comment 1 Svata Dedic 2014-05-23 15:30:15 UTC
already fixed in trunk.

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