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...> - 2003-12-23 21:32:21
|
Bugs item #865160, was opened at 2003-12-23 21:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=865160&group_id=44253 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Robert Cartwright (rcartwright) Assigned to: Nobody/Anonymous (nobody) Summary: Swing generates a array out of bounds error Initial Comment: After running DrJava for several hours repeatedly running unit tests on the solutoin to the final project in Comp311, DrJava crashed with the following error, which I suspect is a swing bug. java.lang.ArrayIndexOutOfBoundsException: 130527536 at javax.swing.text.BoxView.getOffset(BoxView.java:1079) at javax.swing.text.BoxView.childAllocation(BoxView.java:669) at javax.swing.text.CompositeView.getChildAllocation(CompositeView.java:215) at javax.swing.text.BoxView.getChildAllocation(BoxView.java:427) at javax.swing.text.CompositeView.modelToView(CompositeView.java:243) at javax.swing.text.BoxView.modelToView(BoxView.java:458) at javax.swing.plaf.basic.BasicTextUI$RootView.modelToView(BasicTextUI.java:1393) at javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:935) at javax.swing.text.DefaultCaret.repaintNewCaret(DefaultCaret.java:1044) at javax.swing.text.DefaultCaret$1.run(DefaultCaret.java:1023) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178) at java.awt.EventQueue.dispatchEvent(EventQueue.java:448) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:230) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.run(EventDispatchThread.java:99) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=865160&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-12-05 05:27:24
|
Bugs item #854535, was opened at 2003-12-04 21:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=854535&group_id=44253 Category: Interactions Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: new 2d array throws IllegalArgumentException Initial Comment: Cannot create a 2d array using new with an initializer list in the interactions window: > int[][] a; > a = new int[][] { new int[] {1, 2}, new int[] {3} }; java.lang.IllegalArgumentException: array element type mismatch at java.lang.reflect.Array.set(Native Method) > a = new int[][] {{1, 2}, {3}}; java.lang.IllegalArgumentException: array element type mismatch at java.lang.reflect.Array.set(Native Method) No problem with 1d arrays: > int[] b; > b = new int[] {1, 2}; > b.length 2 > b = new int[] {3, 4, 5, 6, 7}; > b.length 5 Suzanne Menzel me...@in... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=854535&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-12-03 15:28:43
|
Bugs item #853351, was opened at 2003-12-03 10:28 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=853351&group_id=44253 Category: Eclipse Plug-in Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: William Pugh (wpugh) Assigned to: Nobody/Anonymous (nobody) Summary: Error accessing non-public members in interactions pane Initial Comment: In the interactions pane, if you attempt to access non-public classes or members of a class that is not in the default package, you get an error message: java.lang.IllegalAccessException: Class koala.dynamicjava.interpreter.EvaluationVisitor can not access a member of the class foo.B with modifiers "". You need to suppress access checks in the reflective access. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=853351&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-12-03 15:10:59
|
Bugs item #853339, was opened at 2003-12-03 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=853339&group_id=44253 Category: Eclipse Plug-in Group: Ugly Status: Open Resolution: None Priority: 5 Submitted By: William Pugh (wpugh) Assigned to: Nobody/Anonymous (nobody) Summary: Can't change fonts in Interactions pane Initial Comment: Using the DrJava plugin in Eclipse 3.0m5, I am unable to change the font in the interaction pane. To use the DrJava plug in in a course, we really need to be able to make the font size larger. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=853339&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-12-01 14:38:17
|
Bugs item #852101, was opened at 2003-12-01 09: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=852101&group_id=44253 Category: Compiler integration Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Fernando Pereira (fcnpereira) Assigned to: Nobody/Anonymous (nobody) Summary: Class loading error (OS X 10.3, Java 1.4.1) Initial Comment: A program that works fine from the command line fails with a class loading error when run within DrJava: ReadXML.test("/Users/pereira/Documents/Classes/CSE120/ 2003/hws/hw10/collection.xml"); java.lang.LinkageError: Class org/w3c/dom/Document violates loader constraints at org.apache.crimson.tree.XmlDocumentBuilder.createDocum ent(XmlDocumentBuilder.java:376) at org.apache.crimson.tree.XmlDocumentBuilder.startDocume nt(XmlDocumentBuilder.java:410) at org.apache.crimson.parser.Parser2.parseInternal(Parser2.ja va:481) at org.apache.crimson.parser.Parser2.parse(Parser2.java: 305) at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReade rImpl.java:442) at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(Docu mentBuilderImpl.java:185) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder .java:151) at ReadXML.read(ReadXML.java:15) at ReadXML.main(ReadXML.java:19) at ReadXML.test(ReadXML.java:47) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethod AccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Delegatin gMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=852101&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-11-24 19:34:06
|
Feature Requests item #848536, was opened at 2003-11-24 13:34 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=848536&group_id=44253 Category: Interactions Group: Small (< 1 pair-week) Status: Open Priority: 5 Submitted By: Peter Centgraf (centgraf) Assigned to: Nobody/Anonymous (nobody) Summary: Use Working Directory Setting in Interactions Initial Comment: Problem Story: A student is examining an example program which uses relative pathnames. Since the original program was written assuming a command-line interaction, the paths are relative to the source root of the program. When the user runs the program in the interactions pane, the relatives paths are resolved to the launch point of DrJava, and therefore the program does not function correctly. Solution Story: When the user recognizes the problem, they open the Preferences dialog and set the "Working Directory" option to be the source root of the current program. All further interactions make use of this working directory as the root of relative paths. From this point forward, the program functions correctly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=848536&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-11-24 02:07:11
|
Bugs item #847933, was opened at 2003-11-23 21: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=847933&group_id=44253 Category: Interactions Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Fernando Pereira (fcnpereira) Assigned to: Nobody/Anonymous (nobody) Summary: Missing return in anonymous class method not detected Initial Comment: With public interface Property { public boolean holds(Node node); } and other appropriate definitions, the following n.findAll(new Property() { public boolean holds(Node n) {n.getData().equals("LI");}},ans); was accepted, only to throw an exception java.lang.NullPointerException: at TopLevel$1.holds(Unknown Source) at Internal.findAll(Internal.java:50) ... Shouldn't the interactions interpreter check that the declared type of the method in the anonymous class is matched by the body of the method? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=847933&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-10-24 23:42:15
|
Bugs item #829904, was opened at 2003-10-24 16: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=829904&group_id=44253 Category: JUnit integration Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Cursor position affects test output report Initial Comment: Depending on the location of the text cursor in the active code document, JUnit's Test Ouput may or may not show details, such as which tests failed/passed. In some cases (usually when the cursor is near the bottom) all that shows is "All tests completed successfully." and in other cases it may display the names of some tests in green and not even show certain other tests. OS: Windows XP Pro +SP1 Java: Sun J2RE+SDK, SE v1.4.0_02 version: "drjava-stable-20030822.exe" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=829904&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-10-22 07:58:04
|
Feature Requests item #828027, was opened at 2003-10-22 06: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=828027&group_id=44253 Category: Interactions Group: Small (< 1 pair-week) Status: Open Priority: 8 Submitted By: Charles Reis (csreis) Assigned to: Nobody/Anonymous (nobody) Summary: Warning if opening class of same name Initial Comment: Story: User opens a class Foo. He then opens another file in another location, also with a class Foo (perhaps a different version of the same class, or one produced by a student for an assignment). DrJava displays a warning dialog informing the user that only the earliest-opened copy of Foo will be visible in the Interactions Pane, unless that copy is closed and the Interactions Pane is reset. Reasoning: Each open file's directory is added to the classpath of the Interactions Pane sequentially, so an earlier opened file will "shadow" a later-opened file, regardless of which one is currently displayed. This is not intuitively obvious to the user (nor would reordering the classpath when viewing a different file), so this extra dialog will help resolve ambiguities in behavior. Notes: We might want to check fully-qualified class names for equality, rather than filename or just class name. (Classes of the same name in different packages won't really shadow each other, though they could still lead to slightly unexpected behavior.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=828027&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-10-16 21:27:40
|
Bugs item #825113, was opened at 2003-10-16 14:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=825113&group_id=44253 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: I tried to open a legitimate java file Initial Comment: Done on one of the Symond Lab computers on the Rice Campus. ------- java.lang.NoSuchMethodError: java.lang.NumberFormatException.forInputString (Ljava/lang/String;)Ljava/lang/NumberFormatException; at java.lang.FloatingDecimal.readJavaFormatString (FloatingDecimal.java:1207) at java.lang.Double.parseDouble (Double.java:287) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument. _isNum(DefinitionsDocument.java:2356) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument. _highlightKeywords(DefinitionsDocument.java:2304) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument. getHighlightStatus(DefinitionsDocument.java:2229) at edu.rice.cs.drjava.model.definitions.ColoringView.drawUns electedText(ColoringView.java:131) at javax.swing.text.PlainView.drawElement (PlainView.java:93) at javax.swing.text.PlainView.drawLine (PlainView.java:65) at javax.swing.text.PlainView.paint (PlainView.java:284) at javax.swing.plaf.basic.BasicTextUI$RootView.paint (BasicTextUI.java:1248) at javax.swing.plaf.basic.BasicTextUI.paintSafely (BasicTextUI.java:565) at javax.swing.plaf.basic.BasicTextUI.paint (BasicTextUI.java:699) at javax.swing.plaf.basic.BasicTextUI.update (BasicTextUI.java:678) at javax.swing.JComponent.paintComponent (JComponent.java:537) at edu.rice.cs.drjava.ui.DefinitionsPane.paintComponent (DefinitionsPane.java:602) at javax.swing.JComponent.paint (JComponent.java:804) at javax.swing.JComponent.paintChildren (JComponent.java:643) at javax.swing.JComponent.paintWithOffscreenBuffer (JComponent.java:4742) at javax.swing.JComponent.paintDoubleBuffered (JComponent.java:4688) at javax.swing.JComponent._paintImmediately (JComponent.java:4632) at javax.swing.JComponent.paintImmediately (JComponent.java:4464) at javax.swing.RepaintManager.paintDirtyRegions (RepaintManager.java:404) at javax.swing.SystemEventQueueUtilities$ComponentWorkR equest.run(SystemEventQueueUtilities.java:117) at java.awt.event.InvocationEvent.dispatch (InvocationEvent.java:178) at java.awt.EventQueue.dispatchEvent (EventQueue.java:443) at java.awt.EventDispatchThread.pumpOneEventForHierarch y(EventDispatchThread.java:191) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:144) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:138) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:130) at java.awt.EventDispatchThread.run (EventDispatchThread.java:98) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=825113&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-10-14 14:01:47
|
Feature Requests item #823466, was opened at 2003-10-14 16:01 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=823466&group_id=44253 Category: Other Group: Unknown size Status: Open Priority: 5 Submitted By: Matija Lokar (lokar) Assigned to: Nobody/Anonymous (nobody) Summary: Help with Java Initial Comment: It would be nice if you could get help from JAVA SDK API - for example with cursor on System.out. println CTRL-F1 will open a browser with appropriate Web page on java.sun.com with explanation of println method. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=823466&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-10-03 12:28:15
|
Bugs item #817104, was opened at 2003-10-03 05:28 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=817104&group_id=44253 Category: Interactions Group: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: re: import of the java files into interactions Initial Comment: I was mistaken in saying importing .java files. What i meant was when imorting the class. When others are able to enter: > import lab5.Lamp; >Lamp lamp = new Lamp(argument); >lamp.wattagee() - they get correct results....but unfortunately for me and others this has to be entered. >import lab5.Lamp; >lab5.Lamp lamp = new lab5.Lamp(arg); >lamp.wattage() -only then do we not get an error. Why is this the case for some and not others. All Classpaths are preset by the SysOP so I don't think the classpaths would be different. Does anyone have ideas??? Please!? kme...@cs... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=817104&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-10-02 19:52:10
|
Bugs item #816776, was opened at 2003-10-02 12:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=816776&group_id=44253 Category: Interactions Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Interactions import of .java files Initial Comment: I am a student at the University of New Orleans. We are all using the same environment SUN OS and all have the same classpaths. Some users are able to import .java files simply by "import Scoreboard.java" others, like myself have to enter the package name before "import labs.Scoreboard.java". The Instrunctors and students have run out of possible reasons for this. Has there been any other users who have this problem? I also use drJava on my home pc Windows XP and have the exact problem. Please Help! my email is kme...@cs... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=816776&group_id=44253 |
From: James I-C. H. <jh...@ow...> - 2003-09-30 23:00:32
|
This is a new development release of DrJava that includes a great deal of bug fixes and a new license change. DrJava is no longer under the GPL license, but instead under our custom "DrJava Open Source License". This change was made primarily because we realized that we bundle code that is not ours and is not under the GPL (e.g. JUnit), prohibiting us from legally using it. You can read about the details of the new license online at drjava.org or in the About dialog in DrJava. Please download and test this release as your primary copy of DrJava at http://drjava.org. Thanks, James |
From: SourceForge.net <no...@so...> - 2003-09-18 21:46:46
|
Bugs item #808937, was opened at 2003-09-18 16: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=808937&group_id=44253 Category: Interactions Group: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Submitted By: Eric E. Allen (eallen) Assigned to: Nobody/Anonymous (nobody) Summary: Interactions reset failure Initial Comment: I tried out the Eclipse plug-in, which worked fine when I first installed it. But now I'm getting the following error: Reset failed! Trying to enter text into interactions after that point causes Eclipse to hang. Starting up DrJava now gives me a similar error: Reset failed! See the console tab for details. The contents of the console tab appear below. Looking at the relevant source code, I suspect the problem may be related to the fact that I'm using a proxy for network access, on port 8080. I'm on Mac OS 10.2.6, JVM 1.4.1_01-24. -- Eric java.lang.IllegalStateException: Interpreter JVM exited before registering, status: 3 at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.slaveQuitDuringStartup(MainJVM.java:729) at edu.rice.cs.util.newjvm.AbstractMasterJVM$2.run(AbstractMasterJVM.java:233) java.lang.IllegalStateException: Interpreter JVM exited before registering, status: 3 at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.slaveQuitDuringStartup(MainJVM.java:729) at edu.rice.cs.util.newjvm.AbstractMasterJVM$2.run(AbstractMasterJVM.java:233) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=808937&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-09-12 19:55:28
|
Feature Requests item #805292, was opened at 2003-09-12 19:55 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=805292&group_id=44253 Category: User interface Group: None Status: Open Priority: 5 Submitted By: Charles Lin (charles_lin) Assigned to: Nobody/Anonymous (nobody) Summary: Emacs-style key bindings? Initial Comment: The default key bindings in Dr. Java appears to be based on Windows editing commands. It would be nice to use "emacs-style" key-bindings for those who are more familar with UNIX environemnt. While the key-bindings can be reprogrammed to behave like emacs, I wonder if that could be a "mode" (thus, you click the button, and it reassigns the keybindings appropriately) for emacs, so that it wouldn't require someone to rebind all the keys. Occasionally, emacs allows for multiple bindings for the same operation, which Dr. Java doesnt seem to permit.I dont know if that would unnecessarily complicate the way Dr Java works. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=805292&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-09-11 18:36:50
|
Bugs item #804635, was opened at 2003-09-11 14:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=804635&group_id=44253 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: P Cause (pcause) Assigned to: Nobody/Anonymous (nobody) Summary: block highlighting only at end of block, not at beginning Initial Comment: If I put the cursor at the brace at the end of a block, the block is highlighted, but a block is not highlighted if I put the cursoor at the opening brace. Kind of defeats the process if I have to find the end of the block to get the block highlighted! using 1.4.2_01. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=804635&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-09-11 18:32:58
|
Feature Requests item #804632, was opened at 2003-09-11 14:32 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=804632&group_id=44253 Category: User interface Group: None Status: Open Priority: 5 Submitted By: P Cause (pcause) Assigned to: Nobody/Anonymous (nobody) Summary: Coloring for brace matching Initial Comment: If you have blank lines in a block, to help readibility, and you are at a brace, the block gets coloroed, but it looks strange because the blank lines have no color applied. This can give a false impresison of which lines comprise the block. It would be nice to color blank lines in a block to the length of the longest line in the block. Actually, coloring the background of all the lines to the length of the longest line in the block will improve the visual identification of a block. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=804632&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-09-09 17:01:44
|
Bugs item #803304, was opened at 2003-09-09 17:01 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=803304&group_id=44253 Category: Config Framework Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Charles Lin (charles_lin) Assigned to: Nobody/Anonymous (nobody) Summary: Uncomment lines wont rebind Initial Comment: I would like to rebind the "Uncomment Lines" to something besides Command-Shift-SLASH. I tried rebinding it to ctrl SLASH. However, everytime I tried applying the new binding, it reset it back to the original binding. I've been able to rebind other keys, but this one doesn't seem to allow me to do it with this function. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=803304&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-09-09 04:17:36
|
Bugs item #802924, was opened at 2003-09-08 21: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=802924&group_id=44253 Category: UI: MacOS X-specific Group: Ugly Status: Open Resolution: None Priority: 5 Submitted By: Hal Perkins (hperkins) Assigned to: Nobody/Anonymous (nobody) Summary: default OS X font is too light Initial Comment: The default font in DrJava's OS X windows is very faint, and is practically invisible when projected in a classroom. The root cause is the antialiasing of the OS X Courier font and is a problem in other applications. Even so, DrJava should come up with a different default font or appropriate display settings so it doesn't have this problem - at least until Apple fixes the root cause. Please fix. Thanks. Hal ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=802924&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-09-08 19:31:07
|
Feature Requests item #802583, was opened at 2003-09-08 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=438938&aid=802583&group_id=44253 Category: Other Group: None Status: Open Priority: 6 Submitted By: James Hsia (jhsia) Assigned to: James Hsia (jhsia) Summary: Improved Documentation Initial Comment: Feature Request received from Charles Lin: The DrJava documentation seems to be rather minimal. Is there any initiative set to extending the documentation. In particular, I think it's missing the following: -- a list of editor commands -- a description of how to handle "projects" (how to manage different projects) -- showing the development of a very simple Java program * initially, Hello World * then something that requires two or more files, using interfaces * a more extensive discussion of what javadoc is and how to use it -- what features are missing (if you use Visual C++ or some other IDE) Having an example and showing how students should develop code should, I would think, be a high priority. The documentation I found with DrJava is about 14 pages, and is about the minimum to do anything, but I would think something closer to 40-50 pages would be better, with several "code along with us" chapters to get someone up to speed. -- Charles ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=802583&group_id=44253 |
From: SourceForge.net <no...@so...> - 2003-09-08 19:30:17
|
Feature Requests item #802519, was opened at 2003-09-08 14: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=802519&group_id=44253 Category: User interface Group: None Status: Open Priority: 5 Submitted By: Charles Lin (charles_lin) Assigned to: Nobody/Anonymous (nobody) Summary: Line numbering Initial Comment: I think it would be convenient to have line numbers on the left-hand side. Perhaps it could be a toggled option for those who don't like to see line numbers. The debugger usually indicates a line number where an error occurs, and I suppose that's "clickable", but at times, I would still like to see line numbers. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=802519&group_id=44253 |
From: Eliot F. v. RT <new...@fr...> - 2003-09-06 20:26:40
|
Sorry I didn't reply. You're message was marked as spam accidentally (I expect it was the clickable URL). Belatedly, I'm perfectly fine with James taking ownership of the project. Sorry again. Eliot --- Headers Follow --- >From ef...@ri... Sat Sep 6 13:26:07 2003 Return-Path: <ef...@ri...> Delivered-To: new...@fr... Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.freshmeat.net (Postfix) with ESMTP id 12239CBAA6 for <new...@fr...>; Sat, 6 Sep 2003 13:26:07 -0700 (PDT) Received: from ms-smtp-01.texas.rr.com (ms-smtp-01.texas.rr.com [24.93.36.229]) by mail.freshmeat.net (Postfix) with ESMTP id A32E0CBAA2 for <new...@fr...>; Sat, 6 Sep 2003 13:25:34 -0700 (PDT) Received: from chupacabra (cs671088-70.houston.rr.com [67.10.88.70]) by ms-smtp-01.texas.rr.com (8.12.5/8.12.2) with SMTP id h86KPXQX017725 for <new...@fr...>; Sat, 6 Sep 2003 15:25:33 -0500 (CDT) Message-ID: <002a01c374b4$63eb34c0$6b01a8c0@chupacabra> From: "Eliot Flannery" <ef...@ri...> To: "Jeff Covey via RT" <new...@fr...> References: <200...@ma...> Subject: Re: [DrJava] [fm #31179] (news-admins) Submission report - DrJava update Date: Sat, 6 Sep 2003 15:21:00 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 -------------------------------------------- Managed by Request Tracker |
From: SourceForge.net <no...@so...> - 2003-09-05 02:41:28
|
Bugs item #800835, was opened at 2003-09-04 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=800835&group_id=44253 Category: UI: MacOS X-specific Group: Ugly Status: Open Resolution: None Priority: 5 Submitted By: Fernando Pereira (fcnpereira) Assigned to: Nobody/Anonymous (nobody) Summary: Interactions pane doesn't support Unicode output. Initial Comment: The interactions pane allows me to use Unicode for Kanji characters in string constants, but prints them out as gobbledegook. For an example, enter (Kanji for Mt. Fuji) "???" on the interactions pane. Not a big deal, but awkward for showing Unicode examples. I've not investigated if I can tweak this by playing with default encodings, will do so later. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=800835&group_id=44253 |
From: Jeff C. v. RT <new...@fr...> - 2003-09-04 22:20:43
|
Since you haven't replied, I've approved this change. new...@fr... wrote (Tue, Sep 2 2003 16:18:20): > The following notes are in response to your recent freshmeat.net submission: > > - James Hsia <jh...@ri...> has requested ownership of the freshmeat > record for your project. Do you approve this change? If you are not > sure what this means, please see http://freshmeat.net/faq/view/46/. > > Sincerely, > jeff covey > <new...@fr...> -------------------------------------------- Managed by Request Tracker |