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 7314 - ArrayIndexOutOfBoundsException thrown, PinRepaintRM can participate in it
Summary: ArrayIndexOutOfBoundsException thrown, PinRepaintRM can participate in it
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P4 minor (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-09 08:08 UTC by Daniel Prusa
Modified: 2008-12-23 10:46 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 Daniel Prusa 2000-08-09 08:08:44 UTC
[1065]
Encountered one time only, hard to say when.

java.lang.ArrayIndexOutOfBoundsException: No such child: 1
        at java.awt.Container.getComponent(Container.java:170)
        at javax.swing.JComponent.rectangleIsObscured(JComponent.java:3615)
        at javax.swing.JComponent.paint(JComponent.java:737)
        at javax.swing.JComponent.paintWithBuffer(JComponent.java:4393)
        at javax.swing.JComponent._paintImmediately(JComponent.java:4336)
        at javax.swing.JComponent.paintImmediately(JComponent.java:4187)
        at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:370)

        at org.netbeans.core.windows.PinRepaintRM.paintDirtyRegions(PinRepaintRM
.java:75)
        at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(System
EventQueueUtilities.java:205)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:10
3)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 David Simonek 2000-09-07 15:35:59 UTC
now should be fixed both in main trunk and boston - but I cannot say it
is fixed for sure, because this error is simply not reproductible
Comment 2 Marian Mirilovic 2002-05-27 13:18:49 UTC
closed