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 268340 - ArrayIndexOutOfBoundsException: 4 >= 0
Summary: ArrayIndexOutOfBoundsException: 4 >= 0
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-04 16:46 UTC by Exceptions Reporter
Modified: 2016-12-01 07:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226575


Attachments
stacktrace (10.67 KB, text/plain)
2016-10-04 16:46 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-10-04 16:46:33 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 7

User Comments:
GUEST: Trying to attach debugger on AIX




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 4 >= 0
   at java.util.Vector.elementAt(Vector.java:474)
   at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:294)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$13.run(AttachPanel.java:827)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
Comment 1 Exceptions Reporter 2016-10-04 16:46:34 UTC
Created attachment 162331 [details]
stacktrace
Comment 2 Maria Tishkova 2016-12-01 07:21:41 UTC
Bug is invalid anymore, attach panel is re-written