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...> - 2007-04-12 10:08:05
|
Bugs item #1699093, was opened at 2007-04-12 03:08 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=1699093&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiler integration Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: foreach not applicable to expression type Initial Comment: DrJava reports "Error: foreach not applicable to expression type" when using an expression type that is Iterable. This error only occurs when compiling from within DrJava (and not when compiling from the command-line using javac). I've attached a small example that illustrates the differing behavior. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1699093&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-04-12 03:52:10
|
Bugs item #1698921, was opened at 2007-04-11 20:52 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=1698921&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiler integration Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: foreach not applicable to expression type Initial Comment: DrJava reports "Error: foreach not applicable to expression type" when using an expression type that is Iterable. This error only occurs when compiling from within DrJava (and not when compiling from the command-line using javac). I've attached a small example that illustrates the differing behavior. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1698921&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-04-07 14:37:31
|
Bugs item #1696060, was opened at 2007-04-07 14:37 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=1696060&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Debugger Group: 6: Crashes Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nether (haloddr) Assigned to: Nobody/Anonymous (nobody) Summary: Debugger Infinite Loop Initial Comment: Create two .java files. (TestA, TestB) public class TestA{ public static void main(String[] args){ TestB.doSomething(); } } public class TestB{ public static void doSomething(){ System.out.println("Will have frozen by now."); } } Now, after you have made these two classes, open TestA and close TestB in Dr Java. In Debug Mode with a breakpoint at TestB.doSomething(), run the program. Once the breakpoint is hit, do "Step Into". The program freezes in what I assume is an infinite loop when it should just open the TestB file and step into it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1696060&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-04-04 23:09:46
|
Bugs item #1694641, was opened at 2007-04-04 18:09 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=1694641&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JUnit integration Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: A. Harrison (space-lion) Assigned to: Nobody/Anonymous (nobody) Summary: DrJava not finding TestCase no-param constructor Initial Comment: I receive well-formed test classes from students whose homeworks I am grading, but I have to remove the test classes from DrJava projects in order to get the project to compile. If I do not, this error that comes up: ====== 1 error found: File: C:\...\Test_Lab11.java [line: 10] Error: C:\...\Test_Lab11.java:10: cannot find symbol symbol : constructor TestCase() location: class junit.framework.TestCase ====== System info: DrJava Version : 20070303-1512 OS: 64-bit WinXP Compiler: JDK 6.0 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1694641&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-03-27 21:43:04
|
Bugs item #1689411, was opened at 2007-03-27 12:26 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=1689411&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Dr Java will not launch Initial Comment: The following error occurs when a student user launches Dr Java. It occurs even if the student is made a local administrator on the workstation. However the local administrator and a network administrator can both launch the program successfully. We are applying some group policies when students log on. Latest version. bru...@fu... java.lang.NullPointerException at edu.rice.cs.util.FileOps.getValidDirectory(FileOps.java:750) at edu.rice.cs.drjava.model.AbstractGlobalModel.getMasterWorkingDirectory(AbstractGlobalModel.java:609) at edu.rice.cs.drjava.model.AbstractGlobalModel._ensureNotEmpty(AbstractGlobalModel.java:4280) at edu.rice.cs.drjava.model.AbstractGlobalModel._init(AbstractGlobalModel.java:411) at edu.rice.cs.drjava.model.AbstractGlobalModel.<init>(AbstractGlobalModel.java:355) at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:201) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2560) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:126) System Properties: DrJava Version 20070130-2255 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0\bin java.vm.version = 1.6.0-b105 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.6.0-b105 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\852MIM~1\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.6.0\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\ java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = America/New_York java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.dir>\drjava-stable-20070130-2255.exe;C:\Program Files\Java\jdk1.6.0\lib\tools.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0 java.ext.dirs = C:\Program Files\Java\jre1.6.0\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0\lib\resources.jar;C:\Program Files\Java\jre1.6.0\lib\rt.jar;C:\Program Files\Java\jre1.6.0\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0\lib\jsse.jar;C:\Program Files\Java\jre1.6.0\lib\jce.jar;C:\Program Files\Java\jre1.6.0\lib\charsets.jar;C:\Program Files\Java\jre1.6.0\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little sun.desktop = windows sun.cpu.isalist = #DrJava configuration file #Tue Mar 27 14:48:08 EDT 2007 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE Used memory: about 2.08 megabytes Free memory: about 2.86 megabytes Total memory: about 4.94 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1689411&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-03-24 21:46:19
|
Bugs item #1687575, was opened at 2007-03-24 17: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=1687575&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Definitions (source editor) Group: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: Chris Warrington (c45207) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException when saving file after creating directo Initial Comment: When I was saving a file, I needed to create a new directory. After creating the new directory, the save button changed to an open button. I was able to navigate into the new directory, however, the open button did not turn into a save button. When I clicked in the filename edit field, the open button turned into a save button and this exception was thrown. The program seems to work fine after this exception. java.lang.NullPointerException at javax.swing.JComponent.repaint(Unknown Source) at sun.swing.FilePane$2.repaintListSelection(Unknown Source) at sun.swing.FilePane$2.repaintSelection(Unknown Source) at sun.swing.FilePane$2.focusLost(Unknown Source) at java.awt.AWTEventMulticaster.focusLost(Unknown Source) at java.awt.Component.processFocusEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.Dialog$1.run(Unknown Source) at java.awt.Dialog$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Unknown Source) at javax.swing.JFileChooser.showDialog(Unknown Source) at javax.swing.JFileChooser.showSaveDialog(Unknown Source) at edu.rice.cs.drjava.ui.MainFrame.getSaveFile(MainFrame.java:3355) at edu.rice.cs.drjava.ui.MainFrame$5.getFile(MainFrame.java:293) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.saveFileAs(AbstractGlobalModel.java:3195) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.saveFile(AbstractGlobalModel.java:3154) at edu.rice.cs.drjava.ui.MainFrame._save(MainFrame.java:3965) at edu.rice.cs.drjava.ui.MainFrame.access$2500(MainFrame.java:109) at edu.rice.cs.drjava.ui.MainFrame$28.actionPerformed(MainFrame.java:529) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsPane.java:571) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(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) System Properties: DrJava Version 20070322-2314 drjava.debug.port = 49962 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Java\jre1.6.0\bin java.vm.version = 1.6.0-b105 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.6.0-b105 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Java\jre1.6.0\lib\endorsed os.arch = x86 java.io.tmpdir = <anonymized user.home>\AppData\Local\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows Vista sun.jnu.encoding = Cp1252 java.library.path = C:\Java\jre1.6.0\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Subversion\bin;C:\Program Files\Subversion;C:\Program Files\GnuPG;c:\Program Files\PuTTY;C:\Program Files\CVSNT\ java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 6.0 user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.home>\Desktop\drjava-15.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Java\jre1.6.0 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0 java.ext.dirs = C:\Java\jre1.6.0\lib\ext;C:\Windows\Sun\Java\lib\ext sun.boot.class.path = C:\Java\jre1.6.0\lib\resources.jar;C:\Java\jre1.6.0\lib\rt.jar;C:\Java\jre1.6.0\lib\sunrsasign.jar;C:\Java\jre1.6.0\lib\jsse.jar;C:\Java\jre1.6.0\lib\jce.jar;C:\Java\jre1.6.0\lib\charsets.jar;C:\Java\jre1.6.0\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Sat Mar 24 16:41:44 CDT 2007 javac.location = C:\\Java\\jdk1.6.0\\lib\\tools.jar definitions.type.color = #990099 font.doclist = Segoe UI-11 font.toolbar = Segoe UI-11 text.antialias = true look.and.feel = com.sun.java.swing.plaf.windows.WindowsLookAndFeel key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE find.replace.match.case = false quit.prompt = false interactions.reset.prompt = false save.before.compile = true open.folder.recursive = true indent.level = 4 recent.files = [D:\\Data\\<anonymized user.name>\\Documents\\School\\COMP314\\projects\\p2\\g13\\trunk\\src\\gzip\\test\\types\\ThreeByteStringTest.java,D:\\Data\\<anonymized user.name>\\Documents\\School\\COMP314\\projects\\p2\\g13\\trunk\\src\\gzip\\types\\ThreeByteString.java,D:\\Data\\<anonymized user.name>\\Documents\\School\\COMP314\\projects\\p2\\g13\\trunk\\src\\gzip\\test\\types\\CircularBufferTest.java,D:\\Data\\<anonymized user.name>\\Documents\\School\\COMP314\\projects\\p2\\g13\\trunk\\src\\gzip\\types\\CircularBuffer.java,D:\\Data\\<anonymized user.name>\\Documents\\School\\COMP314\\projects\\p2\\g13\\trunk\\src\\gzip\\GzipMain.java] recent.projects = [D:\\Data\\<anonymized user.name>\\Documents\\School\\COMP314\\projects\\p2\\g13\\trunk\\gzip.pjt,D:\\Data\\<anonymized user.name>\\Documents\\School\\COMP312\\drjava\\drjava.pjt,D:\\Data\\<anonymized user.name>\\Documents\\School\\COMP312\\plt\\plt.pjt] window.height = 754 window.width = 1040 window.x = -8 window.y = -8 doc.list.width = 304 debug.panel.height = 102 last.dir = D:\\Data\\<anonymized user.name>\\Documents\\School\\COMP314\\projects\\p2\\g13\\trunk\\src\\gzip\\test\\huffman\\deflate\\dynamic\\CodeLengthTreeMapperTest.java last.interactions.dir = D:\\Data\\<anonymized user.name>\\Documents\\School\\COMP314\\projects\\p2\\g13\\trunk Used memory: about 30.59 megabytes Free memory: about 25.87 megabytes Total memory: about 56.46 megabytes Total memory can expand to: about 63.56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1687575&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-03-20 01:42:14
|
Bugs item #1684053, was opened at 2007-03-19 18:42 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=1684053&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Freezes when it runs Initial Comment: 1. the program froze java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at javax.swing.text.CompositeView.replace(Unknown Source) at javax.swing.text.BoxView.replace(Unknown Source) at javax.swing.text.View.updateChildren(Unknown Source) at javax.swing.text.View.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireInsertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source) at javax.swing.text.AbstractDocument.insertString(Unknown Source) at edu.rice.cs.util.text.SwingDocument.forceInsertText(SwingDocument.java:138) at edu.rice.cs.util.text.ConsoleDocument.insertBeforeLastPrompt(ConsoleDocument.java:223) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpreterResetting(InteractionsModel.java:540) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.killInterpreter(MainJVM.java:565) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._resetInterpreter(RMIInteractionsModel.java:104) at edu.rice.cs.drjava.model.repl.InteractionsModel.resetInterpreter(InteractionsModel.java:204) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInteractions(DefaultGlobalModel.java:335) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInteractions(DefaultGlobalModel.java:311) at edu.rice.cs.drjava.model.DefaultGlobalModel$2.compileEnded(DefaultGlobalModel.java:165) at edu.rice.cs.drjava.model.compiler.CompilerEventNotifier.compileEnded(CompilerEventNotifier.java:86) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel._doCompile(DefaultCompilerModel.java:245) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compileAll(DefaultCompilerModel.java:139) at edu.rice.cs.drjava.ui.MainFrame._compileAll(MainFrame.java:4209) at edu.rice.cs.drjava.ui.MainFrame.access$4100(MainFrame.java:106) at edu.rice.cs.drjava.ui.MainFrame$44.actionPerformed(MainFrame.java:680) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(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) System Properties: DrJava Version 20070130-2255 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0\bin java.vm.version = 1.6.0-b105 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = CA sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.6.0-b105 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\MIDEPL~1\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.6.0\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Pinnacle\Shared Files\InstantCDDVD\;;C:\PROGRA~1\COMMON~1\MUVEET~1\030625;C:\PROGRA~1\COMMON~1\MUVEET~1\030625 java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.home>\Desktop\drjava-stable-20070130-2255.exe;C:\Program Files\Java\jdk1.6.0\lib\tools.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0 java.ext.dirs = C:\Program Files\Java\jre1.6.0\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0\lib\resources.jar;C:\Program Files\Java\jre1.6.0\lib\rt.jar;C:\Program Files\Java\jre1.6.0\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0\lib\jsse.jar;C:\Program Files\Java\jre1.6.0\lib\jce.jar;C:\Program Files\Java\jre1.6.0\lib\charsets.jar;C:\Program Files\Java\jre1.6.0\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Mon Mar 19 21:40:52 CDT 2007 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE save.before.compile = true recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\Project\\ContactDirectory.java,C:\\Documents and Settings\\<anonymized user.name>\\Project\\MainContactProgram.java,C:\\Documents and Settings\\<anonymized user.name>\\Project\\Contacts.java,C:\\Documents and Settings\\<anonymized user.name>\\Project\\In.java,C:\\Documents and Settings\\<anonymized user.name>\\ArrayCopy.java] window.height = 776 window.width = 1280 window.x = 0 window.y = 0 debug.panel.height = 114 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\Project\\ContactDirectory.java last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name>\\Project Used memory: about 13.02 megabytes Free memory: about 3.83 megabytes Total memory: about 16.85 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1684053&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-03-16 19:08:33
|
Bugs item #1682371, was opened at 2007-03-16 14:08 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=1682371&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: 3: Ugly Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Class.forName doesn't work in Interactions Pane Initial Comment: After having compiled user classes, then Class.forName("MyClass") does not work and throws the following exception in the Interactions Pane: > Class.forName("packageA.Test1") ClassNotFoundException: packageA.Test1 at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) However, if I specify the class directly, then it does work for user classes: > packageA.Test1.class class packageA.Test1 It also works for built-in Java API classes: > Class.forName("java.lang.Integer") class java.lang.Integer > java.lang.Integer.class class java.lang.Integer ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1682371&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-03-13 15:33:50
|
Bugs item #1679948, was opened at 2007-03-13 10:33 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=1679948&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Package name parsing doesn't catch token error Initial Comment: When I modified the package name parsing code to use the DynamicJava parser, I apparently didn't catch TokenMgrErrors. (The bigger problem here is that the parser can't handle annotations, and especially annotations on package statements.) Code snippet: /** (comment) */ @SuppressWarnings("unchecked") public static <T> Option<T> none() { ... koala.dynamicjava.parser.TokenMgrError: Lexical error at line 5, column 3. Encountered: "@" (64), after : "@" at koala.dynamicjava.parser.ParserTokenManager.getNextToken(ParserTokenManager.java:1805) at koala.dynamicjava.parser.Parser.jj_consume_token(Parser.java:12392) at koala.dynamicjava.parser.Parser.packageDeclaration(Parser.java:1018) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.getPackageName(DefinitionsDocument.java:985) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc$2.make(AbstractGlobalModel.java:3044) at edu.rice.cs.drjava.model.cache.DocumentCache$DocManager.makeDocument(DocumentCache.java:178) at edu.rice.cs.drjava.model.cache.DocumentCache$DocManager.getDocument(DocumentCache.java:202) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getDocument(AbstractGlobalModel.java:2793) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getPackageNameFromDocument(AbstractGlobalModel.java:2898) at edu.rice.cs.drjava.model.AbstractGlobalModel._rawOpenFile(AbstractGlobalModel.java:4014) at edu.rice.cs.drjava.model.AbstractGlobalModel._openFiles(AbstractGlobalModel.java:1135) at edu.rice.cs.drjava.model.AbstractGlobalModel.openFilesHelper(AbstractGlobalModel.java:1112) at edu.rice.cs.drjava.model.AbstractGlobalModel.openFiles(AbstractGlobalModel.java:1098) at edu.rice.cs.drjava.ui.MainFrame.open(MainFrame.java:3727) at edu.rice.cs.drjava.ui.MainFrame._openFileOrProject(MainFrame.java:3547) at edu.rice.cs.drjava.ui.MainFrame.access$1800(MainFrame.java:108) at edu.rice.cs.drjava.ui.MainFrame$18.actionPerformed(MainFrame.java:443) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5554) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5319) at java.awt.Container.processEvent(Container.java:2010) at java.awt.Component.dispatchEventImpl(Component.java:4021) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Component.dispatchEvent(Component.java:3869) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866) at java.awt.Container.dispatchEventImpl(Container.java:2054) at java.awt.Window.dispatchEventImpl(Window.java:1774) at java.awt.Component.dispatchEvent(Component.java:3869) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) System Properties: DrJava Version 20070305-1553 drjava.debug.port = 53839 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries java.vm.version = 1.5.0_07-87 awt.nativeDoubleBuffering = true gopherProxySet = false java.vm.vendor = "Apple Computer, Inc." java.vendor.url = http://apple.com/ path.separator = : java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = unknown java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.5.0_07-164 java.awt.graphicsenv = apple.awt.CGraphicsEnvironment java.endorsed.dirs = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/endorsed os.arch = ppc edu.rice.cs.drjava.icon = <anonymized user.dir>/DrJava-20070305.app/Contents/Resources/DrJava.icns java.io.tmpdir = /tmp line.separator = "\u000a" java.vm.specification.vendor = Sun Microsystems Inc. os.name = Mac OS X apple.laf.useScreenMenuBar = true sun.jnu.encoding = MacRoman java.library.path = <anonymized user.dir>/DrJava-20070305.app/Contents/Resources/Java:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources:.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 10.4.8 user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = apple.awt.CPrinterJob file.encoding = MacRoman java.specification.version = 1.5 java.class.path = <anonymized user.dir>/DrJava-20070305.app/Contents/Resources/Java/drjava.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.jar user.name = <anonymized user.name> apple.awt.graphics.UseQuartz = true java.vm.specification.version = 1.0 java.home = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = apple.awt.CToolkit java.vm.info = mixed mode, sharing java.version = 1.5.0_07 java.ext.dirs = /Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/ext sun.boot.class.path = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/laf.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/sunrsasign.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jsse.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jce.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/charsets.jar:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar java.vendor = Apple Computer, Inc. file.separator = / java.vendor.url.bug = http://developer.apple.com/java/ sun.io.unicode.encoding = UnicodeBig sun.cpu.endian = big java.rmi.server.hostname = 127.0.0.1 mrj.version = 1040.1.5.0_07-164 sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Tue Mar 13 10:28:37 CDT 2007 extra.classpath = <anonymized user.home>/Code/dj/drjava/drjava-15.jar:<anonymized user.home>/Code/dj/drjava/lib/plt.jar font.line.numbers = Monaco-8 lineenum.enabled = true key.find.next = command G key.goto.line = command L key.previous.document = command UP key.next.document = command DOWN key.goto.opening.brace = <none> key.goto.closing.brace = <none> key.browse.forward = command shift CLOSE_BRACKET key.browse.back = command shift OPEN_BRACKET key.begin.document = HOME key.begin.line = command LEFT key.previous.word = option LEFT key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE key.end.document = END key.end.line = command RIGHT key.next.word = option RIGHT find.replace.all.documents = true interactions.exit.prompt = false quit.prompt = false interactions.reset.prompt = false save.before.compile = true warn.debug.modified.file = false open.folder.recursive = true auto.close.comments = true show.finally.warnings = true show.fallthrough.warnings = true recent.files = [<anonymized user.home>/Code/misc/CompilerBugs/CaptureBounds.java,<anonymized user.home>/Code/misc/PaperExamples.java,<anonymized user.home>/Code/misc/CompilerBugs/CaptureWithVariableBound.java,<anonymized user.home>/Code/dj/plt/src/edu/rice/cs/plt/iter/ComposedIterable.java,<anonymized user.home>/Code/dlsmith/gedcom/GenDatabase.java] recent.projects = [<anonymized user.home>/Code/dj/plt.pjt,<anonymized user.home>/Code/dj/dyj-old.pjt,<anonymized user.home>/Code/dj/dj.pjt,<anonymized user.home>/Code/dj/dyj.pjt,<anonymized user.home>/Desktop/Downloads/junit_package_hang/JUnit_Package_Hang.pjt] window.height = 692 window.width = 1024 window.x = 0 window.y = 22 doc.list.width = 79 last.dir = <anonymized user.home>/Code/misc/CompilerBugs/StaticImportOverloading.java last.interactions.dir = <anonymized user.home>/Code/misc find.replace.focus.in.defpane = true show.code.preview.popups = false Used memory: about 7.14 megabytes Free memory: about 9.92 megabytes Total memory: about 17.07 megabytes Total memory can expand to: about 63.31 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1679948&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-03-12 22:31:08
|
Bugs item #1679368, was opened at 2007-03-12 18:31 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=1679368&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Definitions (source editor) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Chris Warrington (c45207) Assigned to: Nobody/Anonymous (nobody) Summary: End-of-line not detected properly Initial Comment: The attached project contains some file with odd end-of-line markers (i.e., \r\n\r\r\n). These do not seem to be standardized at all, causing all sorts of problems in DrJava, like messing up the indenter and the one in SF bug #1679178. At the very least, it seems to me, files that we write to disk should have consistent line endings, even if we have to do some conversion. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1679368&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-03-12 18:10:45
|
Bugs item #1679178, was opened at 2007-03-12 14:10 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=1679178&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiler integration Group: 5: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Private: No Submitted By: Chris Warrington (c45207) Assigned to: Nobody/Anonymous (nobody) Summary: 100% CPU use when compiling Initial Comment: The attached project causes DrJava to use 100% of the CPU when I click the "Compile Project" button. According to Dr. Wong, others have experenced this as well. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1679178&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-03-08 04:25:15
|
Bugs item #1676259, was opened at 2007-03-07 20:25 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=1676259&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: 6: Crashes Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: ArrayOutofBoundsException Initial Comment: The program is a counter. It reads in numbers from the user, and depending on the number increases certain values by 1. This require repeated inputs from the user, sometimes numbering up to 60-70. However, after a certain number of inputs, the following error occurs: java.lang.ArrayIndexOutOfBoundsException: 33 at javax.swing.text.CompositeView.getView(Unknown Source) at javax.swing.text.View.forwardUpdate(Unknown Source) at javax.swing.text.BoxView.forwardUpdate(Unknown Source) at javax.swing.text.View.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireInsertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source) at javax.swing.text.AbstractDocument.insertString(Unknown Source) at edu.rice.cs.util.text.SwingDocument.forceInsertText(SwingDocument.java:123) at edu.rice.cs.util.text.ConsoleDocument.insertBeforeLastPrompt(ConsoleDocument.java:219) at edu.rice.cs.drjava.ui.InteractionsController$3$2.run(InteractionsController.java:182) 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) System Properties: DrJava Version 20061025-1556 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_11\bin java.vm.version = 1.5.0_11-b03 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\Owner java.runtime.version = 1.5.0_11-b03 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_11\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\Owner\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0_11\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\ java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\Owner user.timezone = America/Chicago java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = F:\drjava.exe;F:\jdk1.5.0_08\lib\tools.jar user.name = Owner java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_11 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode java.version = 1.5.0_11 java.ext.dirs = C:\Program Files\Java\jre1.5.0_11\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_11\lib\rt.jar;C:\Program Files\Java\jre1.5.0_11\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_11\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_11\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_11\lib\jce.jar;C:\Program Files\Java\jre1.5.0_11\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_11\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Wed Mar 07 22:22:11 CST 2007 javac.location = F:\\jdk1.5.0_08\\lib\\tools.jar lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE quit.prompt = false interactions.reset.prompt = false save.before.compile = true recent.files = [F:\\Java Files\\Senior Project\\Trendline.java,F:\\Java Files\\Senior Project\\CountTest.java,F:\\Java Files\\Senior Project\\Counter.java,F:\\Java Files\\Senior Project\\Candlestick.java] window.height = 778 window.width = 1288 window.x = -4 window.y = -4 doc.list.width = 161 last.dir = F:\\Java Files\\Senior Project\\CountTest.java last.interactions.dir = F:\\Java Files\\Senior Project dialog.drjava.error.popup.enabled = false The number of inputs that causes the error is completely random, changing from instance to instance. It differs even more greatly on different computers. This error causes Dr. Java to stop working. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1676259&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-03-08 00:43:38
|
Bugs item #1676212, was opened at 2007-03-07 19:43 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=1676212&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI: Windows-specific Group: 3: Ugly Status: Open Resolution: None Priority: 5 Private: No Submitted By: Chris Warrington (c45207) Assigned to: Nobody/Anonymous (nobody) Summary: UI doesn't repaint after resuming from sleep Initial Comment: After I resume my computer from sleep, the DrJava UI does not repaint correctly (see screenshot). I may remember seeing this in other Java applications, so it may not be DrJava related. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1676212&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-03-05 16:11:54
|
Bugs item #1674195, was opened at 2007-03-05 10:11 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=1674195&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Missing files dialog is too big Initial Comment: When I'm missing a lot of files from a project, the dialog that pops up is larger than my screen, making it impossible to see the "OK" button (luckily, "Enter" works, too). The dialog should contain a nested scroll pane when there is that much text to display. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1674195&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-02-28 21:52:21
|
Bugs item #1671278, was opened at 2007-02-28 21:52 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=1671278&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JUnit integration Group: 6: Crashes Status: Open Resolution: None Priority: 7 Private: No Submitted By: Stephen Wong (sbwong) Assigned to: Nobody/Anonymous (nobody) Summary: Unit testing hands if package is wrong Initial Comment: If a file in a DrJava project has a package designation that does not match its actual directory location, DrJava will compile the project with no error, but will hang (forever hourglass) when "Test Project" is clicked. This is a holdover from the pre-project days of DrJava when it could open and compile individual files that were on separate directory trees. DrJava still tries to resolve the package directories separately for each file and thus will compile, without error, a situation where a file is in an incorrect physical directory for its specified package. However, the JUnit subsystem will not tolerate this and will hang. Resolution suggestion: remove DrJava's latent ability to compile individual files on different physical source trees. From a pedagogical standpoint, this feature is completely unnecessary and since mislabeling the package name is a common mistake by beginning students, all this feature does is cause problems because DrJava does not currently catch this error. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1671278&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-02-21 21:00:36
|
Bugs item #1665604, was opened at 2007-02-21 16: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=1665604&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: 5: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Private: No Submitted By: Chris Warrington (c45207) Assigned to: Nobody/Anonymous (nobody) Summary: Navigating history causes deadlock Initial Comment: Run the attached file. In the interactions pane, try to navigate to a previous history item and watch DrJava deadlock. (Tested against r4170) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1665604&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-02-17 20:31:06
|
Feature Requests item #1662497, was opened at 2007-02-17 12:31 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=1662497&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Priority: 5 Private: No Submitted By: Dan McCuaig (dmccuaig) Assigned to: Nobody/Anonymous (nobody) Summary: User templates Initial Comment: User created source code templates with keyword expansion when creating a new java source file. A user could create their own code templates with keywords, and when they create a new java program, drJava creates the new file with the keywords expanded. For beginning students, this would be useful for creating a basic Java Swing application. A Swing application is not trivial for a beginning student, but is much more interesting than a console application. The user could provide a templates source directory the preferences. This source directory could contain template sources files and/or template projects. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1662497&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-02-17 20:19:13
|
Bugs item #1662489, was opened at 2007-02-17 15:19 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=1662489&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI: MacOS X-specific Group: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: John Beatty (jcbeatty) Assigned to: Nobody/Anonymous (nobody) Summary: Path > 95 causes infinite "int pane termined" loop Initial Comment: Running on an OS X 10.4.8 machine (dual 1.8 GHz G5) ... If the absolute path to the folder containing the source file is longer than 95 characters, compiling or running the file will cause DrJava to bring up an error dialog containing the text The interactions windows was terminated by a call to System.exit(133). The interactions window will now be restarted. It appears that each attempt to restart throws another error, and I have to force-quite the program. I've classed this as "annoying", but it's actually pretty serious. It took me close to six hours to discover the actual problem - I was looking for change in the runtime environment. I've also given this the category "UI : MacOS X-specific" because it IS OS X specific - I can't duplicate it on an XP / SP 2 machine. But it doesn't really have anything to do with the UI... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1662489&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-02-14 23:30:39
|
Feature Requests item #1660151, was opened at 2007-02-14 17:30 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=1660151&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Project Facility Group: Medium (< 1 pair-month) Status: Open Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: "Include With Project" for All External Files Initial Comment: When in project mode, files outside the source root are put under a node labeled "[External Files]". These do not get stored in the project file and therefore aren't reopened when the project is opened the next time. You can right-click on a file listed under "[External Files]" and select "Include With Project" in the context menu. This moves the file to a different node, "[Included External Files]". Files listed under this node are outside the source root, but do get stored in the project file and are therefore available when the project is opened again. When you have a large number of files listed under "[External Files]", it is tremendously laborious to move all of them to "[Included External Files]", because it has to be done file by file, one at a time. It's impossible to select more than one file in the tree and select "Include With Project" for all of them. The ideal solution would be to allow the user to select more than one file in the tree, e.g. by clicking and using Shift or Ctrl (or Command). Then, when the context menu is displayed, the selected action is performed for all selected files. This is more difficult to implement, because DrJava currently very strongly ties the selected file to the active document displayed in the Definitions Pane. However, most lists make a distinction between "selected" and "active". Typically, this is done by shading the background of "selected" files, and additionally putting a dotted frame around the one "active" file. I think Swing's JTree already supports this, so it should be possible to allow the user to select multiple files, while still tying the active document to the only active file in the list. If this is too difficult, then I propose to add "Include All With Project" to the context menu of the "[External Files]" node, and "Do Not Include Any With Project" to the context menu of the "[Included External Files]" node. This would allow the user to move all files back and forth between the two nodes. Another option would be to create a modal dialog (i.e. one that blocks the execution of DrJava until it is closed) with two lists side by side. The left list contains the "External Files" not included with the project, the right list the "Included External Files". The lists allow the selection of more than one file at a time, and between the lists are two buttons with a left and a right arrow, respectively, that move the selected files from one list to the other. When the dialog is closed by pressing on the "OK" button, the files are moved as specified by the user. If the user closes the dialog by pressing "Cancel", no changes are made at all. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1660151&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-02-13 23:24:10
|
Bugs item #1659383, was opened at 2007-02-13 18: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=1659383&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Definitions (source editor) Group: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ken Been (kbeen) Assigned to: Nobody/Anonymous (nobody) Summary: line number related crash Initial Comment: When quitting DrJava I got the error below. It seems to have something to do with the fact that when I started DrJava line numbers were on, and at some point during the session I turned line numbers off. I also had been using the debugger during the session. java.lang.NullPointerException at edu.rice.cs.drjava.ui.MainFrame._repaintLineNums(MainFrame.java:6305) at edu.rice.cs.drjava.ui.MainFrame._updateNormalColor(MainFrame.java:6265) at edu.rice.cs.drjava.ui.MainFrame._resetNavigatorPane(MainFrame.java:3459) at edu.rice.cs.drjava.ui.MainFrame._closeProject(MainFrame.java:3553) at edu.rice.cs.drjava.ui.MainFrame._quit(MainFrame.java:4041) at edu.rice.cs.drjava.ui.MainFrame.access$5300(MainFrame.java:101) at edu.rice.cs.drjava.ui.MainFrame$126.windowClosing(MainFrame.java:2370) at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:291) at java.awt.Window.processWindowEvent(Window.java:1182) at javax.swing.JFrame.processWindowEvent(JFrame.java:266) at java.awt.Window.processEvent(Window.java:1140) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Window.dispatchEventImpl(Window.java:1766) at java.awt.Component.dispatchEvent(Component.java:3803) 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) System Properties: DrJava Version 20060821-1502 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = /usr/local/jdk1.5.0/jre/lib/i386 java.vm.version = 1.5.0-b64 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = : java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = unknown java.vm.specification.name = Java Virtual Machine Specification user.dir = /home/kbeen java.runtime.version = 1.5.0-b64 java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment java.endorsed.dirs = /usr/local/jdk1.5.0/jre/lib/endorsed os.arch = i386 java.io.tmpdir = /tmp line.separator = "\u000a" java.vm.specification.vendor = Sun Microsystems Inc. os.name = Linux sun.jnu.encoding = UTF-8 java.library.path = /usr/local/jdk1.5.0/jre/lib/i386/client:/usr/local/jdk1.5.0/jre/lib/i386:/usr/local/jdk1.5.0/jre/../lib/i386:/usr/lib:/usr/X11R6/lib:/usr/local/lib java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 2.6.15-28-686 user.home = /home/kbeen user.timezone = America/New_York java.awt.printerjob = sun.print.PSPrinterJob file.encoding = UTF-8 java.specification.version = 1.5 java.class.path = /usr/local/downloads/drjava-stable-20060821-1502.jar:/usr/local/jdk1.5.0/lib/tools.jar user.name = kbeen java.vm.specification.version = 1.0 java.home = /usr/local/jdk1.5.0/jre sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. java.vm.info = mixed mode, sharing java.version = 1.5.0 java.ext.dirs = /usr/local/jdk1.5.0/jre/lib/ext sun.boot.class.path = /usr/local/jdk1.5.0/jre/lib/rt.jar:/usr/local/jdk1.5.0/jre/lib/i18n.jar:/usr/local/jdk1.5.0/jre/lib/sunrsasign.jar:/usr/local/jdk1.5.0/jre/lib/jsse.jar:/usr/local/jdk1.5.0/jre/lib/jce.jar:/usr/local/jdk1.5.0/jre/lib/charsets.jar:/usr/local/jdk1.5.0/jre/classes java.vendor = Sun Microsystems Inc. file.separator = / java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = gnome sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1659383&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-02-13 07:49:21
|
Bugs item #1658700, was opened at 2007-02-12 23:49 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=1658700&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Samiam (samiam2642) Assigned to: Nobody/Anonymous (nobody) Summary: no .jar extension Initial Comment: When JARing the project files, it is a bit of a nuisance to remember every single time to type the .jar extension in the save dialog. It is rather annoying to go to run the file and find that it isn't complete. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1658700&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-02-13 07:46:16
|
Bugs item #1658696, was opened at 2007-02-12 23: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=1658696&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: 5: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Private: No Submitted By: Samiam (samiam2642) Assigned to: Nobody/Anonymous (nobody) Summary: Stability Problem JARing Project Files Initial Comment: Immediately after JARing all of my class and/or source files, DrJava's code panel becomes highly unpredictable. The TextArea's Document doesn't seem to want to update appropriately. That is to say that most changes do not appear, and when they do (after a considerable amount of time), the text seems to behave like it is set up to be right-to-left rather than the far more preferable left-to-right that the English Language has instilled. This has lead to many code headaches over previously complete code. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1658696&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-02-12 16:13:47
|
Bugs item #1658165, was opened at 2007-02-12 08:13 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=1658165&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: program gets hung up after it runs 4 or 5 times Initial Comment: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at javax.swing.text.CompositeView.replace(Unknown Source) at javax.swing.text.BoxView.replace(Unknown Source) at javax.swing.text.View.updateChildren(Unknown Source) at javax.swing.text.View.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireInsertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source) at javax.swing.text.AbstractDocument.insertString(Unknown Source) at edu.rice.cs.util.text.SwingDocument.forceInsertText(SwingDocument.java:138) at edu.rice.cs.util.text.ConsoleDocument.insertBeforeLastPrompt(ConsoleDocument.java:223) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpreterResetting(InteractionsModel.java:540) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.killInterpreter(MainJVM.java:565) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._resetInterpreter(RMIInteractionsModel.java:104) at edu.rice.cs.drjava.model.repl.InteractionsModel.resetInterpreter(InteractionsModel.java:204) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInteractions(DefaultGlobalModel.java:335) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInteractions(DefaultGlobalModel.java:311) at edu.rice.cs.drjava.model.DefaultGlobalModel$2.compileEnded(DefaultGlobalModel.java:165) at edu.rice.cs.drjava.model.compiler.CompilerEventNotifier.compileEnded(CompilerEventNotifier.java:86) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel._doCompile(DefaultCompilerModel.java:245) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compileAll(DefaultCompilerModel.java:139) at edu.rice.cs.drjava.ui.MainFrame._compileAll(MainFrame.java:4209) at edu.rice.cs.drjava.ui.MainFrame.access$4100(MainFrame.java:106) at edu.rice.cs.drjava.ui.MainFrame$44.actionPerformed(MainFrame.java:680) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsPane.java:569) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(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) System Properties: DrJava Version 20070130-2255 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_11\bin java.vm.version = 1.5.0_11-b03 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.5.0_11-b03 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_11\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\<anonymized user.name>\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0_11\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;;C:\Program Files\Java\j2re1.4.2\bin\client\;C:\PROGRA~1\F-Secure\ssh\Program;C:\Program Files\Common Files\Voice Mail\;C:\Program Files\Common Files\Voice Mail Client\;C:\Program Files\QuickTime\QTSystem\; java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = <anonymized user.home>\Desktop\drjava.exe;C:\Program Files\Java\jdk1.5.0_08\lib\tools.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_11 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode java.version = 1.5.0_11 java.ext.dirs = C:\Program Files\Java\jre1.5.0_11\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_11\lib\rt.jar;C:\Program Files\Java\jre1.5.0_11\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_11\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_11\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_11\lib\jce.jar;C:\Program Files\Java\jre1.5.0_11\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_11\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Mon Feb 12 10:11:39 CST 2007 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\Computer Programming\\Connect Four\\Board.java,C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\Computer Programming\\Connect Four\\Connect4.java,C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\Computer Programming\\Connect Four\\Piece.java,C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\Computer Programming\\Connect Four\\Record.java,C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\Computer Programming\\PrimeNumber.java] window.height = 1000 window.width = 1280 window.x = 0 window.y = 0 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\Computer Programming\\Connect Four\\Connect4.java last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\Computer Programming\\Connect Four Used memory: about 11.12 megabytes Free memory: about 6.38 megabytes Total memory: about 17.50 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1658165&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-02-11 22:03:50
|
Bugs item #1657550, was opened at 2007-02-11 16:03 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=1657550&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JUnit integration Group: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: ongardie (ongardie) Assigned to: Nobody/Anonymous (nobody) Summary: Empty java files cause junit test error Initial Comment: * Create a project with some empty .java source files, some non-empty .java source files, and a test case. * Note that compiling and running work as expected, ignoring the empty files. * Try running the tests. You'll get three dialogs in a row: 1. To unit test all documents, you must first compile all out of sync source files. Would you like to compile all files and run the specified test? [Yes] [No]. // This comes up even if you've just compiled all files. Click Yes. 2. All open source files must be compiled before running a unit test. [Ok] // Didn't we just give it permission to do that? Click Ok. 3. There are no compiled JUnit TestCases available for execution. Perhaps you have not yet compiled your test files. [Ok] // But I have compiled them and they are available. Click Ok. The test do not run, and the series of seemingly irrelevant dialog boxes offers no help. My suggestion is that blank files should be ignored for testing purposes. -Diego Ongaro ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1657550&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-02-10 22:36:21
|
Bugs item #1656989, was opened at 2007-02-10 14:36 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=1656989&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Debugger Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Java problem Initial Comment: when i run java, i get these two errors. i need to solve them as soon as possible. i need help bad. also, i need to be told step by step the process that i should follow. thanx in adnavce... FIRST ERROR: java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at edu.rice.cs.util.newjvm.SlaveJVMRunner.main(SlaveJVMRunner.java:135) Caused by: java.util.MissingResourceException: Can't find bundle for base name koala.dynamicjava.parser.resources.messages, locale en_US at java.util.ResourceBundle.throwMissingResourceException(Unknown Source) at java.util.ResourceBundle.getBundleImpl(Unknown Source) at java.util.ResourceBundle.getBundle(Unknown Source) at koala.dynamicjava.util.LocalizedMessageReader.<init>(LocalizedMessageReader.java:59) at koala.dynamicjava.parser.Parser.<init>(Parser.java:59) at koala.dynamicjava.parser.wrapper.JavaCCParser.<init>(JavaCCParser.java:67) at koala.dynamicjava.parser.wrapper.JavaCCParserFactory.createParser(JavaCCParserFactory.java:56) at edu.rice.cs.drjava.model.repl.DynamicJavaAdapter$InterpreterExtension.interpret(DynamicJavaAdapter.java:396) at edu.rice.cs.drjava.model.repl.DynamicJavaAdapter.interpret(DynamicJavaAdapter.java:92) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.reset(InterpreterJVM.java:134) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.<init>(InterpreterJVM.java:119) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.<clinit>(InterpreterJVM.java:82) ... 3 more System Properties: DrJava Version 20060420-1406 drjava.debug.port = 1194 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0\bin java.vm.version = 1.6.0-b105 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\Hello Master!\Desktop\New Folder (2)\New Folder java.runtime.version = 1.6.0-b105 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\HELLOM~1\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.6.0\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\QuickTime\QTSystem\ java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\Hello Master! user.timezone = America/New_York java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = C:\Documents and Settings\Hello Master!\Desktop\New Folder (2)\New Folder\drjava-20060420-1406.jar;C:\Program Files\Java\jdk1.6.0\lib\tools.jar user.name = Hello Master! java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0 java.ext.dirs = C:\Program Files\Java\jre1.6.0\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0\lib\resources.jar;C:\Program Files\Java\jre1.6.0\lib\rt.jar;C:\Program Files\Java\jre1.6.0\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0\lib\jsse.jar;C:\Program Files\Java\jre1.6.0\lib\jce.jar;C:\Program Files\Java\jre1.6.0\lib\charsets.jar;C:\Program Files\Java\jre1.6.0\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 SECOND ERROR: there is no compiler that i can use. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1656989&group_id=44253 |