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 42149 - Array out of bounds exception raised - unable to reproduce.
Summary: Array out of bounds exception raised - unable to reproduce.
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-04-20 00:02 UTC by angrytuna
Modified: 2008-12-22 21:40 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 angrytuna 2004-04-20 00:02:50 UTC
J2SE Version 1.4.2_02
Open Windows: Main and Help
While attempting to mount a new filesystem with
the help window open, an array out of bounds
exception was raised.  Program recovered
gracefully following exception, with no noticeable
restriction, and attempted task was accomplished.
 Issue was not reproducible.

Exception follows:
*************************************************

java.lang.ArrayIndexOutOfBoundsException: Array
index out of range: 3
	at java.util.Vector.get(Vector.java:709)
	at
javax.swing.plaf.basic.BasicDirectoryModel.getElementAt(BasicDirectoryModel.java:143)
	at
javax.swing.JList.getSelectedValues(JList.java:1779)
	at
com.sun.java.swing.plaf.windows.WindowsFileChooserUI.setFileSelected(WindowsFileChooserUI.java:1449)
[catch] at
com.sun.java.swing.plaf.windows.WindowsFileChooserUI$DelayedSelectionUpdater.run(WindowsFileChooserUI.java:1123)
	at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
	at
java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
	at java.awt.Dialog$1.run(Dialog.java:540)
	at java.awt.Dialog.show(Dialog.java:561)
	at
org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:722)
	at
org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:765)
	at
org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:753)
	at
org.openide.util.Mutex.doEventAccess(Mutex.java:924)
	at org.openide.util.Mutex.readAccess(Mutex.java:158)
	at
org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:738)
	at
org.openide.loaders.TemplateWizard.instantiateImpl(TemplateWizard.java:427)
	at
org.openide.loaders.TemplateWizard.instantiate(TemplateWizard.java:358)
	at
org.openide.actions.NewTemplateAction$TemplateActionListener.acceptNodes(NewTemplateAction.java:540)
	at
org.openide.explorer.view.MenuView$MenuItem.doClick(MenuView.java:445)
	at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
	at
java.awt.Component.processMouseEvent(Component.java:5100)
	at
java.awt.Component.processEvent(Component.java:4897)
	at
java.awt.Container.processEvent(Container.java:1569)
	at
java.awt.Component.dispatchEventImpl(Component.java:3615)
	at
java.awt.Container.dispatchEventImpl(Container.java:1627)
	at
java.awt.Component.dispatchEvent(Component.java:3477)
	at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
	at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
	at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
	at
java.awt.Container.dispatchEventImpl(Container.java:1613)
	at
java.awt.Window.dispatchEventImpl(Window.java:1606)
	at
java.awt.Component.dispatchEvent(Component.java:3477)
	at
java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
	at
java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 David Simonek 2004-06-17 16:13:02 UTC
Ouch! Not good. You can see for yourself that exception comes from
Swing, namely FileSelectionPanel, not from Netbeans code. Without
reproduction case there is nothing I can do. Closing for now, please
reopen with reproduction steps if you'll be lucky, then we could fix
it or submit bug to the Swing team.
Comment 2 Marian Mirilovic 2005-07-15 07:44:06 UTC
closed