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 232231 - ArrayIndexOutOfBoundsException: List contains 4 items, but tried to fetch item 18
Summary: ArrayIndexOutOfBoundsException: List contains 4 items, but tried to fetch ite...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 21:15 UTC by javydreamercsw
Modified: 2013-07-05 02:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201894


Attachments
stacktrace (1.55 KB, text/plain)
2013-07-03 21:15 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2013-07-03 21:15:26 UTC
Build: NetBeans IDE Dev (Build 201307022300)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7

User Comments:
javydreamercsw: Running a Netbeans Application from IDE. Got an error on the applciation and this poped up on the IDE.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: List contains 4 items, but tried to fetch item 18
   at org.netbeans.core.output2.IntListSimple.get(IntListSimple.java:70)
   at org.netbeans.core.output2.AbstractLines.updateLastLine(AbstractLines.java:746)
   at org.netbeans.core.output2.AbstractLines.lineUpdated(AbstractLines.java:795)
   at org.netbeans.core.output2.OutWriter.write(OutWriter.java:220)
   at org.netbeans.core.output2.OutWriter.doWrite(OutWriter.java:482)
   at org.netbeans.core.output2.OutWriter.print(OutWriter.java:562)
Comment 1 javydreamercsw 2013-07-03 21:15:28 UTC
Created attachment 136680 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-07-04 10:15:58 UTC
Hopefully fixed by this changeset:
http://hg.netbeans.org/core-main/rev/701a8d0a341a

Thank you for reporting.
Comment 3 Quality Engineering 2013-07-05 02:25:12 UTC
Integrated into 'main-silver', will be available in build *201307042300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/701a8d0a341a
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #232231: AIOOBE: List contains 4 items, but tried to fetch item 18