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-10-07 05:32:16
|
Bugs item #1808855, was opened at 2007-10-06 22:32 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=1808855&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: 6: Crashes Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: listen failed on port 0 Initial Comment: does not start and returns error listen failed on port 0 2007828-1759 Windows Vista home premium I don't know what a JDK version is ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1808855&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-10-03 14:37:17
|
Bugs item #1806976, was opened at 2007-10-03 07: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=1806976&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: Program executes correctly sometimes followed by exception!! 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:123) at edu.rice.cs.util.text.ConsoleDocument.insertBeforeLastPrompt(ConsoleDocument.java:219) at edu.rice.cs.drjava.ui.InteractionsController$3$2.run(InteractionsController.java:198) 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 20060918-1737 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_09\bin java.vm.version = 1.5.0_09-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 user.country = CA sun.os.patch.level = Service Pack 1 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\cristian.muntean java.runtime.version = 1.5.0_09-b03 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_09\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\CRISTI~1.MUN\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_09\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Autodesk Shared\;;C:\PROGRA~1\COMMON~1\AUTODE~1 java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = C:\Documents and Settings\cristian.muntean\Desktop\drjava-stable-20060918-1737.exe;C:\Program Files\Java\jdk1.5.0_09\lib\tools.jar java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_09 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_09 java.ext.dirs = C:\Program Files\Java\jre1.5.0_09\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_09\lib\rt.jar;C:\Program Files\Java\jre1.5.0_09\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_09\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_09\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_09\lib\jce.jar;C:\Program Files\Java\jre1.5.0_09\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_09\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 #Wed Oct 03 10:35:15 EDT 2007 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE interactions.exit.prompt = false save.before.compile = true recent.files = [H:\\Java\\others\\PROGRAMS IN TEXT\\WordGuess\\WordGuess.java,H:\\Java\\others\\PROGRAMS IN TEXT\\AlphaOrder\\AlphaOrder.java,H:\\Java\\others\\PROGRAMS IN TEXT\\RPS2\\RPSPlayer.java,H:\\Java\\others\\PROGRAMS IN TEXT\\RPS2\\RPSGame.java,H:\\Java\\others\\PROGRAMS IN TEXT\\RPS2\\RPS2.java] window.height = 748 window.width = 1032 window.x = -4 window.y = -4 last.dir = H:\\Java\\others\\PROGRAMS IN TEXT\\WordGuess\\WordGuess.java last.interactions.dir = H:\\Java\\others\\PROGRAMS IN TEXT\\WordGuess ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1806976&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-09-18 22:17:58
|
Bugs item #1797510, was opened at 2007-09-18 15:17 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=1797510&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: 3: Ugly Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Ongoing Problem...No Matter What Initial Comment: java.lang.ArrayIndexOutOfBoundsException: 9 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:138) at edu.rice.cs.util.text.ConsoleDocument.insertBeforeLastPrompt(ConsoleDocument.java:223) 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.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 20070828-2055 drjava.debug.port = 2635 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0_02\bin java.vm.version = 1.6.0_02-b06 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_02-b06 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0_02\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.6.0_02\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\WINDOWS\COMMAND;C:\Program Files\Common Files\Adobe\AGL;C:\WINDOWS;C:\WINDOWS\COMMAND 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.home>\Desktop\Dr. Java.exe;C:\Program Files\Java\jdk1.6.0_02\lib\tools.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0_02 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_02 java.ext.dirs = C:\Program Files\Java\jre1.6.0_02\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0_02\lib\resources.jar;C:\Program Files\Java\jre1.6.0_02\lib\rt.jar;C:\Program Files\Java\jre1.6.0_02\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_02\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_02\lib\jce.jar;C:\Program Files\Java\jre1.6.0_02\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_02\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 #Tue Sep 18 18:13:21 EDT 2007 javac.location = C:\\Program Files\\Java\\jdk1.6.0_02\\lib\\tools.jar extra.classpath = C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\Java Programs\\Support Files\\Utilities\\utilities1.5.jar key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE save.before.compile = true recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\Java Programs\\Homework\\Rational Numbers\\Rational.java,C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\Java Programs\\Homework\\Rational Numbers\\runRational.java] window.height = 996 window.width = 1280 window.x = 0 window.y = 0 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\Java Programs\\Homework\\Rational Numbers\\runRational.java last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name> sticky.interactions.dir = false Used memory: about 6.80 megabytes Free memory: about 1.01 megabytes Total memory: about 7.81 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1797510&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-09-17 16:47:49
|
Bugs item #1796332, was opened at 2007-09-17 09:47 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=1796332&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: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: Samiam (samiam2642) Assigned to: Nobody/Anonymous (nobody) Summary: Missing javax.net and javax.net.ssl packages Initial Comment: Tested this on Windows XP, Windows Vista and Solaris 10u4 with different settings. Using JDKs 5u12 and 6u2 in stable release 20070828-1759. When compiling anything with reference to the javax.net or javax.net.ssl pacakges, the compiler output states "Package javx... does not exist." This is true both for import statements and for fully qualified names. Have tried this in older stable releases and have directly used javac and does not have the same problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1796332&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-09-16 02:33:32
|
Bugs item #1795643, was opened at 2007-09-15 19: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=1795643&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: Yes Submitted By: XxThaoxX (xxthaoxx) Assigned to: Nobody/Anonymous (nobody) Summary: My Java won't turn on Initial Comment: My Java will not turn on. when I first installed it, it asked to connect to the interent but my computer at the time did not have any interent connection to I pressed access denied. After that, my Dr.Java would not turn on. Please help me with this problem. This is the error that popped up when i try to open the Dr. Java application. Thank you. edu.rice.cs.util.UnexpectedException: java.rmi.server.ExportException: Listen failed on port: 0; nested exception is: java.net.SocketException: Invalid argument: listen failed at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:218) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2587) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:128) at edu.rice.cs.drjava.DrJava.configureAndLoadDrJavaRoot(DrJava.java:169) at edu.rice.cs.drjava.DrJava.main(DrJava.java:121) Caused by: java.rmi.server.ExportException: Listen failed on port: 0; nested exception is: java.net.SocketException: Invalid argument: listen failed at sun.rmi.transport.tcp.TCPTransport.listen(Unknown Source) at sun.rmi.transport.tcp.TCPTransport.exportObject(Unknown Source) at sun.rmi.transport.tcp.TCPEndpoint.exportObject(Unknown Source) at sun.rmi.transport.LiveRef.exportObject(Unknown Source) at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source) at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source) at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source) at java.rmi.server.UnicastRemoteObject.<init>(Unknown Source) at java.rmi.server.UnicastRemoteObject.<init>(Unknown Source) at edu.rice.cs.util.newjvm.AbstractMasterJVM.<init>(AbstractMasterJVM.java:114) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.<init>(MainJVM.java:135) at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:217) ... 4 more Caused by: java.net.SocketException: Invalid argument: listen failed at java.net.PlainSocketImpl.socketListen(Native Method) at java.net.PlainSocketImpl.listen(Unknown Source) at java.net.ServerSocket.bind(Unknown Source) at java.net.ServerSocket.<init>(Unknown Source) at java.net.ServerSocket.<init>(Unknown Source) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(Unknown Source) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(Unknown Source) at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(Unknown Source) ... 16 more Caused by: java.rmi.server.ExportException: Listen failed on port: 0; nested exception is: java.net.SocketException: Invalid argument: listen failed at sun.rmi.transport.tcp.TCPTransport.listen(Unknown Source) at sun.rmi.transport.tcp.TCPTransport.exportObject(Unknown Source) at sun.rmi.transport.tcp.TCPEndpoint.exportObject(Unknown Source) at sun.rmi.transport.LiveRef.exportObject(Unknown Source) at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source) at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source) at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source) at java.rmi.server.UnicastRemoteObject.<init>(Unknown Source) at java.rmi.server.UnicastRemoteObject.<init>(Unknown Source) at edu.rice.cs.util.newjvm.AbstractMasterJVM.<init>(AbstractMasterJVM.java:114) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.<init>(MainJVM.java:135) at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:217) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2587) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:128) at edu.rice.cs.drjava.DrJava.configureAndLoadDrJavaRoot(DrJava.java:169) at edu.rice.cs.drjava.DrJava.main(DrJava.java:121) Caused by: java.net.SocketException: Invalid argument: listen failed at java.net.PlainSocketImpl.socketListen(Native Method) at java.net.PlainSocketImpl.listen(Unknown Source) at java.net.ServerSocket.bind(Unknown Source) at java.net.ServerSocket.<init>(Unknown Source) at java.net.ServerSocket.<init>(Unknown Source) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(Unknown Source) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(Unknown Source) at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(Unknown Source) ... 16 more System Properties: DrJava Version 20070829-0718 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0_01\bin java.vm.version = 1.6.0_01-b06 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 = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.6.0_01-b06 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0_01\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 application.home = <anonymized user.home>\Desktop sun.jnu.encoding = Cp1252 java.library.path = <anonymized user.home>\Desktop;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\DMIX;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\QuickTime\QTSystem\ env.class.path = .;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip 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.home>\Desktop\drjava-stable-20070828-1759.exe user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0_01 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_01 java.ext.dirs = C:\Program Files\Java\jre1.6.0_01\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0_01\lib\resources.jar;C:\Program Files\Java\jre1.6.0_01\lib\rt.jar;C:\Program Files\Java\jre1.6.0_01\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_01\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_01\lib\jce.jar;C:\Program Files\Java\jre1.6.0_01\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_01\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 #Sat Sep 15 22:26:22 EDT 2007 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE last.dir = C:\\Documents and Settings\\<anonymized user.name> last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name> Used memory: about 2.34 megabytes Free memory: about 2.59 megabytes Total memory: about 4.94 megabytes Total memory can expand to: about 63.56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1795643&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-09-14 17:20:13
|
Bugs item #1794870, was opened at 2007-09-14 11:20 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=1794870&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: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: Can Not Unit Test When Large Number of Files Open Initial Comment: When a large number of files are open (in my case, about 500) and the Test button is clicked DrJava complains that all files must be compiled before testing. This compliant is issued even if compilation was just completed. Also, if "Yes" is clicked to perform the compilation just prior to testing DrJava still complains that all files must be compiled before testing. This makes it impossible to perform unit testing of large numbers of files. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1794870&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-09-13 12:59:50
|
Bugs item #1793895, was opened at 2007-09-13 05:59 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=1793895&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: Yes Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: error for dr java Initial Comment: javax.swing.text.StateInvariantError: infinite loop in formatting at javax.swing.text.FlowView$FlowStrategy.layout(Unknown Source) at javax.swing.text.FlowView.layout(Unknown Source) at javax.swing.text.BoxView.setSize(Unknown Source) at javax.swing.text.BoxView.updateChildSizes(Unknown Source) at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source) at javax.swing.text.BoxView.layout(Unknown Source) at javax.swing.text.BoxView.setSize(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.setSize(Unknown Source) at javax.swing.plaf.basic.BasicTextUI.getPreferredSize(Unknown Source) at javax.swing.JComponent.getPreferredSize(Unknown Source) at javax.swing.JEditorPane.getPreferredSize(Unknown Source) at javax.swing.ScrollPaneLayout.layoutContainer(Unknown Source) at java.awt.Container.layout(Unknown Source) at java.awt.Container.doLayout(Unknown Source) at java.awt.Container.validateTree(Unknown Source) at java.awt.Container.validate(Unknown Source) at javax.swing.RepaintManager.validateInvalidComponents(Unknown Source) at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) 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_12\bin java.vm.version = 1.5.0_12-b04 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 = sun.os.patch.level = java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.5.0_12-b04 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_12\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:\Program Files\Java\jre1.5.0_12\bin;.;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Diskeeper Corporation\Diskeeper\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Common Files\Lenovo;C:\Program Files\Lenovo\Client Security Solution;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\program files\diskeeper corporation\diskeeper\;c:\program files\common files\roxio shared\dllshared\;c:\program files\common files\roxio shared\dllshared\;c:\program files\common files\roxio shared\9.0\dllshared\;c:\program files\common files\lenovo;c:\program files\lenovo\client security solution;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\program files\diskeeper corporation\diskeeper\;c:\program files\common files\roxio shared\dllshared\;c:\program files\common files\roxio shared\dllshared\;c:\program files\common files\roxio shared\9.0\dllshared\;c:\program files\common files\lenovo;c:\program files\lenovo\client security solution;i:\win\dll;i:\win\bin;i:\orawin95\bin;c:\program files\ssh communications security\ssh secure shell;c:\program files\openvpn\bin java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 6.0 user.home = <anonymized user.home> user.timezone = Asia/Singapore java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = <anonymized user.home>\Desktop\drjava-stable-20070130-2255.exe;C:\jdk1.5\lib\tools.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_12 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.5.0_12 java.ext.dirs = C:\Program Files\Java\jre1.5.0_12\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_12\lib\rt.jar;C:\Program Files\Java\jre1.5.0_12\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_12\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_12\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_12\lib\jce.jar;C:\Program Files\Java\jre1.5.0_12\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_12\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 #Thu Sep 13 20:52:09 SGT 2007 javac.location = C:\\jdk1.5\\lib\\tools.jar key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE quit.prompt = false save.before.compile = true recent.files = [D:\\CMhome\\cs1101z\\studentArea\\<anonymized user.name>\\cs1101zlab1ex3\\InterestBearingAccount.java,D:\\CMhome\\cs1101z\\studentArea\\<anonymized user.name>\\cs1101zlab1ex3\\Invest.java,D:\\CMhome\\cs1101z\\studentArea\\<anonymized user.name>\\cs1101zlab1ex3\\DateConvert.java,D:\\CMhome\\cs1101z\\studentArea\\<anonymized user.name>\\cs1101zlab2ex1\\Circle.java,D:\\CMhome\\cs1101z\\studentArea\\<anonymized user.name>\\cs1101zlab2ex1\\Lab2Ex1.java] window.height = 1020 window.width = 1396 window.x = 0 window.y = 0 doc.list.width = 125 last.dir = H:\\HiLo.java last.interactions.dir = H:\\ Used memory: about 12.65 megabytes Free memory: about 9.19 megabytes Total memory: about 21.83 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1793895&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-09-11 23:19:37
|
Bugs item #1792824, was opened at 2007-09-11 16: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=1792824&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: Performance Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Extremely Slow Start Up with JRE 6.0 Initial Comment: I've got the latest version of Dr. Java. I also had the latest version of the JDK and JRE installed. However, when I tried starting up the program, it takes about 3 full minutes for a splash screen to come up, and then another 7 for the actual application window to come up. The program itself runs very smoothly when it does come up though. My computer is relatively new, so I'm assuming it's not an issue with that. I've got a full GB of RAM and the AMD 4200+ X2 Processor. I also ran the dual-core optimizer. Running Windows XP SP2 w/ all latest patches, but I'm almost certain there's no problem with that. I tried uninstalling the JDK and JRE and installed JRE 5 Update 4 along with the corresponding JDK. That worked perfectly fine with no abnormal slow down. When I tried installing just the JRE on top of that, the major slowdown occurred again when I tried to launch Dr. Java. Also, when I'm referring to slow down, it's just Dr. Java itself that takes a long time to load up, everything else loads up perfectly fine. While I for the program to start up, Task Manager tells me it's a process, but of course, not an active application, showing that it is indeed loading in the background. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1792824&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-09-11 16:58:55
|
Bugs item #1792482, was opened at 2007-09-11 09:58 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=1792482&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: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: ArrayIndexOutOfBoundsException w/ crsr up/enter repetitions Initial Comment: I get the exception attached below with the following sequence: type: import java.util.Random; Random r = new Random(); r.nextDouble() then repeat this a few times (about 10): cursor up/enter (to repeat 'r.nextDouble()'). java.lang.ArrayIndexOutOfBoundsException: 60 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:139) at edu.rice.cs.util.text.SwingDocument._insertText(SwingDocument.java:127) at edu.rice.cs.util.text.ConsoleDocument.append(ConsoleDocument.java:261) at edu.rice.cs.drjava.model.repl.InteractionsDocument._replaceCurrentLineFromHistory(InteractionsDocument.java:137) at edu.rice.cs.drjava.model.repl.InteractionsDocument.moveHistoryPrevious(InteractionsDocument.java:209) at edu.rice.cs.drjava.model.repl.InteractionsDocument.recallPreviousInteractionInHistory(InteractionsDocument.java:261) at edu.rice.cs.drjava.ui.InteractionsController$11.actionPerformed(InteractionsController.java:465) at edu.rice.cs.drjava.ui.InteractionsController$13.actionPerformed(InteractionsController.java:493) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at javax.swing.JComponent.processKeyBinding(Unknown Source) at javax.swing.JComponent.processKeyBindings(Unknown Source) at javax.swing.JComponent.processKeyEvent(Unknown Source) at edu.rice.cs.drjava.ui.InteractionsPane.processKeyEvent(InteractionsPane.java:127) 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 20070803-2106 drjava.debug.port = 4009 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Programmi\Java\jre1.5.0_07\bin java.vm.version = 1.5.0_07-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 user.country = IT sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.5.0_07-b03 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Programmi\Java\jre1.5.0_07\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\DAVIDE~1\IMPOST~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:\Programmi\Java\jre1.5.0_07\bin;.;C:\WINDOWS\system32;C:\WINDOWS;<anonymized user.dir>;C:\Programmi\MiKTeX 2.5\miktex\bin;C:\MiKTeX\texmf\miktex\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programmi\File comuni\Adobe\AGL;C:\Programmi\File comuni\GTK\2.0\bin;C:\Programmi\jEdit;c:\Programmi\OpenOffice.org 2.2\program;c:\Programmi\OpenOffice.org 2.2\program\classes;.;c:\Programmi\Java\jdk1.5.0_07\bin ;C:\Programmi\QuickTime\QTSystem\;C:\Programmi\MKVtoolnix 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 = Europe/Berlin java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = <anonymized user.home>\Documenti\download\drjava-beta-20070803-2106.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Programmi\Java\jre1.5.0_07 sun.arch.data.model = 32 user.language = it java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.5.0_07 java.ext.dirs = C:\Programmi\Java\jre1.5.0_07\lib\ext sun.boot.class.path = C:\Programmi\Java\jre1.5.0_07\lib\rt.jar;C:\Programmi\Java\jre1.5.0_07\lib\i18n.jar;C:\Programmi\Java\jre1.5.0_07\lib\sunrsasign.jar;C:\Programmi\Java\jre1.5.0_07\lib\jsse.jar;C:\Programmi\Java\jre1.5.0_07\lib\jce.jar;C:\Programmi\Java\jre1.5.0_07\lib\charsets.jar;C:\Programmi\Java\jre1.5.0_07\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 #Tue Sep 11 18:49:49 CEST 2007 font.main = Monospaced-20 lineenum.enabled = true look.and.feel = com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\script.ji] window.height = 908 window.width = 1352 window.x = 92 window.y = -4 last.dir = C:\\Documents and Settings\\<anonymized user.name> last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name> Used memory: about 13,13 megabytes Free memory: about 6,87 megabytes Total memory: about 20,02 megabytes Total memory can expand to: about 63,56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1792482&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-09-11 13:40:43
|
Bugs item #1792359, was opened at 2007-09-11 06:40 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=1792359&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: 7: Could cause data loss Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: when exiting, cancel button does not behave as expected Initial Comment: 1. Clicked the close button on the dr java window after having modified, but not saved, the default "untitled" document. 2. "Do you want to save" dialog came up with yes, no, cancel options. 3. Clicked cancel and the window closed. Cancel button should leave the dr java window open with the unsaved content intact. As it is, "no" and "cancel" behave the same way. Experienced this in ubuntu linux (gnome) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1792359&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-09-05 13:27:06
|
Bugs item #1788459, was opened at 2007-09-05 06: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=1788459&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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: My program wouldn't compile2? 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.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.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 = NZ sun.os.patch.level = java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> 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 = <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:\Program Files\Java\jre1.5.0_11\bin;.;C:\Windows\system32;C:\Windows;C:\Program Files\PC Connectivity Solution\;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 = 6.0 user.home = <anonymized user.home> user.timezone = Pacific/Auckland java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = <anonymized user.dir>\drjava-stable-20070130-2255.exe;C:\Program Files\Java\jdk1.5.0_12\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, sharing 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 #Thu Sep 06 01:26:20 NZST 2007 javac.location = C:\\Program Files\\Java\\jdk1.5.0_12\\lib\\tools.jar key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE interactions.exit.prompt = false quit.prompt = false save.before.compile = true recent.files = [C:\\Users\\<anonymized user.name>\\Documents\\University\\Comp 103\\lab13\\game.java,C:\\Users\\<anonymized user.name>\\Documents\\University\\Comp 103\\lab13\\gamePlay.java,C:\\Users\\<anonymized user.name>\\Documents\\University\\Comp 103\\Lab10\\game.java,C:\\Users\\<anonymized user.name>\\Documents\\University\\Comp 103\\lab8\\RandomApp.java,C:\\Users\\<anonymized user.name>\\Documents\\University\\Comp 103\\lab8\\RandomRange.java] window.x = 343 window.y = 82 last.dir = E:\\Comp 103\\Lab13\\Game.java last.interactions.dir = E:\\Comp 103\\Lab13 Used memory: about 11.32 megabytes Free memory: about 9.57 megabytes Total memory: about 20.88 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1788459&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-09-05 13:26:11
|
Bugs item #1788457, was opened at 2007-09-05 06: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=1788457&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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: My program wouldn't compile? 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.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.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 = NZ sun.os.patch.level = java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> 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 = <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:\Program Files\Java\jre1.5.0_11\bin;.;C:\Windows\system32;C:\Windows;C:\Program Files\PC Connectivity Solution\;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 = 6.0 user.home = <anonymized user.home> user.timezone = Pacific/Auckland java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = <anonymized user.dir>\drjava-stable-20070130-2255.exe;C:\Program Files\Java\jdk1.5.0_12\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, sharing 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 #Thu Sep 06 01:23:34 NZST 2007 javac.location = C:\\Program Files\\Java\\jdk1.5.0_12\\lib\\tools.jar key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE interactions.exit.prompt = false quit.prompt = false save.before.compile = true recent.files = [C:\\Users\\<anonymized user.name>\\Documents\\University\\Comp 103\\lab13\\game.java,C:\\Users\\<anonymized user.name>\\Documents\\University\\Comp 103\\lab13\\gamePlay.java,C:\\Users\\<anonymized user.name>\\Documents\\University\\Comp 103\\Lab10\\game.java,C:\\Users\\<anonymized user.name>\\Documents\\University\\Comp 103\\lab8\\RandomApp.java,C:\\Users\\<anonymized user.name>\\Documents\\University\\Comp 103\\lab8\\RandomRange.java] window.x = 343 window.y = 82 last.dir = E:\\Comp 103\\Lab13\\Game.java last.interactions.dir = E:\\Comp 103\\Lab13 Used memory: about 18.44 megabytes Free memory: about 2.44 megabytes Total memory: about 20.88 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1788457&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-08-29 01:15:34
|
Bugs item #1783723, was opened at 2007-08-28 18:15 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=1783723&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nick Bennett (nickbenn) Assigned to: Nobody/Anonymous (nobody) Summary: 20070828-1759 Windows app corrupted Initial Comment: The Windows app version of the new stable build is corrupted: it is only 96K in size (vs. 6.5MB for the .jar file), and Windows throws a "not a valid Win32 app" error when it is executed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1783723&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-08-26 21:42:15
|
Bugs item #1782146, was opened at 2007-08-26 16: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=1782146&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: UNIX-specific Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Shoofy (shoofy) Assigned to: Nobody/Anonymous (nobody) Summary: all dialogs empty Initial Comment: Using the 20070803 beta of DrJava with Java5 on Ubuntu Feisty, all the dialogs show up blank. This includes the preferences dialog, the Java API dialog, print preview and most others, but not Save As, for example. A screenshot is attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1782146&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-08-15 14:47:45
|
Bugs item #1774750, was opened at 2007-08-15 09:47 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=1774750&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: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Find All and background-updated files Initial Comment: I haven't looked at this carefully, but it looks like "Find All" has incorrect behavior when it runs into source files that have changed in the background. I've noticed underlines appearing in the wrong place and got a IndexOutOfBoundsException (I think) recently, always after being prompted about a file that has changed on disk. It looks like the "find" happens on the cached file contents rather than on the new file contents. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1774750&group_id=44253 |
|
From: Mathias R. <mgr...@us...> - 2007-08-14 23:10:10
|
Hi! Unfortunately, we missed the renewal deadline for the drjava.org domain, which has now been picked up by a domain squatter. We are trying to reclaim the domain. In the meantime, please use the following URL: http://drjava.sourceforge.net/ We apologize for the inconvenience. Mathias Ricken Developer, DrJava |
|
From: SourceForge.net <no...@so...> - 2007-08-13 16:19:15
|
Bugs item #1773173, was opened at 2007-08-13 11:18 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=1773173&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: 3: Ugly Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Find All results with similarly-named files Initial Comment: When I perform "Find All..." and it matches the contents of two specific files in my project, the results are interleaved under a single heading rather than being listed under separate headings. The filenames are "Evaluator.java" and "Evaluator.java.mine". The heading under which they appear is "long.path.name.Evaluator". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1773173&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-08-06 22:12:19
|
Bugs item #1768846, was opened at 2007-08-06 15:12 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=1768846&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: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: hperkins (hperkins) Assigned to: Nobody/Anonymous (nobody) Summary: Program output not automatically visible Initial Comment: This is a tossup between a feature request and a bug, but it has enough of an astonishment factor for the uninitiated that it seems like a bug. Scenario: - Edit a program that produces some output ("hello world" is fine). - Compile and save using the compile button at the top of the DrJava window frame. - Click the run button at the top of the window frame. Although the program does run successfully, this isn't immediately obvious because the compiler output tab is still at the front of the output pane at the bottom of the window. To a beginner it can easily seem that nothing happened, or that his/her program didn't work. It would be better if the interactions window pane automatically popped to the front when a program is run so that any output or other results are immediately visible. Setup: New drjava beta (20070803-2106), windows xp. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1768846&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-07-29 18:39:11
|
Bugs item #1763211, was opened at 2007-07-29 11:39 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=1763211&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: Performance Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DrJava really slow Initial Comment: What is DrJava doing that makes it run so slowly? I wrote this program that processes longitudes and latitudes data to draw out a map of the US. When i run it in DrJava, it takes about 8 minutes to process a 1 MB file and draw it all out. When i run Java from the command prompt, it takes 20 seconds. It seems that i can't upload the data file because it's too large, so here's a link: http://www.cs.princeton.edu/introcs/36purple/USA.txt For further contact, my e-mail is bensonl at cs.washington.edu ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1763211&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-07-25 18:46:20
|
Feature Requests item #1760531, was opened at 2007-07-25 11:46 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=1760531&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 Priority: 5 Private: No Submitted By: Carlos Rendon (carneboy) Assigned to: Nobody/Anonymous (nobody) Summary: auto import of classes in interactions pane Initial Comment: I am making this in reference to the Eclipse Plugin, but I suppose it could also hold the DrJava in general. Observation: in real projects, each class depends on several other classes and perhaps several other libraries in jar files. To use DrJava for quick development in these circumstances it would be great if it could somehow auto import all the classes either in a "project" or associated with a single java file. Instead of painstakingly importing each class, and it's dependencies and so on. Perhaps it would take the form of a "link with the editor" button that would auto-import all imports in the current file in the editor Alternatively if the import was smart enough to auto-import all dependencies of the first import, it wouldn't be so bad. I think this simple addition would make the Eclipse Plugin much much easier to use. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1760531&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-07-14 14:00:30
|
Bugs item #1753997, was opened at 2007-07-14 09: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=1753997&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: UNIX-specific Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: fred hosch (fredcsunoedu) Assigned to: Nobody/Anonymous (nobody) Summary: beta-20070524-1944 runs as a synchronous process Initial Comment: Running solaris 9 (SunOS 5.9), sparc: When started from the command line, stable-20070130-2255 runs asynchronously with my shell ("background"), while beta-20070524-1944 runs synchronously ("foreground"). Obvious workaround: explicitly run the java process in the "background": java -jar drjava-beta-20070524-1944.jar& ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1753997&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-07-14 13:53:06
|
Bugs item #1753995, was opened at 2007-07-14 08: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=1753995&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: fred hosch (fredcsunoedu) Assigned to: Nobody/Anonymous (nobody) Summary: compilation issues with beta-20070524-1944 Initial Comment: Running jse build 1.6.0_01-b06, solaris 9 (SunOS 5.9), sparc. Attempting to compile an empty class (any compile, actually) with beta-20070524-1944 produces the following compiler error: 1 error found: File: (no associated file) [line: (no source location)] Error: java.lang.NoClassDefFoundError: com/sun/tools/javac/util/Context Compiles successfully with stable-20070130-2255. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1753995&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-07-06 16:11:34
|
Bugs item #1749218, was opened at 2007-07-06 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=1749218&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: 3: Ugly Status: Open Resolution: None Priority: 5 Private: No Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: "Step Into" trying to step into edu.rice.cs.plt source Initial Comment: It didn't use to do this. DrJava Version : 20070524-1944 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1749218&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-07-06 15:57:10
|
Bugs item #1749209, was opened at 2007-07-06 09: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=1749209&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: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: Hidden exception when class is "Run" Initial Comment: When clicking the "Run" button (or using the menu or hotkey) the very first thing DrJava should do is bring the interactions pane into focus. I ran into a problem where I was erroring out during class loading which would halt the "Run" before DrJava brought the interactions pane into focus. So, given that I was looking at the compiler pane, I would click "Run" and it would appear as if DrJava was doing nothing. Manually switching over to the interactions pane showed what was really going on. -- Matt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1749209&group_id=44253 |
|
From: SourceForge.net <no...@so...> - 2007-07-04 00:31:33
|
Bugs item #1747421, was opened at 2007-07-03 17: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=1747421&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: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: hperkins (hperkins) Assigned to: Nobody/Anonymous (nobody) Summary: Can't compile with windows jdk 6.0+02 Initial Comment: I've been installing Java related things on a recently reformatted windows xp box and discovered that Sun just released a new Java 6 version, 1.6.0_02. I can compile and run Java programs from a command line, but when I tried compiling "hello world" with DrJava beta version 20070524-1944, I got the following error in the compiler message window: 1 error found: File: (no associated file) [line: (no source location)] Error: java.lang.NoClassDefFoundError: com/sun/tools/javac/util/Context The compiler quit at that point and no .class file was produced. Here's a copy of the system properties window: System Properties: DrJava Version 20070524-1944 drjava.debug.port = 1356 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0_02\bin java.vm.version = 1.6.0_02-b05 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 = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.6.0_02-b05 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0_02\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 application.home = <anonymized user.dir> sun.jnu.encoding = Cp1252 java.library.path = <anonymized user.dir>;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jdk1.6.0_02\bin;C:\Program Files\QuickTime\QTSystem\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\ env.class.path = .;C:\Program Files\QuickTime\QTSystem\QTJava.zip 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/Los_Angeles java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.dir>\drjava-beta-20070524-1944.exe user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0_02 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_02 java.ext.dirs = C:\Program Files\Java\jre1.6.0_02\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0_02\lib\resources.jar;C:\Program Files\Java\jre1.6.0_02\lib\rt.jar;C:\Program Files\Java\jre1.6.0_02\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_02\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_02\lib\jce.jar;C:\Program Files\Java\jre1.6.0_02\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_02\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 #Tue Jul 03 17:27:35 PDT 2007 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\Main.java] window.x = 112 window.y = 34 window.state = 0 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\Main.java last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name> Used memory: about 5.89 megabytes Free memory: about 1.16 megabytes Total memory: about 7.05 megabytes Total memory can expand to: about 63.56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1747421&group_id=44253 |