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 22157 - exception thrown in Help
Summary: exception thrown in Help
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-06 20:22 UTC by Ari Meyer
Modified: 2008-12-22 16:24 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 Ari Meyer 2002-04-06 20:22:06 UTC
This exception was thrown when I was navigating through 
the help system:


Sat Apr 06 15:12:18 EST 2002: 
java.lang.ArrayIndexOutOfBoundsException: <no message>
java.lang.ArrayIndexOutOfBoundsException
        at 
javax.swing.text.html.TableView$RowView.layoutMajorAxis
(TableView.java:1393)
        at javax.swing.text.BoxView.layout
(BoxView.java:580)
        at javax.swing.text.BoxView.setSize
(BoxView.java:265)
        at javax.swing.text.BoxView.paint(BoxView.java:283)
        at javax.swing.text.html.TableView$RowView.paint
(TableView.java:1315)
        at javax.swing.text.html.TableView.paint
(TableView.java:740)
        at javax.swing.text.BoxView.paintChild
(BoxView.java:104)
        at javax.swing.text.BoxView.paint(BoxView.java:294)
        at javax.swing.text.html.BlockView.paint
(BlockView.java:240)
        at javax.swing.text.BoxView.paintChild
(BoxView.java:104)
        at javax.swing.text.BoxView.paint(BoxView.java:294)
        at javax.swing.text.html.BlockView.paint
(BlockView.java:240)
        at 
javax.swing.plaf.basic.BasicTextUI$RootView.paint
(BasicTextUI.java:1170)
        at javax.swing.plaf.basic.BasicTextUI.paintSafely
(BasicTextUI.java:523)
        at javax.swing.plaf.basic.BasicTextUI.paint
(BasicTextUI.java:657)
        at javax.swing.plaf.basic.BasicTextUI.update
(BasicTextUI.java:636)
        at javax.swing.JComponent.paintComponent
(JComponent.java:395)
        at javax.swing.JComponent.paint
(JComponent.java:687)
        at javax.swing.JComponent.paintChildren
(JComponent.java:498)
        at javax.swing.JComponent.paint
(JComponent.java:696)
        at javax.swing.JViewport.paintViaBackingStore
(JViewport.java:567)
        at javax.swing.JViewport.paint(JViewport.java:709)
        at javax.swing.JComponent.paintChildren
(JComponent.java:498)
        at javax.swing.JComponent.paint
(JComponent.java:696)
        at javax.swing.JComponent.paintChildren
(JComponent.java:498)
        at javax.swing.JComponent.paint
(JComponent.java:696)
        at javax.swing.JComponent.paintChildren
(JComponent.java:498)
        at javax.swing.JSplitPane.paintChildren
(JSplitPane.java:1006)
        at javax.swing.JComponent.paint
(JComponent.java:696)
        at javax.swing.JComponent.paintChildren
(JComponent.java:498)
        at javax.swing.JComponent.paint
(JComponent.java:696)
        at javax.swing.JComponent.paintChildren
(JComponent.java:498)
        at javax.swing.JComponent.paint
(JComponent.java:696)
        at javax.swing.JComponent.paintChildren
(JComponent.java:498)
        at javax.swing.JComponent.paint
(JComponent.java:696)
        at javax.swing.JLayeredPane.paint
(JLayeredPane.java:546)
        at javax.swing.JComponent.paintChildren
(JComponent.java:498)
        at javax.swing.JComponent.paint
(JComponent.java:669)
        at java.awt.GraphicsCallback$PaintCallback.run
(GraphicsCallback.java:23)
        at sun.awt.SunGraphicsCallback.runOneComponent
(SunGraphicsCallback.java:54)
        at sun.awt.SunGraphicsCallback.runComponents
(SunGraphicsCallback.java:91)
        at java.awt.Container.paint(Container.java:960)
        at sun.awt.RepaintArea.paint(RepaintArea.java:298)
        at sun.awt.windows.WComponentPeer.handleEvent
(WComponentPeer.java:196)
        at java.awt.Component.dispatchEventImpl
(Component.java:2663)
[catch] at java.awt.Container.dispatchEventImpl
(Container.java:1213)
        at java.awt.Window.dispatchEventImpl
(Window.java:914)
        at java.awt.Component.dispatchEvent
(Component.java:2497)
        at java.awt.EventQueue.dispatchEvent
(EventQueue.java:339)
        at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:131)
        at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:98)
        at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run
(EventDispatchThread.java:85)
Comment 1 Richard Gregor 2002-06-19 21:51:32 UTC
Were you navigating through the help system of installer or IDE?
Comment 2 Richard Gregor 2002-07-08 15:20:33 UTC
Reassignig to core.
Comment 3 _ ttran 2002-07-08 15:38:51 UTC
this is a bug in Swing.  Unfortunately we can't do anything about it.
 Try another version of JDK
Comment 4 Quality Engineering 2003-07-01 15:48:17 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 5 Quality Engineering 2003-07-01 16:25:25 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.