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 252105 - IndexOutOfBoundsException: Index: 9, Size: 9
Summary: IndexOutOfBoundsException: Index: 9, Size: 9
Status: RESOLVED DUPLICATE of bug 252104
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-27 08:21 UTC by Alexander Simon
Modified: 2015-04-27 20:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216977


Attachments
stacktrace (4.46 KB, text/plain)
2015-04-27 08:21 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-04-27 08:21:23 UTC
Build: NetBeans IDE Dev (Build 20150427-9594f7084608)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: SunOS

User Comments:
alexvsimon: gebugging: press continue




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 9, Size: 9
   at java.util.ArrayList.RangeCheck(ArrayList.java:653)
   at java.util.ArrayList.get(ArrayList.java:429)
   at java.awt.Container.createHierarchyEvents(Container.java:1439)
   at java.awt.Container.addImpl(Container.java:1139)
   at java.awt.Container.add(Container.java:971)
   at org.netbeans.core.windows.services.NbPresenter.initializeMessage(NbPresenter.java:387)
Comment 1 Alexander Simon 2015-04-27 08:21:24 UTC
Created attachment 153403 [details]
stacktrace
Comment 2 Alexander Simon 2015-04-27 20:00:20 UTC

*** This bug has been marked as a duplicate of bug 252104 ***