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 243370 - ArrayIndexOutOfBoundsException: 89 >= 89
Summary: ArrayIndexOutOfBoundsException: 89 >= 89
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 242051 242236 244132 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-29 14:10 UTC by Ralph Ruijs
Modified: 2014-05-23 15:30 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208424


Attachments
stacktrace (2.76 KB, text/plain)
2014-03-29 14:10 UTC, Ralph Ruijs
Details
stacktrace (2.51 KB, text/plain)
2014-04-05 01:46 UTC, MackSix
Details
stacktrace (846 bytes, text/plain)
2014-04-10 11:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2014-03-29 14:10:18 UTC
Build: NetBeans IDE Dev (Build 20140328-a5ff8404e33f)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
GUEST: Test NB 8.0

lzgrillo: ?????

GUEST: adding alternative cancel task shortcut to F10

ralphbenjamin: Updated shortcut for Inline.. to ALT+SHIFT+I, choosing yes to remove the old assignment and close the dialog.

kRk: changed shortcut and resolved shortcuts conflict




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 89 >= 89
   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)
Comment 1 Ralph Ruijs 2014-03-29 14:10:20 UTC
Created attachment 146398 [details]
stacktrace
Comment 2 MackSix 2014-04-05 01:46:31 UTC
Created attachment 146565 [details]
stacktrace

1. Went to Options>>Java>>Mavan and checked "Skip Tests for any...".
3. Clicked Apply.
4. Unchecked step 1.
4. Clicked Apply again and this happened.
Comment 3 Exceptions Reporter 2014-04-10 11:07:50 UTC
Created attachment 146668 [details]
stacktrace

startup
Comment 4 Svata Dedic 2014-04-11 07:20:59 UTC
Fixed as jet-main#6ce4d143e440
Comment 5 Quality Engineering 2014-04-24 02:10:47 UTC
Integrated into 'main-silver', will be available in build *201404240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6ce4d143e440
User: Svata Dedic <sdedic@netbeans.org>
Log: #243370: table model updates only in EDT
Comment 6 Svata Dedic 2014-05-02 06:37:34 UTC
*** Bug 244132 has been marked as a duplicate of this bug. ***
Comment 7 Svata Dedic 2014-05-02 07:59:27 UTC
*** Bug 242236 has been marked as a duplicate of this bug. ***
Comment 8 Svata Dedic 2014-05-23 15:30:15 UTC
*** Bug 242051 has been marked as a duplicate of this bug. ***