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

Summary: ArrayIndexOutOfBoundsException thrown, PinRepaintRM can participate in it
Product: platform Reporter: Daniel Prusa <dprusa>
Component: -- Other --Assignee: David Simonek <dsimonek>
Status: CLOSED FIXED    
Severity: minor    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:

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