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 248728 - ArrayIndexOutOfBoundsException: 6 >= 6
Summary: ArrayIndexOutOfBoundsException: 6 >= 6
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-18 12:13 UTC by Michel Graciano
Modified: 2015-03-06 04:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213509


Attachments
stacktrace (3.03 KB, text/plain)
2014-11-18 12:13 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2014-11-18 12:13:27 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Linux

User Comments:
hmichel: Editing Action itens




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 6 >= 6
   at java.util.Vector.elementAt(Vector.java:474)
   at javax.swing.table.DefaultTableModel.setValueAt(DefaultTableModel.java:664)
   at javax.swing.JTable.setValueAt(JTable.java:2743)
   at org.netbeans.modules.tasklist.todo.settings.ToDoCustomizer$13.editingStopped(ToDoCustomizer.java:803)
   at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:141)
   at javax.swing.DefaultCellEditor$EditorDelegate.stopCellEditing(DefaultCellEditor.java:368)
Comment 1 Michel Graciano 2014-11-18 12:13:29 UTC
Created attachment 150548 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-03-04 16:02:27 UTC
Fix: core-main #efccc9166365
Changeset: efccc9166365
Message:
Comment 3 Quality Engineering 2015-03-06 04:12:00 UTC
Integrated into 'main-silver', will be available in build *201503060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/efccc9166365
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Task #248728 - ArrayIndexOutOfBoundsException: 6 >= 6