-
Thanks for the information. That was of help to me and I managed to get the zooming functioning.
I would like to ask about the possibility of making unit test (junit) for the same class. I tried several way to test it but i could not because it is abstract.
I am trying to test that the buttons are enabled or disabled in the toolbar for example.
Can you please let me know if it is...
2009-11-20 23:03:41 UTC by shuaib85
-
dlsmith committed revision 5132 to the DrJava SVN repository, changing 3 files.
2009-11-20 22:10:18 UTC by dlsmith
-
dlsmith committed revision 5131 to the DrJava SVN repository, changing 4 files.
2009-11-20 21:42:11 UTC by dlsmith
-
Choose a smaller heap size and try again.
This is not a bug. We currently do not check if the heap size selected is too big, compared to the PC's RAM size. We do have a feature request for this, though:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2200862&group_id=44253.
2009-11-20 21:14:29 UTC by mgricken
-
I ran a program that caused Java to run out of available memory. DrJava gave me an error message which prompted me to change the available heapspace. I changed it to the highest value on the list. Then I restarted DrJava, and immediately got a message: the title of the window was "Java Virtual Machine Launcher" and the only contents were an error image (white 'X' on red), the text "Could not...
2009-11-20 20:52:02 UTC by magichal12
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-20 02:20:09 UTC by sf-robot
-
Fixed in the latest development release at http://www.drjava.org/.
2009-11-19 20:48:00 UTC by mgricken
-
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.Vector.elementAt(Unknown Source)
at javax.swing.table.DefaultTableModel.getValueAt(Unknown Source)
at edu.rice.cs.drjava.ui.InsertVariableDialog$6.valueChanged(InsertVariableDialog.java:229)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown...
2009-11-19 20:35:27 UTC by nobody
-
Have you tried using the latest version of DrJava?
Does the directory where your DrJava executable (*.exe or *.jar or the Mac application) is stored have an exclamation point (!) in it?.
2009-11-18 16:34:44 UTC by mgricken
-
1 error occured! Please submit a bug report containing the information below and an account of the actions that caused the bug (if known) to http://sourceforge.net/projects/drjava. You may wish to save all your work and restart DrJava. Thanks for your help in making DrJava better!
edu.rice.cs.util.UnexpectedException: java.util.MissingResourceException: Can't find bundle for base name koala.d.
2009-11-18 16:05:43 UTC by nobody