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 258566 - IndexOutOfBoundsException: Index: 4, Size: 4
Summary: IndexOutOfBoundsException: Index: 4, Size: 4
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-29 09:20 UTC by abien
Modified: 2016-05-17 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223235


Attachments
stacktrace (3.35 KB, text/plain)
2016-03-29 09:20 UTC, abien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abien 2016-03-29 09:20:49 UTC
Build: NetBeans IDE Dev (Build 201603250001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Mac OS X

User Comments:
abien: Happened during alt+enter (full screen)




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
   at java.util.ArrayList.RangeCheck(ArrayList.java:653)
   at java.util.ArrayList.remove(ArrayList.java:492)
   at java.awt.Container.remove(Container.java:1219)
   at javax.swing.JLayeredPane.remove(JLayeredPane.java:246)
   at java.awt.Container.remove(Container.java:1264)
   at javax.swing.JRootPane.setContentPane(JRootPane.java:623)
Comment 1 abien 2016-03-29 09:20:51 UTC
Created attachment 159031 [details]
stacktrace
Comment 2 Martin Entlicher 2016-05-17 09:50:05 UTC
A similar problem, but from different action, is reported in bug #258913.