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 214042 - ArrayIndexOutOfBoundsException: -1
Summary: ArrayIndexOutOfBoundsException: -1
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL: http://bugs.sun.com/bugdatabase/view_...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-12 14:08 UTC by Kenneth Ganfield
Modified: 2012-11-14 10:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189381


Attachments
stacktrace (2.20 KB, text/plain)
2012-06-12 14:08 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2012-06-12 14:08:27 UTC
Build: NetBeans IDE Dev (Build 201206110001)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-10M3635
OS: Mac OS X

User Comments:
kganfield: clicking in code coverage results window




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at java.util.Vector.elementAt(Vector.java:430)
   at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:277)
   at javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderRenderer(BasicTableHeaderUI.java:677)
   at javax.swing.plaf.basic.BasicTableHeaderUI.paintCell(BasicTableHeaderUI.java:693)
   at javax.swing.plaf.basic.BasicTableHeaderUI.paint(BasicTableHeaderUI.java:669)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:153)
Comment 1 Kenneth Ganfield 2012-06-12 14:08:33 UTC
Created attachment 120730 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-06-13 15:00:57 UTC
Very probably bug in JDK :
http://bugs.sun.com/view_bug.do?bug_id=6586009