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 5043 - ArrayIndexOutOfBoundsException is thrown when IDE starts.
Summary: ArrayIndexOutOfBoundsException is thrown when IDE starts.
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-12-20 17:13 UTC by issues@www
Modified: 2008-12-23 11:37 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 issues@www 1999-12-20 17:13:13 UTC
It is thrown in time period when component palette is being initialized.

Exception occurred during event dispatching:
java.lang.ArrayIndexOutOfBoundsException: No such child: 1
        at java.awt.Container.getComponent(Container.java:171)
        at javax.swing.JComponent.rectangleIsObscured(JComponent.java:3496)
        at javax.swing.JComponent.paint(JComponent.java:703)
        at javax.swing.JComponent.paintWithBuffer(JComponent.java:4272)
        at javax.swing.JComponent._paintImmediately(JComponent.java:4217)
        at javax.swing.JComponent.paintImmediately(JComponent.java:4069)
        at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:374)
        at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:191)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:156)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:300)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:105)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:95)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:86)
Comment 1 Quality Engineering 2003-07-02 15:18:26 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.