---
Moved from:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=51096
Reporter: bernd.ruecker@computation-sis.de (Bernd
Ruecker)
---
When I want to start the AspectJ-Browser the following
Exception is thrown:
Message: Could not start browser.
Stack trace:
java.lang.ArrayIndexOutOfBoundsException: No such
child: 1
at java.awt.Container.getComponent
(Container.java:237)
at
org.aspectj.tools.ajde.jbuilder.AJBrowserAction.enable
(Unknown Source)
at
org.aspectj.tools.ajde.jbuilder.AJBrowserAction.actionPerf
ormed(Unknown
Source)
at
com.borland.primetime.ide.BrowserAction.actionPerformed
(Unknown Source)
at
com.borland.primetime.actions.ActionButton.a(Unknown
Source)
at
com.borland.primetime.actions.ActionButton.fire
(Unknown Source)
at
com.borland.primetime.actions.ActionButton.processMous
eEvent(Unknown
Source)
at java.awt.Component.processEvent
(Component.java:4897)
at java.awt.Container.processEvent
(Container.java:1569)
at java.awt.Component.dispatchEventImpl
(Component.java:3615)
at java.awt.Container.dispatchEventImpl
(Container.java:1627)
at java.awt.Component.dispatchEvent
(Component.java:3477)
at
java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:3483)
at
java.awt.LightweightDispatcher.processMouseEvent
(Container.java:3198)
at
java.awt.LightweightDispatcher.dispatchEvent
(Container.java:3128)
at java.awt.Container.dispatchEventImpl
(Container.java:1613)
at java.awt.Window.dispatchEventImpl
(Window.java:1606)
at java.awt.Component.dispatchEvent
(Component.java:3477)
at java.awt.EventQueue.dispatchEvent
(EventQueue.java:456)
at java.awt.EventDispatchThread.
pumpOneEventForHierarchy
(EventDispatchThread.java:201)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.
java:151)
at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run
(EventDispatchThread.java:100)
------- Additional Comment #1 From Mik Kersten 2004-
04-01 14:09 -------
*** Bug 57015 has been marked as a duplicate of this
bug. ***
------- Additional Comment #2 From Adrian Colyer 2004-
08-06 06:08 -------
Mik - shouldn't this bug be raised against the AspectJ
JBuilder project (http://sourceforge.net/projects/
aspectj4jbuildr/) ? If so let's close it here as there's
nothing we can do in the AspectJ source tree to fix
it....