You can subscribe to this list here.
2002 |
Jan
(17) |
Feb
(80) |
Mar
(56) |
Apr
(79) |
May
(9) |
Jun
(60) |
Jul
(29) |
Aug
(40) |
Sep
(23) |
Oct
(6) |
Nov
(25) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(17) |
Feb
(85) |
Mar
(22) |
Apr
(3) |
May
(18) |
Jun
(27) |
Jul
(38) |
Aug
(19) |
Sep
(15) |
Oct
(6) |
Nov
(2) |
Dec
(5) |
2004 |
Jan
(19) |
Feb
(26) |
Mar
(30) |
Apr
(29) |
May
(8) |
Jun
(28) |
Jul
(39) |
Aug
(17) |
Sep
(19) |
Oct
(12) |
Nov
(18) |
Dec
(9) |
2005 |
Jan
(5) |
Feb
(18) |
Mar
(4) |
Apr
(5) |
May
(9) |
Jun
(10) |
Jul
(15) |
Aug
(11) |
Sep
(6) |
Oct
(6) |
Nov
(11) |
Dec
(6) |
2006 |
Jan
(10) |
Feb
(27) |
Mar
(24) |
Apr
(39) |
May
(14) |
Jun
(14) |
Jul
(5) |
Aug
(15) |
Sep
(21) |
Oct
(25) |
Nov
(10) |
Dec
(6) |
2007 |
Jan
(19) |
Feb
(23) |
Mar
(10) |
Apr
(10) |
May
(10) |
Jun
(9) |
Jul
(8) |
Aug
(6) |
Sep
(10) |
Oct
(7) |
Nov
(4) |
Dec
(5) |
2008 |
Jan
(23) |
Feb
(13) |
Mar
(19) |
Apr
(11) |
May
(11) |
Jun
(10) |
Jul
(12) |
Aug
(19) |
Sep
(11) |
Oct
(4) |
Nov
(6) |
Dec
|
2009 |
Jan
(8) |
Feb
(15) |
Mar
(21) |
Apr
(12) |
May
(14) |
Jun
(9) |
Jul
(2) |
Aug
(17) |
Sep
(36) |
Oct
(31) |
Nov
(13) |
Dec
(13) |
2010 |
Jan
(24) |
Feb
(17) |
Mar
(32) |
Apr
(18) |
May
(9) |
Jun
(6) |
Jul
(11) |
Aug
(18) |
Sep
(7) |
Oct
(20) |
Nov
(5) |
Dec
(4) |
2011 |
Jan
(1) |
Feb
(5) |
Mar
(3) |
Apr
(1) |
May
(2) |
Jun
|
Jul
(1) |
Aug
(4) |
Sep
(7) |
Oct
(1) |
Nov
(3) |
Dec
(1) |
2012 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
(4) |
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(3) |
Nov
(3) |
Dec
|
2013 |
Jan
(1) |
Feb
(3) |
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2004-12-09 16:18:26
|
Feature Requests item #1082240, was opened at 2004-12-09 09:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1082240&group_id=44253 Category: Interactions Group: Unknown size Status: Open Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: Auto println in interactions window Initial Comment: Many times the interactions window is used to examine the correctness of data returned by a method. As such, I think it would be useful for the interactions window to auto System.out.println any value that is returned by a method but not caught by an assignment. For example, currently, if I want to examine the toString() of an integer I must type: Integer test = new Integer(); Sytem.out.println(test.toString()); However it can be cumbersome to have to type Sytem.out.println for every command while interacting with a class, why not allow: test.toString(); to result in the toSting() being printed to the interactions window? I would aruge though that the information should not be printed to the console windows without an explicit System.out call. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1082240&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-12-09 15:56:30
|
Feature Requests item #1082221, was opened at 2004-12-09 08:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1082221&group_id=44253 Category: Debugger Group: Unknown size Status: Open Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: Persistent breakpoints. Initial Comment: It would be nice if breakpoint information was not cleared when the interactions window was reset. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1082221&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-12-09 15:51:40
|
Feature Requests item #1082215, was opened at 2004-12-09 08:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1082215&group_id=44253 Category: None Group: None Status: Open Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: auto import for interactions Initial Comment: It would be nice if immediately after compilation each successfully compiled files package was added to the interaction windows class path. Many times I find myself compiling a class and wanting to then observer its methods in the interactions windowhowever, each time I recompile the class the interactions window requires me to type import com.whatever.package.* before I can create an instance of my class. If the package was auto imported each time, I go could to straight to new after each compile. I would think that the package should remain in the interactions window classpath until the last file which exists in the given package is closed within DrJava. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1082215&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-12-07 20:35:42
|
Bugs item #1080869, was opened at 2004-12-07 14:35 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=1080869&group_id=44253 Category: Interactions Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Class.forName() doesn't work in interactions pane Initial Comment: After defining the following class in the Definitions pane and compiling, I have the interaction below. class MyClass { static Class lookup() throws ClassNotFoundException { return Class.forName("MyClass"); } } > MyClass.class class MyClass > MyClass.lookup() class MyClass > Class.forName("MyClass") ClassNotFoundException: MyClass at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) > It appears that something is wrong with the ClassLoader used by Class.forName(). My Interactions classpath is as follows: C:\Documents and Settings\Dan\Desktop\drjava-beta-20041124.exe C:\Program Files\Java\jdk1.5.0\lib\tools.jar C:\cygwin\home\Dan\Misc [location of MyClass.java] I've tested this on DrJava versions 20041124-2208 and 20040908-2125 under Windows XP Professional and Java 1.5.0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1080869&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-12-02 23:31:00
|
Bugs item #1078005, was opened at 2004-12-02 23:30 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=1078005&group_id=44253 Category: Compiler integration Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Stephen Wong (sbwong) Assigned to: Nobody/Anonymous (nobody) Summary: Incorrect compiling of packages Initial Comment: If two packages have the same terminal name, e.g. pack1 and superpack.pack1, then DrJava compiles incorrectly. The class files from superpack.pack1 are put into the pack1 directory. The pack1 class files are put into the pack1 directory as they should. The superpack.pack1 directory is not created at all. This can cause DrJava to compile a class even if the import statements are incorrect, e.g. it has "import pack1;" but not "import superpack.pack1;". I am running version: 20041118-2044 on Windows XP Tablet Edition SP2 (1 GHz processor, 1 GB RAM, 40 GB HD) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1078005&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-29 22:01:59
|
Bugs item #1075605, was opened at 2004-11-29 14:01 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=1075605&group_id=44253 Category: Other Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Error on jar launch in Windows Initial Comment: I seem to get the same bug (1073819) on Windows XP that was previously reported for the Mac. I used the jar file download instead of the Windows executable download. Stack trace follows: java.lang.UnsupportedClassVersionError: koala/dynamicjava/interpreter/Interpreter (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass (Unknown Source) at java.net.URLClassLoader.defineClass (Unknown Source) at java.net.URLClassLoader.access$100 (Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged (Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass (Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal (Unknown Source) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.rese t(InterpreterJVM.java:148) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.<init >(InterpreterJVM.java:139) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.<cli nit>(InterpreterJVM.java:95) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at edu.rice.cs.util.newjvm.SlaveJVMRunner.main (SlaveJVMRunner.java:139) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1075605&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-26 16:44:20
|
Bugs item #1073819, was opened at 2004-11-26 08:44 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=1073819&group_id=44253 Category: DynamicJava Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Beta 20041124 Failure on Mac OS X Initial Comment: Immediately after launching the new drjava beta20041124 in Mac OS X 10.3.6 (with java.version 1.4.2_05), I get the following error in an error window: --- java.lang.UnsupportedClassVersionError: koala/dynamicjava/ interpreter/Interpreter (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539) at java.security.SecureClassLoader.defineClass(SecureClassLoader.jav a:123) at java.net.URLClassLoader.defineClass(URLClassLoader.java: 251) at java.net.URLClassLoader.access$100(URLClassLoader.java: 55) at java.net.URLClassLoader$1.run(URLClassLoader.java:194) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:187) at java.lang.ClassLoader.loadClass(ClassLoader.java:289) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java: 274) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 302) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.reset(Interpr eterJVM.java:148) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.<init>(Interp reterJVM.java:139) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.<clinit>(Inter preterJVM.java:95) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) at edu.rice.cs.util.newjvm.SlaveJVMRunner.main(SlaveJVMRunner.java :139) --- Dr Java will then run, but the Interpreter will not run any programs. The Console says this: --- java.lang.IllegalStateException: Interpreter JVM exited before registering, status: 3 at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.slaveQuitDuringStar tup(MainJVM.java:785) at edu.rice.cs.util.newjvm.AbstractMasterJVM$3.run(AbstractMasterJV M.java:308) java.lang.IllegalStateException: Interpreter JVM exited before registering, status: 3 at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.slaveQuitDuringStar tup(MainJVM.java:785) at edu.rice.cs.util.newjvm.AbstractMasterJVM$3.run(AbstractMasterJV M.java:308) --- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1073819&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-25 23:14:26
|
Bugs item #1073472, was opened at 2004-11-25 23:14 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=1073472&group_id=44253 Category: Interactions Group: Crashes Status: Open Resolution: None Priority: 5 Submitted By: Steven Muller (boppoly) Assigned to: Nobody/Anonymous (nobody) Summary: Console Scanner Locks up Interactions Pane Initial Comment: // Try the following example program import java.io.*; import java.util.*; /** Demonstrate the Scanner class for input of numbers.**/ public class ScanConsoleApp { public static void main (String arg[]) { // Create a scanner to read from keyboard Scanner scanner = new Scanner (System.in); try { System.out.printf ("Input int (e.g. %4d): ",3501); int int_val = scanner.nextInt (); System.out.println (" You entered " + int_val +"\n"); System.out.printf ("Input float (e.g. %5.2f): ", 2.43); float float_val = scanner.nextFloat (); System.out.println (" You entered " + float_val +"\n"); System.out.printf ("Input double (e.g. % 6.3e): ",4.943e15); double double_val = scanner.nextDouble (); System.out.println (" You entered " + double_val +"\n"); } catch (InputMismatchException e) { System.out.println ("Mismatch exception:" + e ); } } // main } // class ScanConsoleApp ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1073472&group_id=44253 |
From: Moez A. Abdel-G. <mo...@cs...> - 2004-11-25 15:49:39
|
This beta release of DrJava includes some bug-fixes and some improvements. This beta release is better than the last beta, but is not yet a viable candidate for a stable release. We have fixed some issues related to synchronization, the project facility, as well as improved Language Levels support and fixed some small bugs in it. Please download and test this release as your primary copy of DrJava. -Moez ============================================================ Q: Why bother doing proofs about programming languages? They are almost always boring if the definitions are right. A: The definitions are almost always wrong. -Anonymous |
From: SourceForge.net <no...@so...> - 2004-11-23 16:24:16
|
Bugs item #1071846, was opened at 2004-11-23 08:24 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=1071846&group_id=44253 Category: Javadoc integration Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Javadoc throws a null ptr excptn and is not usable w jdk1.5 Initial Comment: I'm using DrJava Version : 20040326-2216 on Linux Mandrake 10 machine with the Java jdk1.5. My program compiles and runs fine, but when I attempt to make the java docs for it using the Javadoc button on the menu, I get a runtime null pointer exception and a long list of errors. The java docs appear on the screen, but when I try to give the java doc the focus by clicking on it, it generates another window with the same long list of errors. Javadoc was working fine with the 1.4 version of the java JDK, so I think the problem is related to the jdk 1.5 submitted by John jm...@cs... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1071846&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-21 21:40:14
|
Bugs item #1070636, was opened at 2004-11-21 13:27 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=1070636&group_id=44253 Category: None Group: Could cause data loss Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: javax.swing.text.BadLocationException Initial Comment: I can't find the Help-menu thing I'm supposed to submit; sorry. I think the problem came because I like to write my code in vi, and so I'm alternately writing code and compiling/reloading in DrJava. The error said I should save and restart DrJava - not a crash, quite. Below is what came with the error popup: edu.rice.cs.util.UnexpectedException: javax.swing.text.BadLocationException: Invalid location at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtO ffset(CompilerErrorModel.java:287) at edu.rice.cs.drjava.ui.ErrorCaretListener.updateHighlight(ErrorCaret Listener.java:121) at edu.rice.cs.drjava.ui.ErrorCaretListener.caretUpdate(ErrorCaretList ener.java:97) at javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponen t.java:356) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextCo mponent.java:3165) at javax.swing.text.JTextComponent$MutableCaretEvent.stateChange d(JTextComponent.java:3187) at javax.swing.text.DefaultCaret.fireStateChanged(DefaultCaret.java: 638) at javax.swing.text.DefaultCaret.changeCaretPosition(DefaultCaret.ja va:1010) at javax.swing.text.DefaultCaret.handleSetDot(DefaultCaret.java:918) at javax.swing.text.DefaultCaret.setDot(DefaultCaret.java: 899) at javax.swing.text.DefaultCaret$UpdateHandler.insertUpdate(Default Caret.java:1453) at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocu ment.java:184) at javax.swing.text.AbstractDocument.handleInsertString(AbstractDoc ument.java:749) at javax.swing.text.AbstractDocument.insertString(AbstractDocument. java:706) at javax.swing.text.PlainDocument.insertString(PlainDocument.java: 114) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.insertStri ng(DefinitionsDocument.java:570) at javax.swing.text.AbstractDocument.replace(AbstractDocument.jav a:668) at javax.swing.text.JTextComponent.replaceSelection(JTextCompone nt.java:1072) at javax.swing.JEditorPane.replaceSelection(JEditorPane.java: 1050) at javax.swing.text.DefaultEditorKit$InsertBreakAction.actionPerform ed(DefaultEditorKit.java:937) at edu.rice.cs.drjava.ui.DefinitionsPane$IndentKeyAction.actionPerfor med(DefinitionsPane.java:404) at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java: 1535) at javax.swing.JComponent.processKeyBinding(JComponent.java: 2438) at javax.swing.JComponent.processKeyBindings(JComponent.java: 2473) at javax.swing.JComponent.processKeyEvent(JComponent.java: 2401) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsP ane.java:494) at java.awt.Component.processEvent(Component.java:4975) at java.awt.Container.processEvent(Container.java:1613) at java.awt.Component.dispatchEventImpl(Component.java: 3681) at java.awt.Container.dispatchEventImpl(Container.java: 1671) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusM anager.java:1713) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Default KeyboardFocusManager.java:627) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Defa ultKeyboardFocusManager.java:831) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Defa ultKeyboardFocusManager.java:741) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKey boardFocusManager.java:592) at java.awt.Component.dispatchEventImpl(Component.java: 3572) at java.awt.Container.dispatchEventImpl(Container.java: 1671) at java.awt.Window.dispatchEventImpl(Window.java:1606) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.EventQueue.dispatchEvent(EventQueue.java:456) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDi spatchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDisp atchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j ava:178) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j ava:170) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) Caused by: javax.swing.text.BadLocationException: Invalid location at javax.swing.text.GapContent.getChars(GapContent.java: 172) at javax.swing.text.GapContent.getString(GapContent.java: 150) at javax.swing.text.AbstractDocument.getText(AbstractDocument.jav a:772) at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtO ffset(CompilerErrorModel.java:280) at edu.rice.cs.drjava.ui.ErrorCaretListener.updateHighlight(ErrorCaret Listener.java:121) at edu.rice.cs.drjava.ui.ErrorCaretListener.caretUpdate(ErrorCaretList ener.java:97) at javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponen t.java:356) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextCo mponent.java:3165) at javax.swing.text.JTextComponent$MutableCaretEvent.stateChange d(JTextComponent.java:3187) at javax.swing.text.DefaultCaret.fireStateChanged(DefaultCaret.java: 638) at javax.swing.text.DefaultCaret.changeCaretPosition(DefaultCaret.ja va:1010) at javax.swing.text.DefaultCaret.handleSetDot(DefaultCaret.java:918) at javax.swing.text.DefaultCaret.setDot(DefaultCaret.java: 899) at javax.swing.text.DefaultCaret$UpdateHandler.insertUpdate(Default Caret.java:1453) at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocu ment.java:184) at javax.swing.text.AbstractDocument.handleInsertString(AbstractDoc ument.java:749) at javax.swing.text.AbstractDocument.insertString(AbstractDocument. java:706) at javax.swing.text.PlainDocument.insertString(PlainDocument.java: 114) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.insertStri ng(DefinitionsDocument.java:570) at javax.swing.text.AbstractDocument.replace(AbstractDocument.jav a:668) at javax.swing.text.JTextComponent.replaceSelection(JTextCompone nt.java:1072) at javax.swing.JEditorPane.replaceSelection(JEditorPane.java: 1050) at javax.swing.text.DefaultEditorKit$InsertBreakAction.actionPerform ed(DefaultEditorKit.java:937) at edu.rice.cs.drjava.ui.DefinitionsPane$IndentKeyAction.actionPerfor med(DefinitionsPane.java:404) at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java: 1535) at javax.swing.JComponent.processKeyBinding(JComponent.java: 2438) at javax.swing.JComponent.processKeyBindings(JComponent.java: 2473) at javax.swing.JComponent.processKeyEvent(JComponent.java: 2401) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsP ane.java:494) at java.awt.Component.processEvent(Component.java:4975) at java.awt.Container.processEvent(Container.java:1613) at java.awt.Component.dispatchEventImpl(Component.java: 3681) at java.awt.Container.dispatchEventImpl(Container.java: 1671) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusM anager.java:1713) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Default KeyboardFocusManager.java:627) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Defa ultKeyboardFocusManager.java:831) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Defa ultKeyboardFocusManager.java:741) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKey boardFocusManager.java:592) at java.awt.Component.dispatchEventImpl(Component.java: 3572) at java.awt.Container.dispatchEventImpl(Container.java: 1671) at java.awt.Window.dispatchEventImpl(Window.java:1606) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.EventQueue.dispatchEvent(EventQueue.java:456) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDi spatchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDisp atchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j ava:178) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j ava:170) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1070636&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-17 23:48:49
|
Bugs item #1068354, was opened at 2004-11-18 00:48 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=1068354&group_id=44253 Category: UI: MacOS X-specific Group: Ugly Status: Open Resolution: None Priority: 5 Submitted By: Gert Jørgensen (geeeet) Assigned to: Nobody/Anonymous (nobody) Summary: Not able to write [] in editor on Mac OS X Initial Comment: I am not able to enter the characters "[" and "]" in DrJava using my normal keystrokes alt+8 and alt+9. "(", ")", "{" and "}" works fine. DrJava version: 20040326-2216 Java -version: Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05 -141.3) Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode) Operating system: Mac OS X 10.3.6 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1068354&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-12 14:55:44
|
Feature Requests item #1065216, was opened at 2004-11-12 08:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1065216&group_id=44253 Category: Other Group: None Status: Open Priority: 3 Submitted By: Elspeth Simpson (ejspe) Assigned to: Nobody/Anonymous (nobody) Summary: Key Binding Option for Interactions History Scrolling Initial Comment: It would be nice to have a key-binding option for the two ways of scrolling through the interactions history (currently, up arrow goes up one line, ctrl-up arrow goes up 1 interactions history item). This way, users could set the behavior to match their personal preference. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1065216&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-12 14:30:07
|
Bugs item #1065197, was opened at 2004-11-12 14:30 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=1065197&group_id=44253 Category: Interactions Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: menzel (menzel5) Assigned to: Nobody/Anonymous (nobody) Summary: up-arrow through multi-line history Initial Comment: drjava-beta-20040908 for Mac OSX doesn't respect multi-line history entries when using up-arrow to backtrack through history. If a history item spans multiple lines then you must up-arrow through each line rather than the item being treated as a group. This is *very* annoying. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1065197&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-12 14:27:11
|
Bugs item #1065196, was opened at 2004-11-12 14:27 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=1065196&group_id=44253 Category: Interactions Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: menzel (menzel5) Assigned to: Nobody/Anonymous (nobody) Summary: char->int doesn't work Initial Comment: drjava-beta-20040908 for Mac OSX won't cast char to int. > (int) 'a' 'a' int to char is fine, as is character arithmetic. > (char) 97 'a' > 'a' + 1 98 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1065196&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-11 19:24:09
|
Bugs item #1064721, was opened at 2004-11-11 19:24 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=1064721&group_id=44253 Category: Interactions Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: menzel (menzel5) Assigned to: Nobody/Anonymous (nobody) Summary: Weird 'Bad cast' error Initial Comment: drjava-beta-20040908 for Mac OSX disallows a Comparable, which is an instanceof String, to be cast to a String, but has no problem with assignment. > Comparable c = "cat"; > (String) c Error: Bad cast > c instanceof String true > String s; > s = c; > s "cat" > s.length() 3 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1064721&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-10 20:51:46
|
Bugs item #1064109, was opened at 2004-11-10 12:51 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=1064109&group_id=44253 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DrJava crashes when testers closed and new program is run Initial Comment: I ran a JUnit several times, closed all my files, opened up files from a different project that used JFrames and a KeyListener (in case it's related) and got the error I report below. In the Test Output window I still see the results of the last test; it looks like the test never finished. Here is the stack trace: edu.rice.cs.drjava.model.definitions.NoSuchDocumentException: Cannot obtain the needed definitions document for (ODD 16: DayTester.java) at edu.rice.cs.drjava.model.cache.DocumentCache.isDDocInCache(Docu mentCache.java:180) at edu.rice.cs.drjava.model.DefaultGlobalModel$ConcreteOpenDefDoc.isM odifiedSinceSave(DefaultGlobalModel.java:2264) at edu.rice.cs.drjava.model.DefaultGlobalModel$ConcreteOpenDefDoc.che ckIfClassFileInSync(DefaultGlobalModel.java:2298) at edu.rice.cs.drjava.ui.JUnitPanel$JUnitErrorListPane._checkSync(JUnitP anel.java:495) at edu.rice.cs.drjava.ui.JUnitPanel$JUnitErrorListPane._updateWithErrors (JUnitPanel.java:382) at edu.rice.cs.drjava.ui.ErrorPanel$ErrorListPane.updateListPane(ErrorPa nel.java:428) at edu.rice.cs.drjava.ui.JUnitPanel.reset(JUnitPanel.java:199) at edu.rice.cs.drjava.ui.MainFrame$ModelListener$10.run(MainFrame.ja va:5249) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178) at java.awt.EventQueue.dispatchEvent(EventQueue.java:454) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDisp atchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatc hThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.jav a:178) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.jav a:170) at java.awt.EventDispatchThread.run(EventDispatchThread.java: 100) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1064109&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-09 15:24:17
|
Bugs item #1063157, was opened at 2004-11-09 15:24 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=1063157&group_id=44253 Category: User interface Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: samaursa (samaursa) Assigned to: Nobody/Anonymous (nobody) Summary: Class Pane (Left hand side) Goes blue Initial Comment: The class pane on the left hand side of the screen with the names of all the classes open, goes blue sometimes when I compile one of my classes (seems to happen at random). I can't see the names of the opened classes or any other files when the pane goes blue. Sometimes, the pane produces almost an infinite length scrollbar, with the names of opened classes burries somewhere. To fix this, I type out something in one of classes, or change something in the class. Then resave... this resave seems to reset the pane on the left, no more blue or infinite length scrollbar with class names burries in it. This bug is pretty annoying, would really like it to get fixed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1063157&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-09 04:48:56
|
Bugs item #1062867, was opened at 2004-11-09 04:48 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=1062867&group_id=44253 Category: Config Framework Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Stephen Wong (sbwong) Assigned to: Nobody/Anonymous (nobody) Summary: Dialog boxes not centered or refreshed Initial Comment: The dialog boxes for Project Properties/Build Directory and Main Document plus for File/Open Folder initially display with their upper left corner centered on the screen, not the dialog box itself. On a 1024x768 screen, this puts the Select and Cancel buttons underneath the Task bar on Windows, forcing the user to move the dialog box every time just to click Select. Also, there is no way to refresh the directory tree in that dialog box. If, for instance, you add a directory after DrJava starts, it will not show up on in these dialog boxes. You have to restart DrJava to refresh the trees, which is a bit inconvenient. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1062867&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-09 04:39:18
|
Feature Requests item #1062861, was opened at 2004-11-09 04:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1062861&group_id=44253 Category: Project Facility Group: Small (< 1 pair-week) Status: Open Priority: 3 Submitted By: Stephen Wong (sbwong) Assigned to: Nobody/Anonymous (nobody) Summary: Project specific classpaths Initial Comment: Add project-specific classpaths in addition to the global "additional classpaths". This is very useful when a project needs to have jar files on the classpath, but when these jar files are not something for which one wants to make a global setting. In particular, on class assignments, the jar files may change from assignment to assignment and you don't want the students changing global preference settings on a week-to-week basis. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1062861&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-08 06:05:33
|
Bugs item #1062245, was opened at 2004-11-08 01:05 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=1062245&group_id=44253 Category: Interactions Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Fernando Pereira (fcnpereira) Assigned to: Nobody/Anonymous (nobody) Summary: IllegalStateException in loop variable Initial Comment: > double[] a = {3.0, -1.0, -5.0, 4.0}; > double s = 0.0; > for (int i = 0; i < a.length; i++) for (int j = i; j > 0; j--) s += a[j]; IllegalStateException: i Other loops do not cause this. -- F ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1062245&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-03 21:54:42
|
Bugs item #1059811, was opened at 2004-11-03 21:54 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=1059811&group_id=44253 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Robert Cartwright (rcartwright) Assigned to: Nobody/Anonymous (nobody) Summary: Crash on closing external new file Initial Comment: I have had lots of problems with creating, editing, and closing external files wiht a project open. I have also crashed DrJava by compiling a single document within a project after opening a new test case file. This crash occurred when I mistakenly opened a second new test case file and then tried to close it java.lang.IllegalArgumentException: At end at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList$Iterator._moveRight(TokenList.java:288) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList$Iterator._move(TokenList.java:260) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList$Iterator.move(TokenList.java:239) at edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace.move(ReducedModelBrace.java:145) at edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl.move(ReducedModelControl.java:95) at edu.rice.cs.drjava.model.AbstractDJDocument.move(AbstractDJDocument.java:527) at edu.rice.cs.drjava.model.AbstractDJDocument.setCurrentLocation(AbstractDJDocument.java:506) at edu.rice.cs.drjava.model.DefaultGlobalModel$ConcreteOpenDefDoc.setCurrentLocation(DefaultGlobalModel.java:3240) at edu.rice.cs.drjava.ui.DefinitionsPane.notifyInactive(DefinitionsPane.java:1025) at edu.rice.cs.drjava.ui.MainFrame._switchDefScrollPane(MainFrame.java:5153) at edu.rice.cs.drjava.ui.MainFrame$ModelListener$3.run(MainFrame.java:5954) at edu.rice.cs.drjava.ui.MainFrame$ModelListener.activeDocumentChanged(MainFrame.java:6014) at edu.rice.cs.drjava.model.DefaultSingleDisplayModel$3.notifyListener(DefaultSingleDisplayModel.java:492) at edu.rice.cs.drjava.model.GlobalEventNotifier.notifyListeners(GlobalEventNotifier.java:176) at edu.rice.cs.drjava.model.DefaultSingleDisplayModel._setActiveDoc(DefaultSingleDisplayModel.java:486) at edu.rice.cs.drjava.model.DefaultSingleDisplayModel.access$000(DefaultSingleDisplayModel.java:96) at edu.rice.cs.drjava.model.DefaultSingleDisplayModel$1.itemCase(DefaultSingleDisplayModel.java:126) at edu.rice.cs.drjava.model.DefaultSingleDisplayModel$1.itemCase(DefaultSingleDisplayModel.java:137) at edu.rice.cs.util.docnavigation.LeafNode.execute(LeafNode.java:77) at edu.rice.cs.drjava.model.DefaultSingleDisplayModel$2.gainedSelection(DefaultSingleDisplayModel.java:144) at edu.rice.cs.util.docnavigation.JTreeSortNavigator.valueChanged(JTreeSortNavigator.java:680) at javax.swing.JTree.fireValueChanged(JTree.java:2397) at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2768) at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629) at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1078) at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287) at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:170) at javax.swing.JTree.setSelectionPath(JTree.java:1172) at edu.rice.cs.util.docnavigation.JTreeSortNavigator.setActiveDoc(JTreeSortNavigator.java:523) at edu.rice.cs.drjava.model.DefaultSingleDisplayModel.closeFiles(DefaultSingleDisplayModel.java:431) at edu.rice.cs.drjava.ui.MainFrame._close(MainFrame.java:2802) at edu.rice.cs.drjava.ui.MainFrame.access$1700(MainFrame.java:105) at edu.rice.cs.drjava.ui.MainFrame$17.actionPerformed(MainFrame.java:497) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2167) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.AbstractButton.doClick(AbstractButton.java:302) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5465) at javax.swing.JComponent.processMouseEvent(JComponent.java:3089) at java.awt.Component.processEvent(Component.java:5230) at java.awt.Container.processEvent(Container.java:1961) at java.awt.Component.dispatchEventImpl(Component.java:3933) at java.awt.Container.dispatchEventImpl(Container.java:2019) at java.awt.Component.dispatchEvent(Component.java:3781) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4205) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3885) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3815) at java.awt.Container.dispatchEventImpl(Container.java:2005) at java.awt.Window.dispatchEventImpl(Window.java:1764) at java.awt.Component.dispatchEvent(Component.java:3781) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1059811&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-11-03 15:55:51
|
Bugs item #1059579, was opened at 2004-11-03 15:55 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=1059579&group_id=44253 Category: Global model Group: Crashes Status: Open Resolution: None Priority: 5 Submitted By: Robert Cartwright (rcartwright) Assigned to: Nobody/Anonymous (nobody) Summary: Null Pointer Exception in ClassAndInterfaceFinder Initial Comment: The original submitter was dem...@st... output: java.lang.NullPointerException at edu.rice.cs.drjava.model.ClassAndInterfaceFinder.getClassName(ClassAndInterfaceFinder.java:85) at edu.rice.cs.drjava.model.DefaultGlobalModel$4.compileAll(DefaultGlobalModel.java:810) at edu.rice.cs.drjava.model.DefaultGlobalModel.compileAll(DefaultGlobalModel.java:519) at edu.rice.cs.drjava.ui.MainFrame$103.construct(MainFrame.java:3322) at edu.rice.cs.util.swing.SwingWorker$2.run(SwingWorker.java:157) at java.lang.Thread.run(Thread.java:595) $java -version : java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64) Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing) DrJava Version : 20040908-2125 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1059579&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-10-29 01:16:37
|
Bugs item #1056490, was opened at 2004-10-28 18:16 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=1056490&group_id=44253 Category: None Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: BasicFileReader Initial Comment: I have a package OOJ that contains a class BasicFileReader. Everytime I try to run a program that calls this class (I'm not sure if it is just the class or the whole package) the interactions pane crashes. The clock pointer appears and locks up. I am unable to type anything in the interactions pane at this point. This package has not been changed and worked with the last version. (I'm not sure if it was the last version of drJava or the last version of jdk) It worked when my compiler was version 1.4.0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1056490&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-10-26 17:57:31
|
Bugs item #1054742, was opened at 2004-10-26 12:57 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=1054742&group_id=44253 Category: Interactions Group: None Status: Open Resolution: None Priority: 5 Submitted By: fred hosch (fredcsunoedu) Assigned to: Nobody/Anonymous (nobody) Summary: java.util.Scanner.next() in interactions pane Initial Comment: running drJava version 20040908-2125, j2re build 1.5.0-rc-b63, solaris 2.0 in sun4u. (problem does not occur with drJava version 20040331-0037.). in the interactions pane: > java.util.Scanner in = new java.util.Scanner(System.in); > in.next() AmbiguousMethodException: Both methods match: public volatile java.lang.Object java.util.Scanner.next(), and public java.lang.String java.util.Scanner.next() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1054742&group_id=44253 |