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

Summary: ArrayIndexOutOfBoundsException: List contains 4 items, but tried to fetch item 18
Product: platform Reporter: javydreamercsw <javydreamercsw>
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201894
Attachments: stacktrace

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