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 79975 - ArrayIndexOutOfBoundsException after New Project action
Summary: ArrayIndexOutOfBoundsException after New Project action
Status: CLOSED DUPLICATE of bug 60740
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 12:51 UTC by ehucka
Modified: 2008-12-22 18:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2006-07-11 12:51:04 UTC
nb 5.5 beta 2 with fresh userdir, mac, jdk 1.5.0-06-112

I invoked New project action from File menu and the exception was thrown:

java.lang.ArrayIndexOutOfBoundsException: 1
        at java.awt.Container.createHierarchyEvents(Container.java:1335)
        at java.awt.Container.createHierarchyEvents(Container.java:1335)
        at java.awt.Container.createHierarchyEvents(Container.java:1335)
        at java.awt.Container.createHierarchyEvents(Container.java:1335)
        at java.awt.Container.createHierarchyEvents(Container.java:1335)
        at java.awt.Container.createHierarchyEvents(Container.java:1335)
        at java.awt.Container.createHierarchyEvents(Container.java:1335)
        at java.awt.Dialog.conditionalShow(Dialog.java:450)
        at java.awt.Dialog.show(Dialog.java:506)
        at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:816)
        at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:859)
        at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:847)
        at org.openide.util.Mutex$1.run(Mutex.java:1194)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Milos Kleint 2006-07-11 13:44:24 UTC
dupilicate of #60740, fixed in trunk.

*** This issue has been marked as a duplicate of 60740 ***
Comment 2 Marian Mirilovic 2006-07-31 09:24:22 UTC
verified duplicate