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 250721 - ArrayIndexOutOfBoundsException: 1 >= 1
Summary: ArrayIndexOutOfBoundsException: 1 >= 1
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-26 09:55 UTC by Exceptions Reporter
Modified: 2015-03-03 04:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215696


Attachments
stacktrace (3.36 KB, text/plain)
2015-02-26 09:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-02-26 09:55:14 UTC
This bug was originally marked as duplicate of bug 239677, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: OpenJDK 64-Bit Server VM, 25.25-b02, OpenJDK Runtime Environment, 1.8.0_25-b18
OS: Linux

User Comments:
GUEST: ...




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
   at java.util.Vector.elementAt(Vector.java:474)
   at javax.swing.table.DefaultTableModel.getValueAt(DefaultTableModel.java:649)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$AttachController.isValid(AttachPanel.java:932)
   at org.netbeans.modules.debugger.ui.actions.ConnectAction$ConnectListener.setValid(ConnectAction.java:201)
   at org.netbeans.modules.debugger.ui.actions.ConnectAction$ConnectListener.<init>(ConnectAction.java:159)
   at org.netbeans.modules.debugger.ui.actions.ConnectAction.actionPerformed(ConnectAction.java:133)
Comment 1 Exceptions Reporter 2015-02-26 09:55:15 UTC
Created attachment 152242 [details]
stacktrace
Comment 2 henk89 2015-03-02 14:41:27 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/6bf63b5d0924
Comment 3 Quality Engineering 2015-03-03 04:19:01 UTC
Integrated into 'main-silver', will be available in build *201503030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6bf63b5d0924
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #250721 - ArrayIndexOutOfBoundsException: 1 >= 1