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 198614 - ArrayIndexOutOfBoundsException: 16 >= 12
Summary: ArrayIndexOutOfBoundsException: 16 >= 12
Status: RESOLVED WORKSFORME
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: 2011-05-15 18:52 UTC by Maksim Khramov
Modified: 2011-10-13 14:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174464


Attachments
stacktrace (2.30 KB, text/plain)
2011-05-15 18:52 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2011-05-15 18:52:53 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
sj-nb: multiple queries in hql query editor one by one.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 16 >= 12
   at java.util.Vector.elementAt(Vector.java:427)
   at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:277)
   at javax.swing.plaf.basic.BasicTableHeaderUI.paint(BasicTableHeaderUI.java:632)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
   at javax.swing.JComponent.paintComponent(JComponent.java:752)
   at javax.swing.JComponent.paint(JComponent.java:1029)
Comment 1 Maksim Khramov 2011-05-15 18:52:58 UTC
Created attachment 108302 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-05-16 07:18:39 UTC
Any steps to reproduce ?
Comment 3 Jiri Rechtacek 2011-10-13 14:20:35 UTC
No response for a long time, probably already fixed.