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 48849 - [40cat] ArrayIndexOutOfBoundsException in context sensitive help
Summary: [40cat] ArrayIndexOutOfBoundsException in context sensitive help
Status: RESOLVED DUPLICATE of bug 38315
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 4.x
Hardware: All Mac OS X
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-10 15:00 UTC by Unknown
Modified: 2004-10-14 14:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
reproduced exceptions (8.78 KB, text/plain)
2004-09-21 17:01 UTC, Jan Pokorsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2004-09-10 15:00:03 UTC
Got this when using the context sensitive help and selecting the
package link.

java.lang.ArrayIndexOutOfBoundsException: No such child: 0
    at java.awt.Container.getComponent(Container.java:237)
    at  
javax.swing.JComponent.rectangleIsObscured(JComponent.java:
3702)
    at javax.swing.JComponent.paint(JComponent.java:806)
    at 
javax.swing.JComponent._paintImmediately(JComponent.java:
4707)
    at 
javax.swing.JComponent.paintImmediately(JComponent.java:
4489)
    at
javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.j
ava:436)
[catch] at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest
.run(SystemE ve
ntQueueUtilities.java:117)
    at  
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:
178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
    at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(Event
DispatchThr ea
d.java:234)
    at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDis
patchThrea d.
java:184)
    at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread
.java:178)
    at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread
.java:170)
    at 
java.awt.EventDispatchThread.run(EventDispatchThread.java:
100)


BTW.. this is reproducible.  Type say, System in the source 
window,  highlight it then shift-f1.
Select System, let it display, then select the package link.
BTW.. the "overview" "all classes", "frames" links (and most 
others)  produces an exception, too.
-Bryan
Comment 1 Jan Pokorsky 2004-09-21 16:59:07 UTC
When we try to reproduce your steps (using Javadoc Index Search) on
Mac OS we get following exceptions.
Comment 2 Jan Pokorsky 2004-09-21 17:01:37 UTC
Created attachment 17793 [details]
reproduced exceptions
Comment 3 Jan Pokorsky 2004-09-21 17:03:32 UTC
According stacktraces it seems to be duplicate of
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5082016 and issue
#38315.

*** This issue has been marked as a duplicate of 38315 ***
Comment 4 Jiri Kovalsky 2004-10-14 14:04:32 UTC
This is NetCAT issue, updating summary accordingly.