Bugs item #1030981, was opened at 2004-09-19 20:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1030981&group_id=44253
Category: Compiler integration
Group: Serious
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Out of bounds exception when selecting class
Initial Comment:
Submitted by Heather Johnston, hea...@ri...
With a project open, selecting another class generates
an array out of bounds exception even though my files
compile. This happened first after I'd been working in
Dr. Java for about 30min and is now happening every 5
min or so. I'm not sure if it is running my program
from the main method after I receive the error.
Error:
java.lang.ArrayIndexOutOfBoundsException: Array index
out of range: 1
at java.util.Vector.get(Unknown Source)
at
javax.swing.plaf.basic.BasicDirectoryModel.getElementAt(Unknown
Source)
at javax.swing.JList.getSelectedValues(Unknown Source)
at
javax.swing.plaf.basic.BasicFileChooserUI$Handler.valueChanged(Unknown
Source)
at javax.swing.JList.fireSelectionValueChanged(Unknown
Source)
at
javax.swing.JList$ListSelectionHandler.valueChanged(Unknown
Source)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown
Source)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown
Source)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown
Source)
at
javax.swing.DefaultListSelectionModel.removeIndexInterval(Unknown
Source)
at
javax.swing.plaf.basic.BasicListUI$Handler.intervalRemoved(Unknown
Source)
at
javax.swing.AbstractListModel.fireIntervalRemoved(Unknown
Source)
at
javax.swing.plaf.basic.BasicDirectoryModel.access$500(Unknown
Source)
at
javax.swing.plaf.basic.BasicDirectoryModel$DoChangeContents.run(Unknown
Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
______________________________________
Help about info:
DrJava Version : 20040825-2108
DrJava Configuration file: C:\Documents and
Settings\Heather Johnston\.drjava
Copyright © 2001-2003 JavaPLT group at Rice University
(ja...@ri...)
See http://www.drjava.org for more information on
DrJava or to
obtain the latest version of the program or its source
code.
DrJava is free software; you can redistribute it and/or
modify
it under the terms of the DrJava Open Source License.
A copy
of the license should have been included in the
documentation
for this software.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1030981&group_id=44253
|