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...> - 2009-02-24 20:48:11
|
Bugs item #2634786, was opened at 2009-02-24 14:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2634786&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: DynamicJava Group: 3: Ugly Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: 0l causes NumberFormatException Initial Comment: Entering 0l in the Interactions Pane (lower-case l) causes the following exception. Note: Entering 0L (upper-case l) or a non-zero value with a lower-case l, such as 1l, works. edu.rice.cs.util.UnexpectedException: java.lang.NumberFormatException: Zero length BigInteger at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:769) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:723) at edu.rice.cs.drjava.model.repl.newjvm.InterpretResult$UnexpectedExceptionResult.apply(InterpretResult.java:95) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.interpret(MainJVM.java:457) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._interpret(RMIInteractionsModel.java:75) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpret(InteractionsModel.java:273) at edu.rice.cs.drjava.model.repl.InteractionsModel$1$1.run(InteractionsModel.java:230) at java.lang.Thread.run(Thread.java:613) Caused by: java.lang.NumberFormatException: Zero length BigInteger at java.math.BigInteger.<init>(BigInteger.java:275) at koala.dynamicjava.tree.LongLiteral.parse(LongLiteral.java:78) at koala.dynamicjava.tree.LongLiteral.<init>(LongLiteral.java:59) at koala.dynamicjava.parser.impl.Parser.literal(Parser.java:4967) at koala.dynamicjava.parser.impl.Parser.primaryPrefix(Parser.java:4702) at koala.dynamicjava.parser.impl.Parser.primaryExpression(Parser.java:4671) at koala.dynamicjava.parser.impl.Parser.postfixExpression(Parser.java:4624) at koala.dynamicjava.parser.impl.Parser.unaryExpressionNotPlusMinus(Parser.java:4542) at koala.dynamicjava.parser.impl.Parser.unaryExpression(Parser.java:4478) at koala.dynamicjava.parser.impl.Parser.multiplicativeExpression(Parser.java:4328) at koala.dynamicjava.parser.impl.Parser.additiveExpression(Parser.java:4283) at koala.dynamicjava.parser.impl.Parser.shiftExpression(Parser.java:4225) at koala.dynamicjava.parser.impl.Parser.relationalExpression(Parser.java:4162) at koala.dynamicjava.parser.impl.Parser.instanceOfExpression(Parser.java:4135) at koala.dynamicjava.parser.impl.Parser.equalityExpression(Parser.java:4090) at koala.dynamicjava.parser.impl.Parser.andExpression(Parser.java:4062) at koala.dynamicjava.parser.impl.Parser.exclusiveOrExpression(Parser.java:4034) at koala.dynamicjava.parser.impl.Parser.inclusiveOrExpression(Parser.java:4006) at koala.dynamicjava.parser.impl.Parser.conditionalAndExpression(Parser.java:3978) at koala.dynamicjava.parser.impl.Parser.conditionalOrExpression(Parser.java:3950) at koala.dynamicjava.parser.impl.Parser.conditionalExpression(Parser.java:3924) at koala.dynamicjava.parser.impl.Parser.expression(Parser.java:3663) at koala.dynamicjava.parser.impl.Parser.expressionStatement(Parser.java:3623) at koala.dynamicjava.parser.impl.Parser.statement(Parser.java:2761) at koala.dynamicjava.parser.impl.Parser.topLevelStatement(Parser.java:776) at koala.dynamicjava.parser.impl.Parser.parseStream(Parser.java:739) at koala.dynamicjava.parser.wrapper.JavaCCParser.parseStream(JavaCCParser.java:96) at edu.rice.cs.dynamicjava.interpreter.Interpreter.parse(Interpreter.java:64) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:44) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:203) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:180) 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) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) ... 1 more Caused by: java.lang.NumberFormatException: Zero length BigInteger at java.math.BigInteger.<init>(BigInteger.java:275) at koala.dynamicjava.tree.LongLiteral.parse(LongLiteral.java:78) at koala.dynamicjava.tree.LongLiteral.<init>(LongLiteral.java:59) at koala.dynamicjava.parser.impl.Parser.literal(Parser.java:4967) at koala.dynamicjava.parser.impl.Parser.primaryPrefix(Parser.java:4702) at koala.dynamicjava.parser.impl.Parser.primaryExpression(Parser.java:4671) at koala.dynamicjava.parser.impl.Parser.postfixExpression(Parser.java:4624) at koala.dynamicjava.parser.impl.Parser.unaryExpressionNotPlusMinus(Parser.java:4542) at koala.dynamicjava.parser.impl.Parser.unaryExpression(Parser.java:4478) at koala.dynamicjava.parser.impl.Parser.multiplicativeExpression(Parser.java:4328) at koala.dynamicjava.parser.impl.Parser.additiveExpression(Parser.java:4283) at koala.dynamicjava.parser.impl.Parser.shiftExpression(Parser.java:4225) at koala.dynamicjava.parser.impl.Parser.relationalExpression(Parser.java:4162) at koala.dynamicjava.parser.impl.Parser.instanceOfExpression(Parser.java:4135) at koala.dynamicjava.parser.impl.Parser.equalityExpression(Parser.java:4090) at koala.dynamicjava.parser.impl.Parser.andExpression(Parser.java:4062) at koala.dynamicjava.parser.impl.Parser.exclusiveOrExpression(Parser.java:4034) at koala.dynamicjava.parser.impl.Parser.inclusiveOrExpression(Parser.java:4006) at koala.dynamicjava.parser.impl.Parser.conditionalAndExpression(Parser.java:3978) at koala.dynamicjava.parser.impl.Parser.conditionalOrExpression(Parser.java:3950) at koala.dynamicjava.parser.impl.Parser.conditionalExpression(Parser.java:3924) at koala.dynamicjava.parser.impl.Parser.expression(Parser.java:3663) at koala.dynamicjava.parser.impl.Parser.expressionStatement(Parser.java:3623) at koala.dynamicjava.parser.impl.Parser.statement(Parser.java:2761) at koala.dynamicjava.parser.impl.Parser.topLevelStatement(Parser.java:776) at koala.dynamicjava.parser.impl.Parser.parseStream(Parser.java:739) at koala.dynamicjava.parser.wrapper.JavaCCParser.parseStream(JavaCCParser.java:96) at edu.rice.cs.dynamicjava.interpreter.Interpreter.parse(Interpreter.java:64) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:44) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:203) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:180) 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) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) at java.lang.Thread.run(Thread.java:613) System Properties: DrJava Version drjava-20090224-r4769 DrJava Build Time 20090224-1911 drjava.debug.port = 61668 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = :/Applications/Dev/YourKit Java Profiler 7.0.12.app/bin/mac:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries java.vm.version = 1.5.0_16-132 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 sun.java.launcher = SUN_STANDARD 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_16-b06-275 java.awt.graphicsenv = apple.awt.CGraphicsEnvironment java.endorsed.dirs = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/endorsed os.arch = i386 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 = :/Applications/Dev/YourKit Java Profiler 7.0.12.app/bin/mac:.:/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.11 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 = /Applications/Dev/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_16 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 java.vendor = Apple Computer, Inc. file.separator = / java.vendor.url.bug = http://developer.apple.com/java/ sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 mrj.version = 1040.1.5.0_16-275 sun.awt.exception.handler = apple.awt.CToolkit$EventQueueExceptionHandler sun.cpu.isalist = #DrJava configuration file #Tue Feb 24 14:42:38 CST 2009 font.line.numbers = Monaco-10 lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE find.replace.match.case = false find.replace.all.documents = true debug.sourcepath = <anonymized user.home>/Applications:<anonymized user.home>/backup debug.step.exclude = a,b,c javadoc.1.4.link = file://<anonymized user.home>/Sites/docs/Java/j2sdk-1_4_2-doc/api/ javadoc.1.5.link = file://<anonymized user.home>/Sites/docs/Java/jdk-1_5_0-doc/api interactions.exit.prompt = false open.folder.recursive = true indent.level = 4 recent.files = [<anonymized user.home>/Documents/Research/Concutest/ClassLoader/src/edu/rice/cs/cunit/record/CompactDebugProcessor2.java,<anonymized user.home>/Documents/Research/Concutest/ClassLoader/src/edu/rice/cs/cunit/instrumentors/record/debug2/DisableRecordingStrategy.java,<anonymized user.home>/Documents/Research/Concutest/ClassLoader/src/edu/rice/cs/cunit/instrumentors/record/debug2/EnableRecordingStrategy.java,<anonymized user.home>/Documents/Research/Concutest/ClassLoader/src/edu/rice/cs/cunit/instrumentors/record/debug2/AssignObjectIDStrategy.java] recent.projects = [<anonymized user.home>/Documents/Research/Concutest/ClassLoader/ClassLoader.xml,<anonymized user.home>/drjava/drjava.xml,<anonymized user.home>/Documents/Semester 10 Spring 2009/COMP 402/hw1/mc13/rwl.student/rwl.student/ReaderWriterLock.xml,<anonymized user.home>/Documents/Semester 10 Spring 2009/COMP 402/hw1/kkm1/bb.student/BoundedBuffer.xml,<anonymized user.home>/Documents/Semester 10 Spring 2009/COMP 402/hw1/mc13/bb.student/bb.student/BoundedBuffer.xml] window.height = 776 window.width = 1276 window.x = 1 window.y = 22 doc.list.width = 174 last.dir = <anonymized user.dir>/src/edu/rice/cs/drjava/model last.interactions.dir = /Users/Shared/drjava dialog.clipboard.history.state = 425 400 425 210 dialog.completeword.javaapi = true tabbedpanes.state = 640 400 700 400 dialog.jaroptions.state = 417 273 find.replace.focus.in.defpane = true new.version.notification.last = 1234995519192 drjava.survey.notification.last = 1235507756192 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=4769&os.name=Mac%20OS%20X&os.version=10.4.11&java.version=1.5.0_16&java.vendor=Apple%20Computer,%20Inc. Used memory: about 36.34 megabytes Free memory: about 23.27 megabytes Total memory: about 59.65 megabytes Total memory can expand to: about 63.56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2634786&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-24 20:00:53
|
Bugs item #2634680, was opened at 2009-02-24 14: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=2634680&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: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Wrong Syntax Highlighting for Long Literals Initial Comment: Long literals, such as 0L, should have the "number color", just like integer literals, but they are currently printed using the "normal color". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2634680&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-24 19:36:49
|
Bugs item #2634638, was opened at 2009-02-24 13: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=2634638&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: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Next/Previous Word has Problems with Whitespace Initial Comment: The changed behavior of next/previous word has problems with whitespace: If there are consecutive spaces, next/previous word will only advance one space; it should skip the entire block of whitespace. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2634638&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-20 17:17:34
|
Bugs item #2620601, was opened at 2009-02-20 11: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=2620601&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: Language Levels Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException on Compile All Initial Comment: Set language level to elementary and open the *.dj0 files in the lists directory. Hit "compile all". The compiler error panel will report a NullPointerException with no source file or line number. This isn't a compiler error actually, it is a DrJava bug. If the stack trace of the NullPointerException is printed, it reveals the origin: java.lang.NullPointerException at edu.rice.cs.javalanglevels.LanguageLevelConverter.convert(LanguageLevelConverter.java:214) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel._compileLanguageLevelsFiles(DefaultCompilerModel.java:346) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel._compileFiles(DefaultCompilerModel.java:312) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel._doCompile(DefaultCompilerModel.java:240) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compileAll(DefaultCompilerModel.java:141) at edu.rice.cs.drjava.ui.MainFrame._compileAll(MainFrame.java:5226) at edu.rice.cs.drjava.ui.MainFrame.access$4800(MainFrame.java:116) at edu.rice.cs.drjava.ui.MainFrame$51.actionPerformed(MainFrame.java:819) 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:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5583) at javax.swing.JComponent.processMouseEvent(JComponent.java:3135) at java.awt.Component.processEvent(Component.java:5348) at java.awt.Container.processEvent(Container.java:2010) at java.awt.Component.dispatchEventImpl(Component.java:4050) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Component.dispatchEvent(Component.java:3885) 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:1791) at java.awt.Component.dispatchEvent(Component.java:3885) 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) I'm changing the DrJava code for handling exceptions in our source code to treat them as bugs, bring up the error window and show the stack trace. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2620601&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-20 03:41:10
|
Bugs item #2618570, was opened at 2009-02-19 22:41 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=2618570&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: Norm Krumpe (krumpenj) Assigned to: Nobody/Anonymous (nobody) Summary: cannot read zip file entry Initial Comment: Latest development release reintroduces this problem. Compilation completed. The following files were not compiled: 1 error found: File: C:\Users\Norm\Desktop\java\Junky.java [line: (no source location)] Error: error: error reading C:\Users\Norm\Desktop\Downloads\drjava-20090216-r4756.exe; cannot read zip file entry Using JDK 6.0_7 from C:\Program Files\Java\jdk1.6.0_07\lib\tools.jar. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2618570&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-18 15:03:13
|
Bugs item #2612917, was opened at 2009-02-18 15: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=2612917&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: 7 Private: No Submitted By: Robert Cartwright (rcartwright) Assigned to: Nobody/Anonymous (nobody) Summary: Corrupt ASCII text can be pasted into Definitions pane Initial Comment: I created a trvial Elementary level program (.dj0) by copying text for a class from a Powerpoint slide. That text contained a hidden ^K. When I compiled the code, the Elementary language level erroneously reports: Error: This cannot appear in a method declaration! that Since the code did not contain any errors other than the hidden ^K, I initially interpreted "This" as referring to the keyword "this" which puzzled me because "this" did not appear in my trivial program. I now realized that "This" refers to the hidden ^K character. This behavior reveals two bugs: (i) the fact that pasting can corrupt the invariants DrJava maintains on definitions pane text (the attached program does not even indent properly because of the embedded, hidden ^K character. (ii) error reporting in the Language Levels compiler for unrecognized text is so weak that it doesn't even say what the text is. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2612917&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-17 20:34:43
|
Bugs item #2610138, was opened at 2009-02-17 20:34 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=2610138&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: Language Levels Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Robert Cartwright (rcartwright) Assigned to: Nobody/Anonymous (nobody) Summary: Syntax error in a method call generates a meta error Initial Comment: In the Advanced Language Level, the notation n.equals.BigInteger.ZERO in the definitions pane appears to generate a NullPointerException during compilation that breaks compilation The usual bogus error message for this scenario is printed in the Compiler Output pane: 1 error found: File: (no associated file) [line: (no source location)] Error: java.lang.NullPointerException. I am not positive that this syntax error is the cause of the problem. I have attached the file that generates the NullPointerException. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2610138&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-17 20:22:58
|
Bugs item #2610095, was opened at 2009-02-17 20:22 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=2610095&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: Robert Cartwright (rcartwright) Assigned to: Nobody/Anonymous (nobody) Summary: Illegal hexadecimal constants generate meta-errors Initial Comment: Try evaluating 0xFFFFFFFFF (nine F's which means the number is too large to fit in a 32-bit int) in the Interactions pane. It generates an UnexpectedException wrapping a NumberFormatException. This bug should easy to fix in the DynamicJava interpreter by inserting a catch(UnexpectedException ...) or catch(NumberFormatException ...) in the appropriate place and returning an error object the the level that processes errors and prints messages. Here is the error information reported by the DrJava Errors facility: edu.rice.cs.util.UnexpectedException: java.lang.NumberFormatException: Literal is out of range at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:769) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:723) at edu.rice.cs.drjava.model.repl.newjvm.InterpretResult$UnexpectedExceptionResult.apply(InterpretResult.java:95) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.interpret(MainJVM.java:457) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._interpret(RMIInteractionsModel.java:75) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpret(InteractionsModel.java:273) at edu.rice.cs.drjava.model.repl.InteractionsModel$1$1.run(InteractionsModel.java:230) at java.lang.Thread.run(Thread.java:613) Caused by: java.lang.NumberFormatException: Literal is out of range at koala.dynamicjava.tree.IntegerLiteral.parse(IntegerLiteral.java:80) at koala.dynamicjava.tree.IntegerLiteral.<init>(IntegerLiteral.java:59) at koala.dynamicjava.parser.impl.Parser.literal(Parser.java:4959) at koala.dynamicjava.parser.impl.Parser.primaryPrefix(Parser.java:4702) at koala.dynamicjava.parser.impl.Parser.primaryExpression(Parser.java:4671) at koala.dynamicjava.parser.impl.Parser.postfixExpression(Parser.java:4624) at koala.dynamicjava.parser.impl.Parser.unaryExpressionNotPlusMinus(Parser.java:4542) at koala.dynamicjava.parser.impl.Parser.unaryExpression(Parser.java:4478) at koala.dynamicjava.parser.impl.Parser.multiplicativeExpression(Parser.java:4328) at koala.dynamicjava.parser.impl.Parser.additiveExpression(Parser.java:4283) at koala.dynamicjava.parser.impl.Parser.shiftExpression(Parser.java:4225) at koala.dynamicjava.parser.impl.Parser.relationalExpression(Parser.java:4162) at koala.dynamicjava.parser.impl.Parser.instanceOfExpression(Parser.java:4135) at koala.dynamicjava.parser.impl.Parser.equalityExpression(Parser.java:4090) at koala.dynamicjava.parser.impl.Parser.andExpression(Parser.java:4062) at koala.dynamicjava.parser.impl.Parser.exclusiveOrExpression(Parser.java:4034) at koala.dynamicjava.parser.impl.Parser.inclusiveOrExpression(Parser.java:4006) at koala.dynamicjava.parser.impl.Parser.conditionalAndExpression(Parser.java:3978) at koala.dynamicjava.parser.impl.Parser.conditionalOrExpression(Parser.java:3950) at koala.dynamicjava.parser.impl.Parser.conditionalExpression(Parser.java:3924) at koala.dynamicjava.parser.impl.Parser.expression(Parser.java:3663) at koala.dynamicjava.parser.impl.Parser.expressionStatement(Parser.java:3623) at koala.dynamicjava.parser.impl.Parser.statement(Parser.java:2761) at koala.dynamicjava.parser.impl.Parser.topLevelStatement(Parser.java:776) at koala.dynamicjava.parser.impl.Parser.parseStream(Parser.java:739) at koala.dynamicjava.parser.wrapper.JavaCCParser.parseStream(JavaCCParser.java:96) at edu.rice.cs.dynamicjava.interpreter.Interpreter.parse(Interpreter.java:64) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:44) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:203) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:180) 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) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) ... 1 more Caused by: java.lang.NumberFormatException: Literal is out of range at koala.dynamicjava.tree.IntegerLiteral.parse(IntegerLiteral.java:80) at koala.dynamicjava.tree.IntegerLiteral.<init>(IntegerLiteral.java:59) at koala.dynamicjava.parser.impl.Parser.literal(Parser.java:4959) at koala.dynamicjava.parser.impl.Parser.primaryPrefix(Parser.java:4702) at koala.dynamicjava.parser.impl.Parser.primaryExpression(Parser.java:4671) at koala.dynamicjava.parser.impl.Parser.postfixExpression(Parser.java:4624) at koala.dynamicjava.parser.impl.Parser.unaryExpressionNotPlusMinus(Parser.java:4542) at koala.dynamicjava.parser.impl.Parser.unaryExpression(Parser.java:4478) at koala.dynamicjava.parser.impl.Parser.multiplicativeExpression(Parser.java:4328) at koala.dynamicjava.parser.impl.Parser.additiveExpression(Parser.java:4283) at koala.dynamicjava.parser.impl.Parser.shiftExpression(Parser.java:4225) at koala.dynamicjava.parser.impl.Parser.relationalExpression(Parser.java:4162) at koala.dynamicjava.parser.impl.Parser.instanceOfExpression(Parser.java:4135) at koala.dynamicjava.parser.impl.Parser.equalityExpression(Parser.java:4090) at koala.dynamicjava.parser.impl.Parser.andExpression(Parser.java:4062) at koala.dynamicjava.parser.impl.Parser.exclusiveOrExpression(Parser.java:4034) at koala.dynamicjava.parser.impl.Parser.inclusiveOrExpression(Parser.java:4006) at koala.dynamicjava.parser.impl.Parser.conditionalAndExpression(Parser.java:3978) at koala.dynamicjava.parser.impl.Parser.conditionalOrExpression(Parser.java:3950) at koala.dynamicjava.parser.impl.Parser.conditionalExpression(Parser.java:3924) at koala.dynamicjava.parser.impl.Parser.expression(Parser.java:3663) at koala.dynamicjava.parser.impl.Parser.expressionStatement(Parser.java:3623) at koala.dynamicjava.parser.impl.Parser.statement(Parser.java:2761) at koala.dynamicjava.parser.impl.Parser.topLevelStatement(Parser.java:776) at koala.dynamicjava.parser.impl.Parser.parseStream(Parser.java:739) at koala.dynamicjava.parser.wrapper.JavaCCParser.parseStream(JavaCCParser.java:96) at edu.rice.cs.dynamicjava.interpreter.Interpreter.parse(Interpreter.java:64) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:44) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:203) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:180) 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) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) at java.lang.Thread.run(Thread.java:613) System Properties: DrJava Version drjava-20090216-r4756 DrJava Build Time 20090216-1615 drjava.debug.port = 51006 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_16-132 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 sun.java.launcher = SUN_STANDARD 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_16-b06-275 java.awt.graphicsenv = apple.awt.CGraphicsEnvironment java.endorsed.dirs = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/endorsed os.arch = i386 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.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.11 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.app/Contents/Resources/Java/drjava.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.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_16 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 java.vendor = Apple Computer, Inc. file.separator = / java.vendor.url.bug = http://developer.apple.com/java/ sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 mrj.version = 1040.1.5.0_16-275 sun.awt.exception.handler = apple.awt.CToolkit$EventQueueExceptionHandler sun.cpu.isalist = #DrJava configuration file #Tue Feb 17 14:16:22 CST 2009 font.line.numbers = Dialog-10 lineenum.enabled = true plastic.theme = ExperienceBlue key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE find.replace.whole.word = true find.replace.all.documents = true find.replace.no.test.cases = true save.before.compile = true compile.before.junit = true recent.files = [<anonymized user.home>/Documents/Rice/Comp 211/Code/Java/Finger Exercises/Entry.dj0,<anonymized user.home>/Documents/Rice/Comp 211/Code/Java/Finger Exercises/IntList.dj1,<anonymized user.home>/DrJ/DrJBugs/EOFBug.java,<anonymized user.home>/Documents/Rice/Comp 311/2008/comp311/programs/7/Assign7GradeTest.java,<anonymized user.home>/Documents/Rice/Comp 311/2008/comp311/programs/7/Assign6Test.java] recent.projects = [<anonymized user.home>/drjava/drjava/drjava.xml,<anonymized user.home>/drjava-x/drjava/drjava.xml] window.height = 746 window.width = 1224 window.x = 50 window.y = 22 doc.list.width = 241 last.dir = <anonymized user.home>/Documents/Rice/Comp 211/Code/Java/Finger Exercises/Fact.java last.interactions.dir = <anonymized user.home>/Documents/Rice/Comp 211/Code/Java/Finger Exercises master.jvm.xmx = 512 slave.jvm.xmx = 128 dialog.completeword.scan.class.files = true dialog.completeword.javaapi = true tabbedpanes.state = 640 400 700 400 dialog.drjava.survey.enabled = false new.version.notification.last = 1234450299221 drjava.survey.notification.last = 1225250757266 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=4673&os.name=Mac%20OS%20X&os.version=10.4.11&java.version=1.6.0-dp&java.vendor=Apple%20Computer,%20Inc. Used memory: about 13.39 megabytes Free memory: about 11.33 megabytes Total memory: about 24.74 megabytes Total memory can expand to: about 508.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2610095&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-12 05:50:02
|
Feature Requests item #2591844, was opened at 2009-02-11 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=438938&aid=2591844&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: 6 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Menu Item and Customizable Shortcut for Ctrl-D End of Stream Initial Comment: As of revision 4753, you can press Ctrl-D in the Interaction Pane's input box to signal that the System.in stream has ended. This keyboard shortcut should be customizable by the user in the Preferences dialog. Furthermore, there should be a "Close Input Stream" menu item in the Tools menu (probably underneath "Reset Interactions"). When the user closes the input stream, then this menu item should be disabled and changed to "Input Stream closed". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2591844&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-09 19:43:08
|
Bugs item #2582488, was opened at 2009-02-09 13: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=2582488&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: None Status: Open Resolution: None Priority: 7 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Hangs If Testing Modified File, But Choose "No" for Saving Initial Comment: Open a unit test file. Modify the document. Press "Test". DrJava will tell you that you need to recompile. Choose "yes". DrJava will tell you that you need to save. Choose "no". DrJava hangs. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2582488&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-09 15:53:11
|
Bugs item #2581938, was opened at 2009-02-09 09:53 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=2581938&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 Resolution: None Priority: 8 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Compile/Test Buttons Disabled Initial Comment: Open a Java file that doesn't have a compiled class file yet. Press the "Test" button or select "Test All Documents" or "Test Current Document". DrJava will ask you if you want to compile the document. Say "no". DrJava will display a warning dialog that testing was interrupted (the message should probably be rephrased: "JUnit Testing Interrupted. The slave JVM has thrown a RemoteException probably indicating that it has been reset. java.lang.RuntimeException: Unit testing cancelled by user."). Now the "Compile" and "Test" buttons as well as the "Compile All Documents", "Test All Documents" and "Test Current Document" menu items remain disabled. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2581938&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-04 22:16:07
|
Bugs item #2565638, was opened at 2009-02-04 16:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2565638&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: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: IllegalStateException during testing on Hudson Initial Comment: [junit] Testsuite: edu.rice.cs.drjava.model.GlobalIndentTest [junit] Tests run: 11, Failures: 0, Errors: 1 [junit] ------------- Standard Output --------------- [junit] java.lang.IllegalStateException [junit] at edu.rice.cs.util.newjvm.AbstractMasterJVM.invokeSlave(AbstractMasterJVM.java:149) [junit] at edu.rice.cs.drjava.model.repl.newjvm.MainJVM._doStartup(MainJVM.java:690) [junit] at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.startInterpreterJVM(MainJVM.java:179) [junit] at edu.rice.cs.drjava.model.DefaultGlobalModel$3.run(DefaultGlobalModel.java:222) [junit] ------------- ---------------- --------------- [junit] Testcase: testIndentSameAsLineAboveAtEnd(edu.rice.cs.drjava.model.GlobalIndentTest): Caused an ERROR [junit] java.lang.InterruptedException [junit] edu.rice.cs.plt.lambda.WrappedException: java.lang.InterruptedException [junit] at edu.rice.cs.plt.swing.SwingUtil.invokeAndWait(SwingUtil.java:432) [junit] at edu.rice.cs.plt.swing.SwingUtil.showPopup(SwingUtil.java:540) [junit] at edu.rice.cs.plt.debug.PopupLogSink.write(PopupLogSink.java:55) [junit] at edu.rice.cs.plt.debug.TextLogSink.logError(TextLogSink.java:153) [junit] at edu.rice.cs.plt.debug.StandardLog.log(StandardLog.java:57) [junit] at edu.rice.cs.util.newjvm.AbstractMasterJVM.dispose(AbstractMasterJVM.java:246) [junit] at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.dispose(MainJVM.java:214) [junit] at edu.rice.cs.drjava.model.DefaultGlobalModel.dispose(DefaultGlobalModel.java:300) [junit] at edu.rice.cs.drjava.model.GlobalModelTestCase.tearDown(GlobalModelTestCase.java:134) [junit] Caused by: java.lang.InterruptedException [junit] at java.lang.Object.wait(Native Method) [junit] at java.lang.Object.wait(Object.java:474) [junit] at java.awt.EventQueue.invokeAndWait(EventQueue.java:848) [junit] at edu.rice.cs.plt.swing.SwingUtil.invokeAndWait(SwingUtil.java:431) [junit] [junit] [junit] Test edu.rice.cs.drjava.model.GlobalIndentTest FAILED ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2565638&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-04 21:15:32
|
Bugs item #2565427, was opened at 2009-02-04 15: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=2565427&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: Lee Marinelli (llm1) Assigned to: Nobody/Anonymous (nobody) Summary: NoSuchObjectException during testing Initial Comment: [edu.rice.cs.util.newjvm.AbstractMasterJVM.dispose(246)] ["main" 1] [15:11:34.708] java.rmi.NoSuchObjectException: object not exported at sun.rmi.transport.ObjectTable.unexportObject(ObjectTable.java:136) java.rmi.server.UnicastRemoteObject.unexportObject(UnicastRemoteObject.java:280) edu.rice.cs.util.newjvm.AbstractMasterJVM.dispose(AbstractMasterJVM.java:245) edu.rice.cs.drjava.model.repl.newjvm.MainJVM.dispose(MainJVM.java:214) edu.rice.cs.drjava.model.DefaultGlobalModel.dispose(DefaultGlobalModel.java:300) edu.rice.cs.drjava.model.cache.DocumentCacheTest.tearDown(DocumentCacheTest.java:86) junit.framework.TestCase.runBare(TestCase.java:136) junit.framework.TestResult$1.protect(TestResult.java:106) junit.framework.TestResult.runProtected(TestResult.java:124) junit.framework.TestResult.run(TestResult.java:109) junit.framework.TestCase.run(TestCase.java:120) junit.framework.TestSuite.runTest(TestSuite.java:230) junit.framework.TestSuite.run(TestSuite.java:225) org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81) junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:36) org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421) org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912) org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2565427&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-04 18:43:49
|
Bugs item #2564924, was opened at 2009-02-04 12: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=2564924&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Empty file throws RuntimeException Initial Comment: Start a new copy of DrJava and press "Test" right away. The following exception is thrown: edu.rice.cs.util.UnexpectedException: java.lang.RuntimeException: NonTestCase should not be called! at edu.rice.cs.drjava.ui.MainFrame$ModelListener.nonTestCase(MainFrame.java:8951) at edu.rice.cs.drjava.model.GlobalEventNotifier.nonTestCase(GlobalEventNotifier.java:454) at edu.rice.cs.drjava.model.junit.JUnitEventNotifier.nonTestCase(JUnitEventNotifier.java:87) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel$7.run(DefaultJUnitModel.java:490) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:62) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel._notifyNonTestCase(DefaultJUnitModel.java:490) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel.nonTestCase(DefaultJUnitModel.java:517) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel._rawJUnitOpenDefDocs(DefaultJUnitModel.java:445) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel.junitOpenDefDocs(DefaultJUnitModel.java:278) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel.junitDocs(DefaultJUnitModel.java:206) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel.junitAll(DefaultJUnitModel.java:157) at edu.rice.cs.drjava.ui.MainFrame._junitAll(MainFrame.java:5415) at edu.rice.cs.drjava.ui.MainFrame.access$5200(MainFrame.java:116) at edu.rice.cs.drjava.ui.MainFrame$56.actionPerformed(MainFrame.java:852) 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:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5583) at javax.swing.JComponent.processMouseEvent(JComponent.java:3135) at java.awt.Component.processEvent(Component.java:5348) at java.awt.Container.processEvent(Container.java:2010) at java.awt.Component.dispatchEventImpl(Component.java:4050) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Component.dispatchEvent(Component.java:3885) 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:1791) at java.awt.Component.dispatchEvent(Component.java:3885) 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) Caused by: java.lang.RuntimeException: NonTestCase should not be called! at edu.rice.cs.util.UnexpectedException.<init>(UnexpectedException.java:71) ... 39 more Caused by: java.lang.RuntimeException: NonTestCase should not be called! at edu.rice.cs.util.UnexpectedException.<init>(UnexpectedException.java:71) at edu.rice.cs.drjava.ui.MainFrame$ModelListener.nonTestCase(MainFrame.java:8951) at edu.rice.cs.drjava.model.GlobalEventNotifier.nonTestCase(GlobalEventNotifier.java:454) at edu.rice.cs.drjava.model.junit.JUnitEventNotifier.nonTestCase(JUnitEventNotifier.java:87) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel$7.run(DefaultJUnitModel.java:490) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:62) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel._notifyNonTestCase(DefaultJUnitModel.java:490) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel.nonTestCase(DefaultJUnitModel.java:517) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel._rawJUnitOpenDefDocs(DefaultJUnitModel.java:445) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel.junitOpenDefDocs(DefaultJUnitModel.java:278) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel.junitDocs(DefaultJUnitModel.java:206) at edu.rice.cs.drjava.model.junit.DefaultJUnitModel.junitAll(DefaultJUnitModel.java:157) at edu.rice.cs.drjava.ui.MainFrame._junitAll(MainFrame.java:5415) at edu.rice.cs.drjava.ui.MainFrame.access$5200(MainFrame.java:116) at edu.rice.cs.drjava.ui.MainFrame$56.actionPerformed(MainFrame.java:852) 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:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5583) at javax.swing.JComponent.processMouseEvent(JComponent.java:3135) at java.awt.Component.processEvent(Component.java:5348) at java.awt.Container.processEvent(Container.java:2010) at java.awt.Component.dispatchEventImpl(Component.java:4050) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Component.dispatchEvent(Component.java:3885) 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:1791) at java.awt.Component.dispatchEvent(Component.java:3885) 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 drjava-20090204-r4732 DrJava Build Time 20090204-1839 drjava.debug.port = 52601 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = :/Applications/Dev/YourKit Java Profiler 7.0.12.app/bin/mac:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries java.vm.version = 1.5.0_16-132 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 sun.java.launcher = SUN_STANDARD 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_16-b06-275 java.awt.graphicsenv = apple.awt.CGraphicsEnvironment java.endorsed.dirs = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/endorsed os.arch = i386 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 = :/Applications/Dev/YourKit Java Profiler 7.0.12.app/bin/mac:.:/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.11 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 = /Applications/Dev/drjava.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.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 java.version = 1.5.0_16 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 java.vendor = Apple Computer, Inc. file.separator = / java.vendor.url.bug = http://developer.apple.com/java/ sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 mrj.version = 1040.1.5.0_16-275 sun.awt.exception.handler = apple.awt.CToolkit$EventQueueExceptionHandler sun.cpu.isalist = #DrJava configuration file #Wed Feb 04 12:42:14 CST 2009 font.line.numbers = Monaco-10 lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE find.replace.match.case = false debug.sourcepath = <anonymized user.home>/Applications:<anonymized user.home>/backup debug.step.exclude = a,b,c javadoc.1.4.link = file://<anonymized user.home>/Sites/docs/Java/j2sdk-1_4_2-doc/api/ javadoc.1.5.link = file://<anonymized user.home>/Sites/docs/Java/jdk-1_5_0-doc/api interactions.exit.prompt = false open.folder.recursive = true recent.files = [/Users/Shared/drjava/drjava/src/edu/rice/cs/drjava/CodeStatus.java,/Users/Shared/drjava/drjava/src/edu/rice/cs/drjava/Version.java,<anonymized user.home>/Documents/Web/<anonymized user.name>.cs/teaching/402/09-spring/lectures/conc1/listings/InvokeAndWaitDeadlock.java,<anonymized user.home>/Documents/Web/<anonymized user.name>.cs/teaching/402/09-spring/lectures/conc1/listings/MultiThreadBank.java] recent.projects = [<anonymized user.home>/drjava/drjava.xml,<anonymized user.home>/Documents/Semester 10 Spring 2009/COMP 402/hw1/mc13/rwl.student/rwl.student/ReaderWriterLock.xml,<anonymized user.home>/Documents/Semester 10 Spring 2009/COMP 402/hw1/kkm1/bb.student/BoundedBuffer.xml,<anonymized user.home>/Documents/Semester 10 Spring 2009/COMP 402/hw1/mc13/bb.student/bb.student/BoundedBuffer.xml,<anonymized user.home>/Documents/Semester 10 Spring 2009/COMP 402/hw1/john.f.cate/bb.student/bb.student/BoundedBuffer.xml] window.height = 776 window.width = 1276 window.x = 0 window.y = 22 window.state = 6 doc.list.width = 174 last.dir = /Users/Shared/drjava/drjava/src/edu/rice/cs/util last.interactions.dir = /Users/Shared/drjava master.jvm.xmx = 1024 slave.jvm.xmx = 1024 dialog.clipboard.history.state = 425 400 425 210 dialog.completeword.javaapi = true tabbedpanes.state = 640 400 700 400 dialog.jaroptions.state = 417 273 find.replace.focus.in.defpane = true external.saved.count = 2 external.saved.names = [NextGen Compile All,xajavac Compile All] external.saved.cmdlines = [${if;cond="${and;op1="${project.mode}";op2="${not;op="${eq;op1="${project.build.dir}";op2=""}"}"}";then="${ignore;cmd="${file.mkdir;file="${project.build.dir}"}"}${java.file} -jar ${enclosing.djapp.file} @${tmpfile;content="${replace.string;text="-sourcepath '${project.root}' -cp '${project.build.dir}${path.separator}${project.extra.class.path}${path.separator}${config.extra.classpath}${path.separator}${drjava.file}' -d '${project.build.dir}' ${drjava.all.files;sep=" ";squote="true";rel="${drjava.working.dir}"}";old="${file.separator}";new="/"}"}";else="${echo;text="DrJava must be in project mode and have well-defined project root and build directory."}"},${if;cond="${and;op1="${project.mode}";op2="${not;op="${eq;op1="${project.build.dir}";op2=""}"}"}";then="${ignore;cmd="${file.mkdir;file="${project.build.dir}"}"}${java.file} -jar ${enclosing.djapp.file} @${tmpfile;content="${replace.string;text="-sourcepath '${project.root}' -cp '${project.build.dir}${path.separator}${project.extra.class.path}${path.separator}${config.extra.classpath}${path.separator}${drjava.file}' -d '${project.build.dir}' ${drjava.all.files;sep=" ";squote="true";rel="${drjava.working.dir}"}";old="${file.separator}";new="/"}"}";else="${echo;text="DrJava must be in project mode and have well-defined project root and build directory."}"}] external.saved.workdirs = [${drjava.working.dir},${drjava.working.dir}] external.saved.enclosingdjappfiles = [/Users/Shared/drjava/drjava.all/djapp/nextgen2-20080824-r4651.djapp,/Users/Shared/drjava/drjava.all/djapp/xajavac-20080824-r4651.djapp] new.version.notification.last = 1233276329423 drjava.survey.notification.last = 1233772353643 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=4732&os.name=Mac%20OS%20X&os.version=10.4.11&java.version=1.5.0_16&java.vendor=Apple%20Computer,%20Inc. Used memory: about 7.58 megabytes Free memory: about 4.47 megabytes Total memory: about 12.05 megabytes Total memory can expand to: about 1016.12 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2564924&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-01-19 09:41:54
|
Feature Requests item #2519278, was opened at 2009-01-19 09:41 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=2519278&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: Small (< 1 pair-week) Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Disable non-Java settings when editing non-Java files Initial Comment: I'm editing a plain text file in DrJava (that's one non-Java file included in my DrJava project). I'm quite annoyed by the senseless coloration of words in DrJava's editor. Even more annoying is the Java-based tab key behavior. Whenever I press tab key the currently edited line goes where I don't want it or expect it to be (because the file after all is a plain text file that conforms not to Java's syntax rules, which is the basis for DrJava's tab behavior I believe). So, please disable Java-editing-features in DrJava's editor when it is used to edit non-Java files (could be easily recognized by file extension). Making the DrJava editor act like a plain text editor (no fancy stuff) would be better in this case (and for new non-saved text "buffers", it would be OK to have Java-editing-features initially enabled, until that buffer is saved to a file when then a decision - as to whether continue having the Java-editing-features enabled - is made based on the filename's extension). Thanks, -Moez (mo...@cs...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2519278&group_id=44253 |
From: Dan S. <dl...@ri...> - 2009-01-15 20:43:40
|
An update to the DrJava Eclipse plug-in has been posted. Release Notes: This update to the DrJava Eclipse plug-in integrates bug fixes, performance improvements, and new features added to DrJava over the last two years. Significantly, the Interactions interpreter has been rewritten to fully support generics, type inference, and other Java 5 features. The plug-in also improves compatibility with the latest versions of Eclipse. CHANGED INSTALLATION INSTRUCTIONS: Unzip drjava-eclipse-20090115-r4708.zip to access the plug-in jar file: edu.rice.cs.drjava_0.9.9.20090115-r4708.jar. Copy the plug-in jar to your Eclipse installation's plug-in directory. Additional packaging (README, etc.) may be discarded. —Dan |
From: SourceForge.net <no...@so...> - 2009-01-10 20:07:18
|
Bugs item #2498253, was opened at 2009-01-10 20:07 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=2498253&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: Javadoc integration Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Javadoc deletes directories Initial Comment: After using Javadoc, exiting DrJava deletes the documentation directory. This could be critical if one chooses a different directory for the documentation. Fortunately, I have a recent backup. DrJava build time: 20080901-1941 DrJava revision:4668 java.vendor: Sun Microsystems Inc. java.version: 1.6.0_07 os.name: Linux os.version: 2.6.27.9-159.fc10.i686 Tom Bylander byl...@cs... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2498253&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-01-07 22:00:07
|
Bugs item #2492816, was opened at 2009-01-07 21: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=2492816&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: DynamicJava Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: break statement causes exception Initial Comment: The break statement (as well as the continue statement) does not work in the interactive environment and generates an exception. I can't use switch in the interactive environment without it. (When I tried using switch without a break, I had problems with that too.) DrJava version: drjava-20080904-r4668 JDK: 1.5 OS: Mac OSX 10.5.6 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2492816&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-01-07 17:46:15
|
Bugs item #2492423, was opened at 2009-01-07 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=2492423&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: DynamicJava Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: break statement causes exception Initial Comment: The break statement (as well as the continue statement) does not work in the interactive environment and generates an exception. I can't use switch in the interactive environment without it. (When I tried using switch without a break, I had problems with that too.) DrJava version: drjava-20080904-r4668 JDK: 1.5 OS: Mac OSX 10.5.6 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2492423&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-01-03 20:24:19
|
Feature Requests item #2484424, was opened at 2009-01-03 14:24 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=2484424&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: Small (< 1 pair-week) Status: Open Priority: 5 Private: No Submitted By: Moez A. Abdel-Gawad (moez) Assigned to: Nobody/Anonymous (nobody) Summary: Submitting bug reports/feature requests from inside DrJava Initial Comment: It would be nice if one could submit feature requests and bug reports from inside DrJava itself. I understand that having a person to contact (and thus a necessary login to sourceforge) might be useful, but having to login, and to find then copy/paste system info from DrJava into sourceforge could be discouraging many from submitting their feedback, or submitting it anonymously and deficient (wrt included system info) anyways. I thus see submitting feedback from inside DrJava may have many benefits that counter the only possible drawback I can think of (anonymity). (Is it possible to let users to login to their sourceforge accounts from inside DrJava? If so, that could be awesome, but it seems to me that may not be easy to do, or even possible). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2484424&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-01-03 20:13:40
|
Bugs item #2484394, was opened at 2009-01-03 14: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=2484394&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: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 1 Private: No Submitted By: Moez A. Abdel-Gawad (moez) Assigned to: Nobody/Anonymous (nobody) Summary: Debug mode closes breakpoints tab Initial Comment: If the Breakpoints tab is open before switching to Debug Mode, switching causes the tab to get closed (at a time - debug time - when the tab almost surely would be soon needed, and thus has to be reopened). System Properties: DrJava Version drjava-20080828-r4664 os.name=Windows%20Vista&os.version=6.0&java.version=1.6.0_11& ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2484394&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-01-03 19:06:59
|
Bugs item #2484223, was opened at 2009-01-03 13:06 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=2484223&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: 7 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: JDK 6.0_11 not found Initial Comment: In revision 4698 and JDK 6.0_11, DrJava selects the following compiler for me: "Compiler ready: JDK 6.0_11 from the runtime class path." When I compile, I get the error message: 1 error found: File: (no associated file) [line: (no source location)] Error: java.lang.NoClassDefFoundError: com/sun/tools/javac/util/Context If I enter the path for the tools.jar file, everything works. In the last version on http://www.cs.rice.edu/~javaplt/drjavarice/ this wasn't necessary, and it detected my tools.jar correctly. So something with detecting compilers went wrong after revision 4673. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2484223&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-11-21 17:17:34
|
Bugs item #2321815, was opened at 2008-11-21 11: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=2321815&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: Assertion failure in FindReplaceMachine Initial Comment: Got this assertion failure at startup with assertions enabled. (Diagnosed by adding a "debug.log(t)" to DrJavaRoot.main in the "catch(Throwable t)" block.) The code is invoked when MainFrame is created, before any event handling takes place. It seems nobody has tried running with assertions enabled since this one was added. Incidentally, this is a nice perk of "ant run" -- assertions are turned on without any extra typing. java.lang.AssertionError at edu.rice.cs.drjava.model.FindReplaceMachine.onMatch(FindReplaceMachine.java:193) edu.rice.cs.drjava.model.FindReplaceMachine.setSearchBackwards(FindReplaceMachine.java:126) edu.rice.cs.drjava.model.FindReplaceMachine.<init>(FindReplaceMachine.java:97) edu.rice.cs.drjava.ui.FindReplacePanel.<init>(FindReplacePanel.java:197) edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2939) edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:178) edu.rice.cs.drjava.DrJava.configureAndLoadDrJavaRoot(DrJava.java:213) edu.rice.cs.drjava.DrJava.main(DrJava.java:144) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2321815&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-11-17 19:53:49
|
Feature Requests item #2306626, was opened at 2008-11-17 13:53 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=2306626&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: None Status: Open Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Classpath Relative to Project File Initial Comment: In the "Project Properties" dialog, a user can add extra classpath items for a project, but the entries are stored as absolute paths. That means that if the project is copied to another computer and the classpath items are not in the same place, they will not be found. Often, it makes sense to distribute a jar file with a project, and that jar file moves with the project file. Therefore, it should be possible to designate an extra classpath item as relative to the project file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2306626&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-11-17 19:48:59
|
Bugs item #2306604, was opened at 2008-11-17 13:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2306604&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 Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException in windowClosed(MainFrame.java:9924) Initial Comment: After closing the "Project Properties" dialog. java.lang.NullPointerException at edu.rice.cs.drjava.ui.MainFrame$253$1.windowClosed(MainFrame.java:9924) at java.awt.AWTEventMulticaster.windowClosed(AWTEventMulticaster.java:302) at java.awt.AWTEventMulticaster.windowClosed(AWTEventMulticaster.java:301) at java.awt.Window.processWindowEvent(Window.java:1206) at javax.swing.JDialog.processWindowEvent(JDialog.java:414) at java.awt.Window.processEvent(Window.java:1161) at java.awt.Component.dispatchEventImpl(Component.java:4050) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Window.dispatchEventImpl(Window.java:1791) at java.awt.Component.dispatchEvent(Component.java:3885) 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 drjava-20080904-r4668 DrJava Build Time 20080904-1941 drjava.debug.port = 53177 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_16-132 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 sun.java.launcher = SUN_STANDARD 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_16-b06-275 java.awt.graphicsenv = apple.awt.CGraphicsEnvironment java.endorsed.dirs = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/endorsed os.arch = i386 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.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.11 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.app/Contents/Resources/Java/drjava.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.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 java.version = 1.5.0_16 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 java.vendor = Apple Computer, Inc. file.separator = / java.vendor.url.bug = http://developer.apple.com/java/ sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 mrj.version = 1040.1.5.0_16-275 sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Mon Nov 17 13:47:32 CST 2008 font.line.numbers = Monaco-10 lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE find.replace.match.case = false debug.sourcepath = <anonymized user.home>/Applications:<anonymized user.home>/backup debug.step.exclude = a,b,c javadoc.1.4.link = file://<anonymized user.home>/Sites/docs/Java/j2sdk-1_4_2-doc/api/ javadoc.1.5.link = file://<anonymized user.home>/Sites/docs/Java/jdk-1_5_0-doc/api interactions.exit.prompt = false open.folder.recursive = true indent.level = 4 recent.files = [<anonymized user.home>/Desktop/P4M2Source/view/GameOverDialog.java,<anonymized user.home>/Desktop/P4M2Source/model/nextMove/RandomValidMove.java,<anonymized user.home>/Desktop/P4M2Source/model/board/OthelloBoard.java,<anonymized user.home>/Desktop/P4M2Source/model/GameModel.java,<anonymized user.home>/Desktop/P4M2Source/GameIO/ICommand.java] recent.projects = [<anonymized user.home>/Desktop/games.xml,<anonymized user.home>/Documents/Semester 9 Fall 2008/COMP 202/grading/hw5/Parsekian|, Ara(awp1)/Submission Attachment(s)/MBS2/mbs2.xml,<anonymized user.home>/Documents/Semester 9 Fall 2008/COMP 202/grading/hw5/Manning|, Richard(rkm1)/Submission Attachment(s)/HW 05 MBS2 2/MBS2.xml,<anonymized user.home>/Documents/Semester 9 Fall 2008/COMP 202/grading/hw5/Manning|, Richard(rkm1)/Submission Attachment(s)/HW 05 MBS2/MBS2.xml] window.height = 776 window.width = 1276 window.x = 0 window.y = 22 doc.list.width = 210 last.dir = <anonymized user.home>/Desktop/games/src/view last.interactions.dir = <anonymized user.home>/Desktop/games master.jvm.xmx = 1024 dialog.clipboard.history.state = 425 400 425 210 dialog.gotofile.state = 393 300 441 260 0 dialog.completeword.javaapi = true tabbedpanes.state = 640 400 700 400 dialog.jaroptions.state = 417 273 find.replace.focus.in.defpane = true external.saved.count = 2 external.saved.names = [NextGen Compile All,xajavac Compile All] external.saved.cmdlines = [${if;cond="${and;op1="${project.mode}";op2="${not;op="${eq;op1="${project.build.dir}";op2=""}"}"}";then="${ignore;cmd="${file.mkdir;file="${project.build.dir}"}"}${java.file} -jar ${enclosing.djapp.file} @${tmpfile;content="${replace.string;text="-sourcepath '${project.root}' -cp '${project.build.dir}${path.separator}${project.extra.class.path}${path.separator}${config.extra.classpath}${path.separator}${drjava.file}' -d '${project.build.dir}' ${drjava.all.files;sep=" ";squote="true";rel="${drjava.working.dir}"}";old="${file.separator}";new="/"}"}";else="${echo;text="DrJava must be in project mode and have well-defined project root and build directory."}"},${if;cond="${and;op1="${project.mode}";op2="${not;op="${eq;op1="${project.build.dir}";op2=""}"}"}";then="${ignore;cmd="${file.mkdir;file="${project.build.dir}"}"}${java.file} -jar ${enclosing.djapp.file} @${tmpfile;content="${replace.string;text="-sourcepath '${project.root}' -cp '${project.build.dir}${path.separator}${project.extra.class.path}${path.separator}${config.extra.classpath}${path.separator}${drjava.file}' -d '${project.build.dir}' ${drjava.all.files;sep=" ";squote="true";rel="${drjava.working.dir}"}";old="${file.separator}";new="/"}"}";else="${echo;text="DrJava must be in project mode and have well-defined project root and build directory."}"}] external.saved.workdirs = [${drjava.working.dir},${drjava.working.dir}] external.saved.enclosingdjappfiles = [/Users/Shared/drjava/drjava.all/djapp/nextgen2-20080824-r4651.djapp,/Users/Shared/drjava/drjava.all/djapp/xajavac-20080824-r4651.djapp] new.version.notification.last = 1226351567007 drjava.survey.notification.last = 1224534728360 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=4668&os.name=Mac%20OS%20X&os.version=10.4.11&java.version=1.5.0_16&java.vendor=Apple%20Computer,%20Inc. Used memory: about 14.86 megabytes Free memory: about 4.85 megabytes Total memory: about 19.71 megabytes Total memory can expand to: about 1016.12 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2306604&group_id=44253 |