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 200056 - ArrayIndexOutOfBoundsException: 1 >= 1
Summary: ArrayIndexOutOfBoundsException: 1 >= 1
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Hibernate (show other bugs)
Version: 7.0
Hardware: All All
: P4 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 17:46 UTC by Maksim Khramov
Modified: 2015-02-04 03:29 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 154118


Attachments
stacktrace (2.53 KB, text/plain)
2011-07-11 17:46 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-07-11 17:46:50 UTC
Build: NetBeans IDE Dev (Build 201106180600)
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:
atehrani: Running an HQL query

jbsabmello: HQL




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
   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-07-11 17:46:54 UTC
Created attachment 109374 [details]
stacktrace
Comment 2 Sergey Petrov 2011-10-30 05:44:19 UTC
1 per year rate and no much details.
Please provide some reproducible steps as usually running hql do not produce any ArrayIndexOutOfBoundsException. Table structure, number of items, query itself, previous query may matter. to P4 for now.
Comment 3 Quality Engineering 2015-02-04 03:29:55 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.