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 195724 - ArrayIndexOutOfBoundsException: -1
Summary: ArrayIndexOutOfBoundsException: -1
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-20 15:06 UTC by jomu
Modified: 2011-04-23 17:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171261


Attachments
stacktrace (1.95 KB, text/plain)
2011-02-20 15:06 UTC, jomu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jomu 2011-02-20 15:06:44 UTC
This issue was reported manually by jomu.
It already has 5 duplicates 


Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
jsnuggs: Attempting to use the Bugzilla Report a New Issue feature.  Viewing existing issues works, but in several different versions of NetBeans I get this error.  I'm not sure if I'm missing some configuration on the bugzilla server or what.

GUEST: When trying to report a new issue via bugzilla plugin.

GUEST: Attempting to report an issue through Bugzilla.

krikkit: - trying to "report a new issue" on bugzilla (version 3.7.2 on ubuntu 10.04 LTS).
- this is netbeans 6.9 running on windows xp, sp3
- finding issues is no problem.. but i cant get the reporting to work :(

jomu: Services --> Bug Tracker --> bugzilla@localhost --> report a new issue




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at java.util.ArrayList.get(ArrayList.java:324)
   at org.netbeans.modules.bugzilla.issue.IssuePanel.initStatusCombo(IssuePanel.java:837)
   at org.netbeans.modules.bugzilla.issue.IssuePanel.reloadForm(IssuePanel.java:482)
   at org.netbeans.modules.bugzilla.issue.IssuePanel.productComboActionPerformed(IssuePanel.java:2042)
   at org.netbeans.modules.bugzilla.issue.IssuePanel.access$3600(IssuePanel.java:151)
   at org.netbeans.modules.bugzilla.issue.IssuePanel$FormListener.actionPerformed(IssuePanel.java:1944)
Comment 1 jomu 2011-02-20 15:06:48 UTC
Created attachment 106215 [details]
stacktrace
Comment 2 Tomas Stupka 2011-02-28 16:02:17 UTC
fixed in http://hg.netbeans.org/core-main/rev/819edffdfa8b
Comment 3 Quality Engineering 2011-03-01 17:57:47 UTC
Integrated into 'main-golden', will be available in build *201103011142* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/819edffdfa8b
User: Tomas Stupka <tstupka@netbeans.org>
Log: - preventing aioobe
- added logging
Issue #195724 - ArrayIndexOutOfBoundsException: -1
Comment 4 jomu 2011-04-23 17:04:57 UTC
tested with NB 7.0 successfully