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 152663 - [65cat] ArrayIndexOutOfBoundsException: -1
Summary: [65cat] ArrayIndexOutOfBoundsException: -1
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: John Baker
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-07 11:41 UTC by sunbiz
Modified: 2009-05-25 21:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 16655


Attachments
stacktrace (2.54 KB, text/plain)
2008-11-07 11:42 UTC, sunbiz
Details
stacktrace (2.54 KB, text/plain)
2008-11-13 18:21 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-11-07 11:41:57 UTC
Build: NetBeans IDE Dev (Build 200811060201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista, 6.0, x86

User Comments:
sunbiz: Add Quality Criteria in Visual SQL Editor window

sunbiz: Add Quality Criteria in Visual SQL Editor window



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
        at java.util.Vector.elementAt(Vector.java:430)
        at javax.swing.table.DefaultTableModel.getValueAt(DefaultTableModel.java:632)
        at javax.swing.JTable.getValueAt(JTable.java:2695)
        at org.netbeans.modules.db.sql.visualeditor.querybuilder.QueryBuilderInputTable.actionPerformed(QueryBuilderInputTable.java:410)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 1 sunbiz 2008-11-07 11:42:05 UTC
Created attachment 73460 [details]
stacktrace
Comment 2 sunbiz 2008-11-13 18:21:33 UTC
Build: NetBeans IDE 6.5 RC2 (Build 200810270001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista, 6.0, x86

User Comments: 
Selected a row in the Visual Query Designer and Right-click Add Quality Criteria on another row threw this exception

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
        at java.util.Vector.elementAt(Vector.java:430)
        at javax.swing.table.DefaultTableModel.getValueAt(DefaultTableModel.java:632)
        at javax.swing.JTable.getValueAt(JTable.java:2695)
        at org.netbeans.modules.db.sql.visualeditor.querybuilder.QueryBuilderInputTable.actionPerformed(QueryBuilderInputTable.java:410)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 3 sunbiz 2008-11-13 18:21:51 UTC
Created attachment 73745 [details]
stacktrace
Comment 4 Petr Blaha 2008-11-18 13:10:17 UTC
Move visualsqleditor subcomponents below visualweb
Comment 5 Exceptions Reporter 2009-04-24 13:19:57 UTC
This issue already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=16655