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 209185 - ArrayIndexOutOfBoundsException: 2 >= 2
Summary: ArrayIndexOutOfBoundsException: 2 >= 2
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 15:56 UTC by jungmat
Modified: 2012-04-23 07:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185558


Attachments
stacktrace (2.72 KB, text/plain)
2012-03-05 15:56 UTC, jungmat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jungmat 2012-03-05 15:56:56 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
jungmat: exec an HQL Query in HQL query editor




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 2 >= 2
   at java.util.Vector.elementAt(Vector.java:427)
   at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:277)
   at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:1970)
   at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1770)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
   at javax.swing.JComponent.paintComponent(JComponent.java:752)
Comment 1 jungmat 2012-03-05 15:56:59 UTC
Created attachment 116360 [details]
stacktrace
Comment 2 Jan Peska 2012-04-23 07:56:36 UTC
No NetBeans code in the stacktrace -> INVALID