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

Summary: IndexOutOfBoundsException: Index: 4, Size: 4
Product: platform Reporter: abien <abien>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223235
Attachments: stacktrace

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.