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...> - 2006-04-19 16:07:35
|
Bugs item #1473064, was opened at 2006-04-19 11: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=1473064&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: 4: Serious Status: Open Resolution: None Priority: 8 Submitted By: Felipe Serrano (coolpipe) Assigned to: Nobody/Anonymous (nobody) Summary: Indefinitely re-run a program after closing Initial Comment: When a program is already running (either by pressing F4 or by clicking on the run button), then by pressing F4 twice in quick succession the program will be run indefinitely. Another way to get the bug is to be runningn a program, then click the reset interactions button and then press F4 twice. A final way to get the bug is to run the program, then close it so that the interactions pane attempts to reset. During the reset press F4 twice. In all these cases at least one press of F4 is done during an interactons reset. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1473064&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-19 04:39:41
|
Bugs item #1472727, was opened at 2006-04-18 23: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=1472727&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 Submitted By: A. Harrison (space-lion) Assigned to: Nobody/Anonymous (nobody) Summary: Compile current doc overrides location for Run button Initial Comment: This error occurred while running WinXP x64 and DrJava build 20060410-2314. After using the "Compile current document" command, either as a drop-down menu command, right-click context menu command, or keyboard shortcut Shift+F5, the "Run" toolbar button attempts to find a main method in the compiled document. The following is output to the interaction pane on click: > java package.subpackage.ClassName Error: No 'main' method in 'package.subpackage.ClassName' with arguments: ([Ljava.lang.String;) where ClassName is the recently compiled document and package/subpackage contain ClassName (i.e. full classpath). This bug does not appear when using "Compile all", nor when other ways of running the main document are used, such as selecting the drop-down menu command, selecting the right-click context menu command (right-click on project file in file tree), or using the keyboard shortcut F4. The main document specified in Project Properties does not change as a result of this bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1472727&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-19 00:19:23
|
Bugs item #1472678, was opened at 2006-04-18 17: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=1472678&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: 4: Serious Status: Open Resolution: None Priority: 5 Submitted By: hperkins (hperkins) Assigned to: Nobody/Anonymous (nobody) Summary: strange traceback in interactions window Initial Comment: In the most recent beta (windows xp 20060407, but 20060410-2202 in the help window), exceptions thrown in the interactions window are producing an incomplete traceback followed by extraneous details that didn't used to be there. I've seen several examples, but I think they all can be distilled to something like the following. Compile the following class: public class TestThrow { private int n; private void check(int k) { if (k < 0 || k >= n) { throw new IndexOutOfBoundsException(); } } public void doit(int val) { n = 5; check(val); } } Then create an instance of thisin the interactions window called, say, t, and enter t.doit(17). That should produce a traceback showing that the exception was thrown in check, which was called by doit. Instead, the following appears. Exception in thread "interpret thread: t.doit(17)" java.lang.NullPointerException at edu.rice.cs.drjava.model.repl.InteractionsDocument.appendExceptionResult(InteractionsDocument.java:320) at edu.rice.cs.drjava.model.repl.InteractionsModel.replThrewException(InteractionsModel.java:489) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forExceptionResult(MainJVM.java:840) at edu.rice.cs.drjava.model.repl.newjvm.ExceptionResult.apply(ExceptionResult.java:88) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.interpretResult(MainJVM.java:249) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) at sun.rmi.transport.Transport$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Unknown Source) at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) at java.lang.Thread.run(Unknown Source) at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source) at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source) at sun.rmi.server.UnicastRef.invoke(Unknown Source) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM_Stub.interpretResult(Unknown Source) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM$4.run(InterpreterJVM.java:308) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1472678&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-18 21:31:11
|
Bugs item #1472605, was opened at 2006-04-18 16: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=1472605&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: "Replace All" doesn't immediately update file tree Initial Comment: When I do a "Replace All" in a project, the modified files are not immediately marked with asterisks. Once I click on the file tree, the asterisks appear. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1472605&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-17 20:38:52
|
Bugs item #1471962, was opened at 2006-04-17 15:38 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=1471962&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: 3: Ugly Status: Open Resolution: None Priority: 9 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: null.toString() kills interactions Initial Comment: When I type this in the interactions pane: null.toString() it hangs until I reset. I'm running version 20060407. This bug was not present in version 20060120. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1471962&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-17 18:54:51
|
Bugs item #1471896, was opened at 2006-04-17 13:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1471896&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 Resolution: None Priority: 9 Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Project/Save As Saves Even When Cancelled Initial Comment: Project/Save As saves the project using the old project name even when the "Cancel" button is pressed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1471896&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-17 17:42:40
|
Feature Requests item #1471855, was opened at 2006-04-17 12:42 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=1471855&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Priority: 5 Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Long File Paths in Title Should Be Abbreviated Initial Comment: When a file path is very long, the name of the actual file may not be visible in the title bar. If a file path gets too long for the title bar, it should be abbreviated by removing directory elements in the middle, e.g.: /home/username/some/very/long/path/name/FileName.java /home/username/.../name/FileName.java Directory elements that are below the project root should probably not be removed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1471855&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-17 15:10:28
|
Bugs item #1471788, was opened at 2006-04-17 10:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1471788&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Debugger Group: 6: Crashes Status: Open Resolution: None Priority: 9 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Can't run without tools.jar Initial Comment: I get the following exception when I attempt to run DrJava without a tools.jar file (by clicking on "No" when prompted to find the file). Prior to the addition of the Breakpoints panel, this was an acceptable configuration. java.lang.IllegalStateException: No debugger is available at edu.rice.cs.drjava.model.debug.NoDebuggerAvailable.addL istener(NoDebuggerAvailable.java:221) at edu.rice.cs.drjava.ui.BreakpointsPanel.<init> (BreakpointsPanel.java:110) at edu.rice.cs.drjava.ui.MainFrame._setUpTabs (MainFrame.java:4905) at edu.rice.cs.drjava.ui.MainFrame.<init> (MainFrame.java:2080) at edu.rice.cs.drjava.DrJavaRoot.main (DrJavaRoot.java:121) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1471788&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-17 02:29:26
|
Bugs item #1471523, was opened at 2006-04-16 21:29 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=1471523&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 Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Ctrl-Shift-PgUp or Home in Interactions Pane Initial Comment: I can't exactly reproduce this, but quite often when I press Ctrl-Shift-PgUp or Ctrl-Shift-Home in the Interactions Pane, I get the exception below. Sometimes it even puts the pane in an inconsistent state that causes several errors per second. java.lang.RuntimeException: Attempt to call current on an iterator in the final position at edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList$Iterator.current(ModelList.java:249) at edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl.getHighlightStatus(ReducedModelControl.java:408) at edu.rice.cs.drjava.model.AbstractDJDocument.getHighlightStatus(AbstractDJDocument.java:231) at edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter.paint(ColoringGlyphPainter.java:119) at javax.swing.text.GlyphView.paintTextUsingColor(GlyphView.java:471) at javax.swing.text.GlyphView.paint(GlyphView.java:447) at javax.swing.text.BoxView.paintChild(BoxView.java:144) at javax.swing.text.BoxView.paint(BoxView.java:407) at javax.swing.text.BoxView.paintChild(BoxView.java:144) at javax.swing.text.BoxView.paint(BoxView.java:407) at javax.swing.text.ParagraphView.paint(ParagraphView.java:582) at javax.swing.text.BoxView.paintChild(BoxView.java:144) at javax.swing.text.BoxView.paint(BoxView.java:407) at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicTextUI.java:1338) at javax.swing.plaf.basic.BasicTextUI.paintSafely(BasicTextUI.java:643) at javax.swing.plaf.basic.BasicTextUI.paint(BasicTextUI.java:781) at javax.swing.plaf.basic.BasicTextUI.update(BasicTextUI.java:760) at javax.swing.JComponent.paintComponent(JComponent.java:742) at edu.rice.cs.drjava.ui.InteractionsPane.paintComponent(InteractionsPane.java:167) at javax.swing.JComponent.paint(JComponent.java:1005) at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4963) at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4916) at javax.swing.JComponent._paintImmediately(JComponent.java:4859) at javax.swing.JComponent.paintImmediately(JComponent.java:4666) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451) at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) System Properties: drjava.debug.port = 1827 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\jdk1.5.0\jre\bin java.vm.version = 1.5.0_05-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 = C:\Documents and Settings\mgricken\My Documents\Semester 4 Spring 2006\COMP 312\drjava\drjava java.runtime.version = 1.5.0_05-b05 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\jdk1.5.0\jre\lib\endorsed os.arch = x86 java.io.tmpdir = c:\DOCUME~1\mgricken\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:\jdk1.5.0\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\cygwin\usr\local\bin;c:\jdk1.5.0\bin;C:\cygwin\packages\apache-ant-1.6.5\bin;C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\cygwin\bin;C:\cygwin\usr\X11R6\bin;c:\WINDOWS\system32;c:\WINDOWS;c:\WINDOWS\System32\Wbem;c:\Program Files\Perforce;c:\jdk1.5.0\bin;c:\Program Files\Tools;c:\Program Files\Tools\SysInternals;C:\cygwin\lib\lapack java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\mgricken user.timezone = America/Chicago java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = C:\jdk1.5.0\lib\tools.jar;C:\Documents and Settings\mgricken\My Documents\Semester 4 Spring 2006\COMP 312\drjava\drjava\classes\base;C:\Documents and Settings\mgricken\My Documents\Semester 4 Spring 2006\COMP 312\drjava\drjava\classes\lib;C:\jdk1.5.0\lib\tools.jar;C:\jdk1.5.0\lib\tools.jar user.name = mgricken java.vm.specification.version = 1.0 java.home = C:\jdk1.5.0\jre 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_05 java.ext.dirs = C:\jdk1.5.0\jre\lib\ext sun.boot.class.path = C:\jdk1.5.0\jre\lib\rt.jar;C:\jdk1.5.0\jre\lib\i18n.jar;C:\jdk1.5.0\jre\lib\sunrsasign.jar;C:\jdk1.5.0\jre\lib\jsse.jar;C:\jdk1.5.0\jre\lib\jce.jar;C:\jdk1.5.0\jre\lib\charsets.jar;C:\jdk1.5.0\jre\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1471523&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-14 20:13:16
|
Bugs item #1470544, was opened at 2006-04-14 15: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=1470544&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: 3: Ugly Status: Open Resolution: None Priority: 5 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Interactions doesn't handle assertions cleanly Initial Comment: When I run a program with a simple "assert" failure in its main method, I get the following exception, and the interactions pane locks up (until I reset it). I have assertions enabled in the preferences. When an assertion fails, a java.lang.AssertionError occurs, which is apparently being handled incorrectly. It's debatable what should happen when an Error occurs. Since errors generally indicate that the system is no longer in a stable state, we may not want to allow the interactions pane to continue to be used (without a reset). But we definitely shouldn't be crashing like this. Exception in thread "interpret thread: DoAssert.main(new String[]{});" java.lang.NullPointerException at edu.rice.cs.drjava.model.repl.InteractionsDocument.appendExceptionResult(InteractionsDocument.java:320) at edu.rice.cs.drjava.model.repl.InteractionsModel.replThrewException(InteractionsModel.java:489) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forExceptionResult(MainJVM.java:840) at edu.rice.cs.drjava.model.repl.newjvm.ExceptionResult.apply(ExceptionResult.java:88) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.interpretResult(MainJVM.java:249) 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:460) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701) at java.lang.Thread.run(Thread.java:595) at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM_Stub.interpretResult(Unknown Source) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM$4.run(InterpreterJVM.java:308) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1470544&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-14 19:30:47
|
Bugs item #1470507, was opened at 2006-04-14 14:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1470507&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: 3: Ugly Status: Open Resolution: None Priority: 5 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Unhandled FileMovedException on project save Initial Comment: Got this error when I closed & saved my project in the current release (20060407). I had removed some of the files underneath. edu.rice.cs.util.UnexpectedException: edu.rice.cs.drjava.model.FileMovedException: This document's file has been moved or deleted. at edu.rice.cs.drjava.ui.MainFrame$120.getFile(MainFrame.java:3237) at edu.rice.cs.drjava.project.ProjectProfile.docFileFromGetter(ProjectProfile.java:307) at edu.rice.cs.drjava.project.ProjectProfile.addSourceFile(ProjectProfile.java:149) at edu.rice.cs.drjava.model.AbstractGlobalModel.saveProject(AbstractGlobalModel.java:1217) at edu.rice.cs.drjava.ui.MainFrame._saveProjectHelper(MainFrame.java:3191) at edu.rice.cs.drjava.ui.MainFrame._saveProject(MainFrame.java:3123) at edu.rice.cs.drjava.ui.MainFrame._checkProjectClose(MainFrame.java:2832) at edu.rice.cs.drjava.ui.MainFrame._closeProject(MainFrame.java:2793) at edu.rice.cs.drjava.ui.MainFrame._closeProject(MainFrame.java:2785) at edu.rice.cs.drjava.ui.MainFrame$18.actionPerformed(MainFrame.java:442) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.AbstractButton.doClick(AbstractButton.java:302) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1774) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Caused by: edu.rice.cs.drjava.model.FileMovedException: This document's file has been moved or deleted. at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getFile(AbstractGlobalModel.java:2059) at edu.rice.cs.drjava.ui.MainFrame$120.getFile(MainFrame.java:3236) ... 36 more Caused by: edu.rice.cs.drjava.model.FileMovedException: This document's file has been moved or deleted. at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getFile(AbstractGlobalModel.java:2059) at edu.rice.cs.drjava.ui.MainFrame$120.getFile(MainFrame.java:3236) at edu.rice.cs.drjava.project.ProjectProfile.docFileFromGetter(ProjectProfile.java:307) at edu.rice.cs.drjava.project.ProjectProfile.addSourceFile(ProjectProfile.java:149) at edu.rice.cs.drjava.model.AbstractGlobalModel.saveProject(AbstractGlobalModel.java:1217) at edu.rice.cs.drjava.ui.MainFrame._saveProjectHelper(MainFrame.java:3191) at edu.rice.cs.drjava.ui.MainFrame._saveProject(MainFrame.java:3123) at edu.rice.cs.drjava.ui.MainFrame._checkProjectClose(MainFrame.java:2832) at edu.rice.cs.drjava.ui.MainFrame._closeProject(MainFrame.java:2793) at edu.rice.cs.drjava.ui.MainFrame._closeProject(MainFrame.java:2785) at edu.rice.cs.drjava.ui.MainFrame$18.actionPerformed(MainFrame.java:442) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.AbstractButton.doClick(AbstractButton.java:302) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1774) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1470507&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-14 18:48:50
|
Feature Requests item #1470491, was opened at 2006-04-14 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=438938&aid=1470491&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 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Allow "end of file" in System.in input Initial Comment: A user has requested some facility for entering "end of file" in the System.in input dialog. A lot of file-processing programs loop until they read an end-of-file, and these are easily adapted to reading input directly from the user if there's a way to enter the end-of-file when prompted. (javacc parsers fall into this category.) Currently, we allow newlines to be entered with "Shift-Enter". Something similar might be added for newlines. (Unix shells convert "Ctrl-D" to an end-of-file.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1470491&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-14 09:47:46
|
Bugs item #1470297, was opened at 2006-04-14 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=1470297&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: 7: Could cause data loss Status: Open Resolution: None Priority: 5 Submitted By: J.D. Leonard (vinegar5) Assigned to: Nobody/Anonymous (nobody) Summary: BadLocationException on cut Initial Comment: Exception occurred as a result of selecting and cutting a number of lines of text within a comment block. Selection contained some non alphanumeric characters but that hasn't been a problem in past operations. Exception reappears after closing the Unexpected Error dialog upon selecting the problem java file in the project file structure tree on the left. Not possible to save changes made to this file so any changes made could have been lost. Stack Trace: edu.rice.cs.util.UnexpectedException: javax.swing.text.BadLocationException: Invalid location at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset(CompilerErrorModel.java:247) at edu.rice.cs.drjava.ui.ErrorCaretListener.updateHighlight(ErrorCaretListener.java:89) at edu.rice.cs.drjava.ui.ErrorCaretListener.caretUpdate(ErrorCaretListener.java:67) at javax.swing.text.JTextComponent.fireCaretUpdate(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.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) Caused by: javax.swing.text.BadLocationException: Invalid location at javax.swing.text.GapContent.getChars(Unknown Source) at javax.swing.text.GapContent.getString(Unknown Source) at javax.swing.text.AbstractDocument.getText(Unknown Source) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getText(AbstractGlobalModel.java:2629) at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset(CompilerErrorModel.java:244) ... 27 more Caused by: javax.swing.text.BadLocationException: Invalid location at javax.swing.text.GapContent.getChars(Unknown Source) at javax.swing.text.GapContent.getString(Unknown Source) at javax.swing.text.AbstractDocument.getText(Unknown Source) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getText(AbstractGlobalModel.java:2629) at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset(CompilerErrorModel.java:244) at edu.rice.cs.drjava.ui.ErrorCaretListener.updateHighlight(ErrorCaretListener.java:89) at edu.rice.cs.drjava.ui.ErrorCaretListener.caretUpdate(ErrorCaretListener.java:67) at javax.swing.text.JTextComponent.fireCaretUpdate(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.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: awt.toolkit sun.awt.windows.WToolkit file.encoding Cp1252 file.encoding.pkg sun.io file.separator \ java.awt.graphicsenv sun.awt.Win32GraphicsEnvironment java.awt.printerjob sun.awt.windows.WPrinterJob java.class.path C:\Program Files\Dr Java\drjava.exe;C:\Program Files\Java\jdk1.5.0_02\lib\tools.jar; java.class.version 49.0 java.endorsed.dirs C:\Program Files\Java\jre1.5.0_06\lib\endorsed java.ext.dirs C:\Program Files\Java\jre1.5.0_06\lib\ext java.home C:\Program Files\Java\jre1.5.0_06 java.io.tmpdir C:\DOCUME~1\JD\LOCALS~1\Temp\ java.library.path C:\Program Files\Java\jre1.5.0_06\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Java\jdk1.5.0_02\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\GNU\GnuPG;C:\Program Files\Common Files\Adobe\AGL;;C:\Program Files\SSH Communications Security\SSH Secure Shell java.rmi.server.hostname 127.0.0.1 java.runtime.name Java(TM) 2 Runtime Environment, Standard Edition java.runtime.version 1.5.0_06-b05 java.specification.name Java Platform API Specification java.specification.vendor Sun Microsystems Inc. java.specification.version 1.5 java.vendor Sun Microsystems Inc. java.vendor.url http://java.sun.com/ java.vendor.url.bug http://java.sun.com/cgi-bin/bugreport.cgi java.version 1.5.0_06 java.vm.info mixed mode java.vm.name Java HotSpot(TM) Client VM java.vm.specification.name Java Virtual Machine Specification java.vm.specification.vendor Sun Microsystems Inc. java.vm.specification.version 1.0 java.vm.vendor Sun Microsystems Inc. java.vm.version 1.5.0_06-b05 line.separator os.arch x86 os.name Windows XP os.version 5.1 path.separator ; sun.arch.data.model 32 sun.awt.exception.handler edu.rice.cs.drjava.ui.AWTExceptionHandler sun.boot.class.path C:\Program Files\Java\jre1.5.0_06\lib\rt.jar;C:\Program Files\Java\jre1.5.0_06\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_06\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_06\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_06\lib\jce.jar;C:\Program Files\Java\jre1.5.0_06\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_06\classes sun.boot.library.path C:\Program Files\Java\jre1.5.0_06\bin sun.cpu.endian little sun.cpu.isalist pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 sun.desktop windows sun.io.unicode.encoding UnicodeLittle sun.jnu.encoding Cp1252 sun.management.compiler HotSpot Client Compiler sun.os.patch.level Service Pack 2 user.country US user.dir C:\Documents and Settings\JD\My Documents\Rice\Academics\COMP 212\Assignments\mbs2a user.home C:\Documents and Settings\JD user.language en user.name JD user.timezone America/Chicago user.variant ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1470297&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-13 17:30:06
|
Bugs item #1469960, was opened at 2006-04-13 10:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1469960&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 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Scanner infinite loop Initial Comment: The following program result in an infinite loop, where the System.in windows keeps reappearing. At this point, there is no way to exit Dr Java (except via Force Quit in Mac OS 10.4). Perhaps there is an undocumented way to enter EOF? import java.util.Scanner; public class Test { public static void main(String[] args) { Scanner sc = new Scanner(System.in); while (sc.hasNext()) { String s = sc.next(); System.out.println(s); } } } goo...@gm... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1469960&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-12 05:05:17
|
Bugs item #1469005, was opened at 2006-04-12 00:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1469005&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: 4: Serious Status: Open Resolution: None Priority: 9 Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Stack Overflow When Searching All Documents Initial Comment: In Corky's words: "[...] both the development release and the current build have a bug when peforming global find/replace . Load the current drjava source code base a project and search for the string "pr" with all options checked (match case, whole word, search all document, no comments/strings) and search through the entire project. There are a few occurrences of the variable pr that you may encounter. If so, search again. Before you finish searching the whole project, you will run out of heap space. I don't think this is a cache problem but I am not sure." Here's the stack trace: java.lang.StackOverflowError at java.util.WeakHashMap.get(Unknown Source) at java.util.Collections$SynchronizedMap.get(Unknown Source) at javax.swing.text.StyleContext.getImmutableUniqueSet(Unknown Source) at javax.swing.text.StyleContext.addAttributes(Unknown Source) at javax.swing.text.AbstractDocument$AbstractElement.addAttributes(Unknown Source) at javax.swing.text.AbstractDocument$AbstractElement.<init>(Unknown Source) at javax.swing.text.AbstractDocument$LeafElement.<init>(Unknown Source) at javax.swing.text.AbstractDocument.createLeafElement(Unknown Source) at javax.swing.text.DefaultStyledDocument$ElementBuffer.insertFirstContent(Unknown Source) at javax.swing.text.DefaultStyledDocument$ElementBuffer.insertUpdate(Unknown Source) at javax.swing.text.DefaultStyledDocument$ElementBuffer.insert(Unknown Source) at javax.swing.text.DefaultStyledDocument.insertUpdate(Unknown Source) at edu.rice.cs.drjava.model.AbstractDJDocument.insertUpdate(AbstractDJDocument.java:1364) at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source) at javax.swing.text.AbstractDocument.insertString(Unknown Source) at edu.rice.cs.util.text.SwingDocument.insertString(SwingDocument.java:128) at edu.rice.cs.drjava.model.AbstractDJDocument.insertString(AbstractDJDocument.java:1422) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.insertString(DefinitionsDocument.java:360) at javax.swing.text.DefaultEditorKit.read(Unknown Source) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc$2.make(AbstractGlobalModel.java:2273) at edu.rice.cs.drjava.model.cache.DocumentCache$DocManager.getDocument(DocumentCache.java:183) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getDocument(AbstractGlobalModel.java:2106) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getLength(AbstractGlobalModel.java:2870) at edu.rice.cs.drjava.model.FindReplaceMachine._findNextInAllDocs(FindReplaceMachine.java:533) at edu.rice.cs.drjava.model.FindReplaceMachine._findNextInAllDocs(FindReplaceMachine.java:519) at edu.rice.cs.drjava.model.FindReplaceMachine._findNextInAllDocs(FindReplaceMachine.java:519) at edu.rice.cs.drjava.model.FindReplaceMachine._findNextInAllDocs(FindReplaceMachine.java:519) ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1469005&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-11 21:49:17
|
Bugs item #1468880, was opened at 2006-04-11 14:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1468880&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: 5: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Dr. Java compiling runtime error Initial Comment: I was attempting to compile, and right after I hit the menu bar compile button I got a runtime error: edu.rice.cs.util.UnexpectedException: edu.rice.cs.util.UnexpectedException: javax.swing.text.BadLocationException: Invalid location at edu.rice.cs.drjava.model.AbstractGlobalModel.setActiveDocument (AbstractGlobalModel.java:3047) at edu.rice.cs.drjava.model.AbstractGlobalModel.saveAllFiles (AbstractGlobalModel.java:1015) at edu.rice.cs.drjava.ui.MainFrame._saveAll(MainFrame.java:2677) at edu.rice.cs.drjava.ui.MainFrame.access$2600(MainFrame.java: 85) at edu.rice.cs.drjava.ui.MainFrame $ModelListener._saveAllBeforeProceeding(MainFrame.java:5869) at edu.rice.cs.drjava.ui.MainFrame$ModelListener.access$13800 (MainFrame.java:5362) at edu.rice.cs.drjava.ui.MainFrame$ModelListener$26.run (MainFrame.java:5818) at edu.rice.cs.util.swing.Utilities.invokeAndWait(Utilities.java:59) at edu.rice.cs.drjava.ui.MainFrame $ModelListener.saveBeforeCompile(MainFrame.java:5816) at edu.rice.cs.drjava.model.GlobalEventNotifier.saveBeforeCompile (GlobalEventNotifier.java:359) at edu.rice.cs.drjava.model.compiler.CompilerEventNotifier.saveBeforeCo mpile(CompilerEventNotifier.java:104) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compile (DefaultCompilerModel.java:200) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compileAll (DefaultCompilerModel.java:144) at edu.rice.cs.drjava.ui.MainFrame._compileAll(MainFrame.java: 2981) at edu.rice.cs.drjava.ui.MainFrame.access$3900(MainFrame.java: 85) at edu.rice.cs.drjava.ui.MainFrame$42.actionPerformed (MainFrame.java:649) at javax.swing.AbstractButton.fireActionPerformed (AbstractButton.java:1819) at javax.swing.AbstractButton $ForwardActionEvents.actionPerformed(AbstractButton.java:1872) 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:247) at java.awt.AWTEventMulticaster.mouseReleased (AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java: 5166) at java.awt.Component.processEvent(Component.java:4963) at java.awt.Container.processEvent(Container.java:1613) at java.awt.Component.dispatchEventImpl(Component.java:3681) at java.awt.Container.dispatchEventImpl(Container.java:1671) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.LightweightDispatcher.retargetMouseEvent (Container.java:3527) at java.awt.LightweightDispatcher.processMouseEvent (Container.java:3242) at java.awt.LightweightDispatcher.dispatchEvent(Container.java: 3172) at java.awt.Container.dispatchEventImpl(Container.java:1657) at java.awt.Window.dispatchEventImpl(Window.java:1606) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.EventQueue.dispatchEvent(EventQueue.java:480) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (EventDispatchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:178) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:170) at java.awt.EventDispatchThread.run(EventDispatchThread.java: 100) Caused by: edu.rice.cs.util.UnexpectedException: javax.swing.text.BadLocationException: Invalid location at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset (CompilerErrorModel.java:247) at edu.rice.cs.drjava.ui.ErrorCaretListener.updateHighlight (ErrorCaretListener.java:89) at edu.rice.cs.drjava.ui.ErrorCaretListener.caretUpdate (ErrorCaretListener.java:67) at javax.swing.text.JTextComponent.fireCaretUpdate (JTextComponent.java:356) at javax.swing.text.JTextComponent$MutableCaretEvent.fire (JTextComponent.java:3165) at javax.swing.text.JTextComponent $MutableCaretEvent.stateChanged(JTextComponent.java:3187) at javax.swing.text.DefaultCaret.fireStateChanged (DefaultCaret.java:638) at javax.swing.text.DefaultCaret.changeCaretPosition (DefaultCaret.java:1010) at javax.swing.text.DefaultCaret.handleSetDot(DefaultCaret.java: 918) at javax.swing.text.DefaultCaret.setDot(DefaultCaret.java:899) at javax.swing.text.DefaultCaret.setDot(DefaultCaret.java:827) at javax.swing.text.DefaultCaret$UpdateHandler.propertyChange (DefaultCaret.java:1552) at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange (SwingPropertyChangeSupport.java:264) at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange (SwingPropertyChangeSupport.java:232) at javax.swing.JComponent.firePropertyChange(JComponent.java: 3851) at javax.swing.text.JTextComponent.setDocument (JTextComponent.java:401) at javax.swing.JTextPane.setDocument(JTextPane.java:110) at edu.rice.cs.drjava.ui.DefinitionsPane.notifyInactive (DefinitionsPane.java:851) at edu.rice.cs.drjava.ui.MainFrame._switchDefScrollPane (MainFrame.java:4783) at edu.rice.cs.drjava.ui.MainFrame$ModelListener$7.run (MainFrame.java:5472) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:51) at edu.rice.cs.drjava.ui.MainFrame $ModelListener.activeDocumentChanged(MainFrame.java:5469) at edu.rice.cs.drjava.model.GlobalEventNotifier.activeDocumentChanged (GlobalEventNotifier.java:253) at edu.rice.cs.drjava.model.AbstractGlobalModel.refreshActiveDocument (AbstractGlobalModel.java:3127) at edu.rice.cs.drjava.model.AbstractGlobalModel._setActiveDoc (AbstractGlobalModel.java:3117) at edu.rice.cs.drjava.model.AbstractGlobalModel.access$000 (AbstractGlobalModel.java:130) at edu.rice.cs.drjava.model.AbstractGlobalModel$1.itemCase (AbstractGlobalModel.java:295) at edu.rice.cs.drjava.model.AbstractGlobalModel$1.itemCase (AbstractGlobalModel.java:316) at edu.rice.cs.util.docnavigation.JListNavigator$1$1$2.execute (JListNavigator.java:109) at edu.rice.cs.drjava.model.AbstractGlobalModel $2.gainedSelection(AbstractGlobalModel.java:320) at edu.rice.cs.util.docnavigation.JListNavigator$1$1.run (JListNavigator.java:113) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:51) at edu.rice.cs.util.docnavigation.JListNavigator$1.valueChanged (JListNavigator.java:98) at javax.swing.JList.fireSelectionValueChanged(JList.java:1321) at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java: 1335) at javax.swing.DefaultListSelectionModel.fireValueChanged (DefaultListSelectionModel.java:187) at javax.swing.DefaultListSelectionModel.fireValueChanged (DefaultListSelectionModel.java:167) at javax.swing.DefaultListSelectionModel.fireValueChanged (DefaultListSelectionModel.java:214) at javax.swing.DefaultListSelectionModel.changeSelection (DefaultListSelectionModel.java:402) at javax.swing.DefaultListSelectionModel.changeSelection (DefaultListSelectionModel.java:411) at javax.swing.DefaultListSelectionModel.setSelectionInterval (DefaultListSelectionModel.java:435) at javax.swing.JList.setSelectedIndex(JList.java:1733) at javax.swing.JList.setSelectedValue(JList.java:1832) at edu.rice.cs.util.docnavigation.JListNavigator.setActiveDoc (JListNavigator.java:232) at edu.rice.cs.drjava.model.AbstractGlobalModel$16.run (AbstractGlobalModel.java:3044) at edu.rice.cs.util.swing.Utilities.invokeAndWait(Utilities.java:59) at edu.rice.cs.drjava.model.AbstractGlobalModel.setActiveDocument (AbstractGlobalModel.java:3043) ... 39 more Caused by: javax.swing.text.BadLocationException: Invalid location at javax.swing.text.GapContent.getChars(GapContent.java:172) at javax.swing.text.GapContent.getString(GapContent.java:150) at javax.swing.text.AbstractDocument.getText (AbstractDocument.java:772) at edu.rice.cs.drjava.model.AbstractGlobalModel $ConcreteOpenDefDoc.getText(AbstractGlobalModel.java:2629) at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset (CompilerErrorModel.java:244) ... 85 more Caused by: edu.rice.cs.util.UnexpectedException: javax.swing.text.BadLocationException: Invalid location at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset (CompilerErrorModel.java:247) at edu.rice.cs.drjava.ui.ErrorCaretListener.updateHighlight (ErrorCaretListener.java:89) at edu.rice.cs.drjava.ui.ErrorCaretListener.caretUpdate (ErrorCaretListener.java:67) at javax.swing.text.JTextComponent.fireCaretUpdate (JTextComponent.java:356) at javax.swing.text.JTextComponent$MutableCaretEvent.fire (JTextComponent.java:3165) at javax.swing.text.JTextComponent $MutableCaretEvent.stateChanged(JTextComponent.java:3187) at javax.swing.text.DefaultCaret.fireStateChanged (DefaultCaret.java:638) at javax.swing.text.DefaultCaret.changeCaretPosition (DefaultCaret.java:1010) at javax.swing.text.DefaultCaret.handleSetDot(DefaultCaret.java: 918) at javax.swing.text.DefaultCaret.setDot(DefaultCaret.java:899) at javax.swing.text.DefaultCaret.setDot(DefaultCaret.java:827) at javax.swing.text.DefaultCaret$UpdateHandler.propertyChange (DefaultCaret.java:1552) at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange (SwingPropertyChangeSupport.java:264) at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange (SwingPropertyChangeSupport.java:232) at javax.swing.JComponent.firePropertyChange(JComponent.java: 3851) at javax.swing.text.JTextComponent.setDocument (JTextComponent.java:401) at javax.swing.JTextPane.setDocument(JTextPane.java:110) at edu.rice.cs.drjava.ui.DefinitionsPane.notifyInactive (DefinitionsPane.java:851) at edu.rice.cs.drjava.ui.MainFrame._switchDefScrollPane (MainFrame.java:4783) at edu.rice.cs.drjava.ui.MainFrame$ModelListener$7.run (MainFrame.java:5472) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:51) at edu.rice.cs.drjava.ui.MainFrame $ModelListener.activeDocumentChanged(MainFrame.java:5469) at edu.rice.cs.drjava.model.GlobalEventNotifier.activeDocumentChanged (GlobalEventNotifier.java:253) at edu.rice.cs.drjava.model.AbstractGlobalModel.refreshActiveDocument (AbstractGlobalModel.java:3127) at edu.rice.cs.drjava.model.AbstractGlobalModel._setActiveDoc (AbstractGlobalModel.java:3117) at edu.rice.cs.drjava.model.AbstractGlobalModel.access$000 (AbstractGlobalModel.java:130) at edu.rice.cs.drjava.model.AbstractGlobalModel$1.itemCase (AbstractGlobalModel.java:295) at edu.rice.cs.drjava.model.AbstractGlobalModel$1.itemCase (AbstractGlobalModel.java:316) at edu.rice.cs.util.docnavigation.JListNavigator$1$1$2.execute (JListNavigator.java:109) at edu.rice.cs.drjava.model.AbstractGlobalModel $2.gainedSelection(AbstractGlobalModel.java:320) at edu.rice.cs.util.docnavigation.JListNavigator$1$1.run (JListNavigator.java:113) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:51) at edu.rice.cs.util.docnavigation.JListNavigator$1.valueChanged (JListNavigator.java:98) at javax.swing.JList.fireSelectionValueChanged(JList.java:1321) at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java: 1335) at javax.swing.DefaultListSelectionModel.fireValueChanged (DefaultListSelectionModel.java:187) at javax.swing.DefaultListSelectionModel.fireValueChanged (DefaultListSelectionModel.java:167) at javax.swing.DefaultListSelectionModel.fireValueChanged (DefaultListSelectionModel.java:214) at javax.swing.DefaultListSelectionModel.changeSelection (DefaultListSelectionModel.java:402) at javax.swing.DefaultListSelectionModel.changeSelection (DefaultListSelectionModel.java:411) at javax.swing.DefaultListSelectionModel.setSelectionInterval (DefaultListSelectionModel.java:435) at javax.swing.JList.setSelectedIndex(JList.java:1733) at javax.swing.JList.setSelectedValue(JList.java:1832) at edu.rice.cs.util.docnavigation.JListNavigator.setActiveDoc (JListNavigator.java:232) at edu.rice.cs.drjava.model.AbstractGlobalModel$16.run (AbstractGlobalModel.java:3044) at edu.rice.cs.util.swing.Utilities.invokeAndWait(Utilities.java:59) at edu.rice.cs.drjava.model.AbstractGlobalModel.setActiveDocument (AbstractGlobalModel.java:3043) at edu.rice.cs.drjava.model.AbstractGlobalModel.saveAllFiles (AbstractGlobalModel.java:1015) at edu.rice.cs.drjava.ui.MainFrame._saveAll(MainFrame.java:2677) at edu.rice.cs.drjava.ui.MainFrame.access$2600(MainFrame.java: 85) at edu.rice.cs.drjava.ui.MainFrame $ModelListener._saveAllBeforeProceeding(MainFrame.java:5869) at edu.rice.cs.drjava.ui.MainFrame$ModelListener.access$13800 (MainFrame.java:5362) at edu.rice.cs.drjava.ui.MainFrame$ModelListener$26.run (MainFrame.java:5818) at edu.rice.cs.util.swing.Utilities.invokeAndWait(Utilities.java:59) at edu.rice.cs.drjava.ui.MainFrame $ModelListener.saveBeforeCompile(MainFrame.java:5816) at edu.rice.cs.drjava.model.GlobalEventNotifier.saveBeforeCompile (GlobalEventNotifier.java:359) at edu.rice.cs.drjava.model.compiler.CompilerEventNotifier.saveBeforeCo mpile(CompilerEventNotifier.java:104) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compile (DefaultCompilerModel.java:200) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compileAll (DefaultCompilerModel.java:144) at edu.rice.cs.drjava.ui.MainFrame._compileAll(MainFrame.java: 2981) at edu.rice.cs.drjava.ui.MainFrame.access$3900(MainFrame.java: 85) at edu.rice.cs.drjava.ui.MainFrame$42.actionPerformed (MainFrame.java:649) at javax.swing.AbstractButton.fireActionPerformed (AbstractButton.java:1819) at javax.swing.AbstractButton $ForwardActionEvents.actionPerformed(AbstractButton.java:1872) 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:247) at java.awt.AWTEventMulticaster.mouseReleased (AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java: 5166) at java.awt.Component.processEvent(Component.java:4963) at java.awt.Container.processEvent(Container.java:1613) at java.awt.Component.dispatchEventImpl(Component.java:3681) at java.awt.Container.dispatchEventImpl(Container.java:1671) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.LightweightDispatcher.retargetMouseEvent (Container.java:3527) at java.awt.LightweightDispatcher.processMouseEvent (Container.java:3242) at java.awt.LightweightDispatcher.dispatchEvent(Container.java: 3172) at java.awt.Container.dispatchEventImpl(Container.java:1657) at java.awt.Window.dispatchEventImpl(Window.java:1606) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.EventQueue.dispatchEvent(EventQueue.java:480) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (EventDispatchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:178) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:170) at java.awt.EventDispatchThread.run(EventDispatchThread.java: 100) Caused by: javax.swing.text.BadLocationException: Invalid location at javax.swing.text.GapContent.getChars(GapContent.java:172) at javax.swing.text.GapContent.getString(GapContent.java:150) at javax.swing.text.AbstractDocument.getText (AbstractDocument.java:772) at edu.rice.cs.drjava.model.AbstractGlobalModel $ConcreteOpenDefDoc.getText(AbstractGlobalModel.java:2629) at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset (CompilerErrorModel.java:244) ... 85 more ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1468880&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-11 15:02:31
|
Bugs item #1468601, was opened at 2006-04-11 10:02 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=1468601&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: 9 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Line numbers not correctly flowing with document Initial Comment: To reproduce: 1) Create a new document. There are no line numbers. 2) Type a character. Still no line numbers. 3) Type a semicolon (to prevent automatic spaces being added on the next line). 4) Type a newline. Line 1 is now labeled. 5) Use "backspace" to erase all text. Line 1 remains labeled. 6) Repeat steps 1-4. This time, erase the document's contents by selecting it and then hitting "backspace." The line 1 label disappears. Personally, I find the empty space where line numbers used to be (in small documents) disconcerting. I liked it better before. I think the "ruler bar" in word processors is a good analogy -- even if your document is smaller than the window, the ruler extends across the window. If we are going to do dynamically-numbered documents, though, the numbers need to be correct. I believe we're trying to maintain the invariant that all selectable lines, with the exception of the last, empty line in a document, should be numbered. That exception is incorrect, because most text-processing tools will treat that empty line as a separate line. For example, this code, when compiled by javac, will produce an error on line 3 (newlines have been made explicit): 1 class Foo44 {<newline> 2 ;<newline> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1468601&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-10 05:57:36
|
Bugs item #1467537, was opened at 2006-04-10 00: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=1467537&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: 9 Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException After Close All Files/Open Folder Initial Comment: I closed all files in flat-file mode. Then I selected "Open Folder", picked a directory, hit ok, and then I get this exception. java.lang.NullPointerException at edu.rice.cs.util.FileOps.getFilesInDir(FileOps.java:164) at edu.rice.cs.util.FileOps.getFilesInDir(FileOps.java:165) at edu.rice.cs.util.FileOps.getFilesInDir(FileOps.java:155) at edu.rice.cs.drjava.model.AbstractGlobalModel.openFolder(AbstractGlobalModel.java:1087) at edu.rice.cs.drjava.ui.MainFrame._openFolder(MainFrame.java:3014) at edu.rice.cs.drjava.ui.MainFrame.openFolder(MainFrame.java:3005) at edu.rice.cs.drjava.ui.MainFrame._openFolder(MainFrame.java:2744) at edu.rice.cs.drjava.ui.MainFrame.access$1600(MainFrame.java:98) at edu.rice.cs.drjava.ui.MainFrame$15.actionPerformed(MainFrame.java:427) 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.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1467537&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-10 00:09:08
|
Bugs item #1467428, was opened at 2006-04-09 17:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1467428&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI: Windows-specific Group: 6: Crashes Status: Open Resolution: None Priority: 5 Submitted By: hperkins (hperkins) Assigned to: Nobody/Anonymous (nobody) Summary: Windows 0407 beta won't launch Initial Comment: I downloaded the drjava-20060407-1814 beta and can't get it to launch. When I double click the file, a console window pops up and disappears. One other clue might be that the .exe file has a generic icon, not the usual DrJava icon. The .jar file does launch just fine. I haven't done much with it beyond that. But that does make it seem like the problem is in the windows .exe wrapper. Hal ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1467428&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-07 21:35:32
|
Bugs item #1466600, was opened at 2006-04-07 16:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1466600&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: 9 Submitted By: Mathias Ricken (mgricken) Assigned to: Mathias Ricken (mgricken) Summary: NullPointerException if No Build Directory Set Initial Comment: If no build directory is set, the following exception is thrown on a compile. This happens when the class files are to be scanned to generate auto-complete information. I screwed up, I'll fix it. Exception in thread "Thread-4" java.lang.NullPointerException at edu.rice.cs.drjava.model.AbstractGlobalModel$ProjectFileGroupingState.getClassFilesHelper(AbstractGlobalModel.java:707) at edu.rice.cs.drjava.model.AbstractGlobalModel$ProjectFileGroupingState.getClassFiles(AbstractGlobalModel.java:701) at edu.rice.cs.drjava.model.AbstractGlobalModel.getClassFiles(AbstractGlobalModel.java:524) at edu.rice.cs.drjava.ui.MainFrame$122.run(MainFrame.java:3516) at java.lang.Thread.run(Unknown Source) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1466600&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-07 21:21:40
|
Bugs item #1466590, was opened at 2006-04-07 16:21 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=1466590&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 Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Cancel in "Save?" Dialogs on Quit Initial Comment: If the user has changed a project and then wants to quit the program, the "xyz.pjt has been modified. Would you like to save it? [Yes] [No] [Cancel]" dialog is shown. But if the user selects "Cancel", the program still quits. It should abort exiting the program. If the user has a file that has been changed in project mode and quits, there are TWO "Save xyz.java?" dialogs that show up. The first one is a Yes/No/Cancel dialog, the second is a Yes/No dialog. Again, selecting "Cancel" on the first dialog does not abort exiting the program. The second dialog should not appear at all. If the user has a modified file open in flat-file mode, just the Yes/No dialog is shown. I think there should be a "Cancel" button that lets the user abort exiting the program. This behavior has been verified in DrJava Version 20060407-1814. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1466590&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-07 20:04:21
|
Bugs item #1466541, was opened at 2006-04-07 15:04 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=1466541&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: 9 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Project Properties dialog too small Initial Comment: The Project Properties dialog is too small on my system. I can only see the "Apply", "Cancel", and "OK" if I resize the dialog, and the new size doesn't seem to be sticky -- when I come back, it's too small again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1466541&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-07 19:50:34
|
Bugs item #1466534, was opened at 2006-04-07 14:50 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=1466534&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: 2: Annoying Status: Open Resolution: None Priority: 9 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Changes to project root not reflected in tree Initial Comment: When I change the setting of my project's source root, the file tree remains rooted at the previous setting. The (apparently) only way to refresh the view is to close and reopen the project. I would expect the tree to change immediately, reflecting the fact that the root really has moved. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1466534&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-05 17:57:38
|
Bugs item #1465194, was opened at 2006-04-05 17: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=1465194&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 Submitted By: Stephen Wong (sbwong) Assigned to: Nobody/Anonymous (nobody) Summary: Doesn't remember printing prefences Initial Comment: DrJava Version : 20060320-1906 When printing multiple documents, DrJAva doesn't remember the setting for which printer was used last, forcing the user to reselect the same printer over and over again. Setting the printer in Page Setup doesn't stick either. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1465194&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-04-05 17:03:31
|
Bugs item #1465145, was opened at 2006-04-05 17: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=1465145&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: 6: Crashes Status: Open Resolution: None Priority: 8 Submitted By: Stephen Wong (sbwong) Assigned to: Nobody/Anonymous (nobody) Summary: Crashes on printing Initial Comment: DrJava Version : 20060320-1906 When trying to print a file, using File/Print will print the first file fine, but when trying to print a second file, DrJava will immediately crash and exit without any sort of warning or error message. When using Print Preview, one can usually print a couple of files before it crashes. So far, I've only tested this on my TabletPC. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1465145&group_id=44253 |