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 223398 - ArrayIndexOutOfBoundsException: 1 >= 1
Summary: ArrayIndexOutOfBoundsException: 1 >= 1
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 13:59 UTC by Jiri Kovalsky
Modified: 2013-01-05 14:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196196


Attachments
stacktrace (1.56 KB, text/plain)
2012-12-06 13:59 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2012-12-06 13:59:32 UTC
Build: NetBeans IDE Dev (Build 201212060001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b15
OS: Linux

User Comments:
jkovalsky: Reported exception #637057 and when Exception Reporter tab opened in the Output window this another exception occurred.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
   at java.util.Vector.elementAt(Vector.java:470)
   at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:294)
   at org.netbeans.modules.viewmodel.OutlineTable.saveSortedState(OutlineTable.java:937)
   at org.netbeans.modules.viewmodel.OutlineTable.setModel(OutlineTable.java:341)
   at org.netbeans.modules.viewmodel.OutlineTable.setModel(OutlineTable.java:328)
   at org.netbeans.spi.viewmodel.Models$1.run(Models.java:190)
Comment 1 Jiri Kovalsky 2012-12-06 13:59:33 UTC
Created attachment 128962 [details]
stacktrace
Comment 2 Martin Entlicher 2013-01-05 14:38:31 UTC
This is the consequence of issue #223397, the exception has caused an inconsistency.
With that fixed, this is fixed as well.