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 230507 - IndexOutOfBoundsException: Index: 4, Size: 2
Summary: IndexOutOfBoundsException: Index: 4, Size: 2
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-30 09:01 UTC by Jan Becicka
Modified: 2013-06-08 01:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201034


Attachments
stacktrace (7.27 KB, text/plain)
2013-05-30 09:01 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2013-05-30 09:01:36 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
jbecicka: typing in issue field in commit dialog




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 4, Size: 2
   at java.util.ArrayList.RangeCheck(ArrayList.java:604)
   at java.util.ArrayList.get(ArrayList.java:382)
   at org.netbeans.modules.bugtracking.ui.search.ResultsModel.getElementAt(ResultsModel.java:125)
   at javax.swing.plaf.basic.BasicListUI.paintCell(BasicListUI.java:204)
   at javax.swing.plaf.basic.BasicListUI.paintImpl(BasicListUI.java:317)
   at javax.swing.plaf.basic.BasicListUI.paint(BasicListUI.java:240)
Comment 1 Jan Becicka 2013-05-30 09:01:39 UTC
Created attachment 135113 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-06-06 10:08:06 UTC
fix: http://hg.netbeans.org/core-main/rev/fd2eaf6f8679
Comment 3 Quality Engineering 2013-06-08 01:11:33 UTC
Integrated into 'main-golden', will be available in build *201306072301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fd2eaf6f8679
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #230507 - IndexOutOfBoundsException: Index: 4, Size: 2