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 239677 - ArrayIndexOutOfBoundsException: 1 >= 1
Summary: ArrayIndexOutOfBoundsException: 1 >= 1
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
: 237866 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-12-20 09:21 UTC by Exceptions Reporter
Modified: 2014-03-26 17:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197683


Attachments
stacktrace (3.37 KB, text/plain)
2013-12-20 09:21 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-12-20 09:21:41 UTC
This issue was reported manually by vv159170.
It already has 3 duplicates 


Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
GUEST: try attach debugger

GUEST: <Please provide a description of the problem or the steps to reproduce




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
   at java.util.Vector.elementAt(Vector.java:470)
   at javax.swing.table.DefaultTableModel.getValueAt(DefaultTableModel.java:650)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$AttachController.isValid(AttachPanel.java:918)
   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 2013-12-20 09:21:42 UTC
Created attachment 143359 [details]
stacktrace
Comment 2 henk89 2013-12-24 12:56:05 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/a82cb8df9aff
Comment 3 henk89 2013-12-24 15:52:09 UTC
*** Bug 237866 has been marked as a duplicate of this bug. ***
Comment 4 Quality Engineering 2013-12-25 02:32:32 UTC
Integrated into 'main-silver', will be available in build *201312250002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a82cb8df9aff
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #239677 - ArrayIndexOutOfBoundsException: 1 >= 1
Comment 5 soldatov 2014-03-21 19:38:26 UTC
I don't see any regressions in latest test report [NetBeans IDE 7.4 (Build 20140320-3f80b6998498)]
Comment 6 Quality Engineering 2014-03-26 17:06:35 UTC
Integrated into 'releases/release74', will be available in build *201403261440* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/425e4c7b8d19
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #239677 - ArrayIndexOutOfBoundsException: 1 >= 1
(transplanted from a82cb8df9aff7cea4896e3c0fdae02fd73defab1)