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 232224 - ArrayIndexOutOfBoundsException: -1
Summary: ArrayIndexOutOfBoundsException: -1
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 20:45 UTC by alied
Modified: 2013-07-11 09:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201891


Attachments
stacktrace (2.09 KB, text/plain)
2013-07-03 20:45 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2013-07-03 20:45:22 UTC
Build: NetBeans IDE Dev (Build 201307011244)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
alied: opening a java source fila in the Editor with compilation errors




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at java.util.ArrayList.elementData(ArrayList.java:371)
   at java.util.ArrayList.remove(ArrayList.java:448)
   at java.awt.Container.removeDelicately(Container.java:565)
   at java.awt.Container.setComponentZOrder(Container.java:761)
   at javax.swing.JLayeredPane.setLayer(JLayeredPane.java:380)
   at javax.swing.JLayeredPane.setPosition(JLayeredPane.java:458)
Comment 1 alied 2013-07-03 20:45:25 UTC
Created attachment 136674 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-07-11 09:41:40 UTC
Cannot reproduce in

Product Version: NetBeans IDE Dev (Build 20130708-ffcf6b77ab79)
Java: 1.7.0_15; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_15-b03
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)


If the problem persists, please provide steps to reproduce and reopen, thanks.