From: SourceForge.net <no...@so...> - 2004-03-16 02:46:54
|
Bugs item #917054, was opened at 2004-03-15 21:46 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=917054&group_id=44253 Category: Interactions Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Tristen (tpierson) Assigned to: Nobody/Anonymous (nobody) Summary: Interactions Reset Bug Initial Comment: DrJava Version : 20040213-2314 OS: Windows 2000 Professional/XP Professional JDK: 1.4.2.03 The bug is provoked under the following case: 1) The user compiles the current document. 2) The user runs the documents main method. 3) The user resets interactions while the program is running. 4) The user attempts to run the documents main method again. This bug has only happened while the interactions were handling the console input where the interactions would lock up after pushing the return key. The program only locks up if the above case has been done. I've had this bug while using custom input super methods, but the problem may occur with other types of interactions. The temporally solution to this problem is recompiling the program and then running the documents main method again. I believe that this is a bug in the interactions, however I use a collection of input super methods that may have something to do with that, however I've been bug searching all week along with several colleges of mine. My school has changed our Java IDE from KAWA to DrJava and the students are starting to grow frustrated as I try to explain to them the cause of our problem. Your help would be most appreciated! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=917054&group_id=44253 |