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...> - 2004-10-26 14:15:42
|
Bugs item #1054612, was opened at 2004-10-26 09:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1054612&group_id=44253 Category: Interactions Group: None Status: Open Resolution: None Priority: 5 Submitted By: fred hosch (fredcsunoedu) Assigned to: Nobody/Anonymous (nobody) Summary: java.util.Scanner.next() in interactions pane Initial Comment: running drJava version 20040908-2125, j2re build 1.5.0-rc-b63, solaris 2.0 in sun4u. (problem does not occur with drJava version 20040331-0037.). in the interactions pane: > java.util.Scanner in = new java.util.Scanner(System.in); > in.next() AmbiguousMethodException: Both methods match: public volatile java.lang.Object java.util.Scanner.next(), and public java.lang.String java.util.Scanner.next() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1054612&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-10-25 18:41:42
|
Bugs item #1053959, was opened at 2004-10-25 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=438935&aid=1053959&group_id=44253 Category: Interactions Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Fernando Pereira (fcnpereira) Assigned to: Nobody/Anonymous (nobody) Summary: missing type info in interactions with generics Initial Comment: DrJava version: 20040908-2125 JVM version: 1.5.0-beta2-b51 Architecture: i386 OS: Linux 2.4.21 The interactions interpreter seems to lose type information relative to methods in generic classes/interfaces: Welcome to DrJava. > import java.util.*; > List<String> l = new ArrayList<String>(); > l.add("a"); > String s = "c"; > s.concat(l.get(1)) Error: No 'concat' method in 'java.lang.String' with arguments: (java.lang.Object) -- F ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1053959&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-10-23 19:16:17
|
Bugs item #1052872, was opened at 2004-10-23 20:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1052872&group_id=44253 Category: Other Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: George Richard Russell (grrussel) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot execute 'Main' with specified arguments Initial Comment: It would be nice to be able to execute a class from DrJava with specified arguments i.e. if DrJava would prompt for any command line arguments to be passed to the executed program via the args array parameter of main. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1052872&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-10-22 04:04:46
|
Bugs item #1051947, was opened at 2004-10-22 00: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=1051947&group_id=44253 Category: Interactions Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Fernando Pereira (fcnpereira) Assigned to: Nobody/Anonymous (nobody) Summary: OS X: WrongVersionException Initial Comment: 20040908-2125 on OS X, with JSR-14 v2.4. Interactions pane does not allow generics syntax: Welcome to DrJava. > import nhUtilities.containers.*; > List<String> l = new DefaultList<String>(); WrongVersionException: Generics are not supported before Java 1.5 This is very incolvenient when trying to teach generics until Java 1.5 is released for OS X, which is not likely to happen before Spring 2005. -- F ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1051947&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-10-21 08:03:40
|
Bugs item #1051305, was opened at 2004-10-21 01: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=1051305&group_id=44253 Category: Compiler integration Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: incompatible tools.jar of JDK-1.5 stable Initial Comment: Dear all. I just upgraded my jdk from 1.4.x to the newest 1.5.0. Suddenly drJava complains that it cannot find the tools.jar. I have manually pointed the correct location, but drJava said the tools.jar is incompatible. I tried to open the older tools.jar from jdk-1.4, it was working. Searching this problem on google found nothing. So ... I reported here. If you don't have this problem, please tell me quickly. Probably I made mistake on installing the JDK-1.5. Thank you. ------- k0c1l-at-yahoo.com ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1051305&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-10-18 22:06:39
|
Bugs item #1049614, was opened at 2004-10-18 15:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1049614&group_id=44253 Category: Other Group: Crashes Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: I broke drjava somehow Initial Comment: java.lang.IllegalArgumentException: At Start at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenLi st$Iterator._moveLeft(TokenList.java:336) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenLi st$Iterator._move(TokenList.java:263) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenLi st$Iterator.move(TokenList.java:239) at edu.rice.cs.drjava.model.definitions.reducedmodel.Reduce dModelBrace.move(ReducedModelBrace.java:145) at edu.rice.cs.drjava.model.definitions.reducedmodel.Reduce dModelControl.move(ReducedModelControl.java:95) at edu.rice.cs.drjava.model.AbstractDJDocument.move (AbstractDJDocument.java:526) at edu.rice.cs.drjava.model.AbstractDJDocument.setCurrent Location(AbstractDJDocument.java:505) at edu.rice.cs.drjava.model.AbstractDJDocument.getHighligh tStatus(AbstractDJDocument.java:281) at edu.rice.cs.drjava.model.definitions.ColoringView.drawUns electedText(ColoringView.java:211) at javax.swing.text.PlainView.drawElement (Unknown Source) at javax.swing.text.PlainView.drawLine (Unknown Source) at javax.swing.text.PlainView.paint(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.paint (Unknown Source) at javax.swing.plaf.basic.BasicTextUI.paintSafely(Unknown Source) at javax.swing.plaf.basic.BasicTextUI.paint (Unknown Source) at javax.swing.plaf.basic.BasicTextUI.update (Unknown Source) at javax.swing.JComponent.paintComponent (Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.paintComponent (DefinitionsPane.java:705) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JViewport.blitDoubleBuffered (Unknown Source) at javax.swing.JViewport.windowBlitPaint (Unknown Source) at javax.swing.JViewport.setViewPosition (Unknown Source) at javax.swing.plaf.basic.BasicScrollPaneUI$VSBChangeListe ner.stateChanged(Unknown Source) at javax.swing.DefaultBoundedRangeModel.fireStateChanged (Unknown Source) at javax.swing.DefaultBoundedRangeModel.setRangeProperti es(Unknown Source) at javax.swing.DefaultBoundedRangeModel.setValue (Unknown Source) at javax.swing.JScrollBar.setValue(Unknown Source) at javax.swing.plaf.basic.BasicScrollBarUI.scrollByUnits (Unknown Source) at javax.swing.plaf.basic.BasicScrollPaneUI$MouseWheelHan dler.mouseWheelMoved(Unknown Source) at java.awt.Component.processMouseWheelEvent(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.dispatchMouseWheelToAncestor (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.pumpOneEventForHierarch y(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) gremmert@u.washington.edu ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1049614&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-10-18 19:28:54
|
Feature Requests item #1049515, was opened at 2004-10-18 14:28 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=1049515&group_id=44253 Category: Interactions Group: None Status: Open Priority: 5 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Allow redefinition in interactions pane Initial Comment: From the interactions pane: > int i = 3 > int i = 4 Error: Redefinition of 'i' As the Java language dictates, this is an error. But since the language used in the interactions pane isn't *really* Java anyway, why not allow a looser interpretation of the above code, and simply replace the old definition of 'i' with a new one? This error shows up a lot when some mistake is made in defining a variable. For example: > MyObject o = [long, complex expression here] [user notices a mistake in the expression and presses 'up'] > MyObject o = [long, complex, modified expression here] Error: Redefinition of 'MyObject' It seems obvious in such cases that the user wants to bind 'o' to the second instance. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1049515&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-10-18 19:03:39
|
Bugs item #1049488, was opened at 2004-10-18 19: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=1049488&group_id=44253 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Dyrby Jensen (dyrby76) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException Initial Comment: When I compile all files when having several files open, but one is an untitled non changed file. It ask if I want to save this file. I say choose not to, and I get this NullPointerException! It doesn't happen everytime, but on occassionally. This is from the newest version of drjava from the CVS. java.lang.NullPointerException at java.util.LinkedList.remove(LinkedList.java:647) at java.util.LinkedList.remove(LinkedList.java:221) at edu.rice.cs.drjava.model.cache.DocumentCache.updatelru(DocumentCache.java:162) at edu.rice.cs.drjava.model.cache.DocumentCache.get(DocumentCache.java:107) at edu.rice.cs.drjava.model.DefaultGlobalModel$ConcreteOpenDefDoc.getDocument(DefaultGlobalModel.java:2508) at edu.rice.cs.drjava.model.DefaultGlobalModel$ConcreteOpenDefDoc.isModifiedSinceSave(DefaultGlobalModel.java:2985) at edu.rice.cs.drjava.model.DefaultGlobalModel$6.toString(DefaultGlobalModel.java:1074) at javax.swing.DefaultListCellRenderer.getListCellRendererComponent(DefaultListCellRenderer.java:98) at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1134) at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1084) at javax.swing.plaf.basic.BasicListUI.getPreferredSize(BasicListUI.java:353) at javax.swing.JComponent.getPreferredSize(JComponent.java:1582) at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:769) at java.awt.Container.layout(Container.java:1401) at java.awt.Container.doLayout(Container.java:1390) at java.awt.Container.validateTree(Container.java:1473) at java.awt.Container.validate(Container.java:1448) at javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.java:379) at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:113) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1049488&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-10-13 20:07:13
|
Bugs item #1046566, was opened at 2004-10-13 20:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1046566&group_id=44253 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Dyrby Jensen (dyrby76) Assigned to: Nobody/Anonymous (nobody) Summary: Code in InteractionsPane make DrJava Hang Initial Comment: When the code shown below is executed in the InteractionsPane DrJava hangs. Even the reset button can not be pressed. We should be able to kill the Jvm related to the InteractionsPane by resetting. Here is the code: ----- class A{ A(){ this.main(); } public static void main(String[] args){ new A(); } } A a = new A(); ----- If this code is executing from the definitionsPane we get a stack overflow error, which we would expect. Also note that if we do a: "while(true){}" in the interactionsPane we actually CAN use the reset button. The whole reason for having two JVMS is to be able to keep DrJava running even if the code executed fails or get stuck. So this should be fixed! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1046566&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-10-10 16:45:34
|
Bugs item #1044083, was opened at 2004-10-10 09:45 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=1044083&group_id=44253 Category: Compiler integration Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: lots of errors Initial Comment: java.lang.IllegalArgumentException: Moved into tail at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenL ist$Iterator._moveRight(TokenList.java:311) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenL ist$Iterator._move(TokenList.java:272) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenL ist$Iterator.move(TokenList.java:251) at edu.rice.cs.drjava.model.definitions.reducedmodel.Reduce dModelBrace.move(ReducedModelBrace.java:145) at edu.rice.cs.drjava.model.definitions.reducedmodel.Reduce dModelControl.move(ReducedModelControl.java:95) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument. move(DefinitionsDocument.java:829) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument. setCurrentLocation(DefinitionsDocument.java:810) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument. getHighlightStatus(DefinitionsDocument.java:2223) at edu.rice.cs.drjava.model.definitions.ColoringView.drawUns electedText(ColoringView.java:137) at javax.swing.text.PlainView.drawElement(Unknown Source) at javax.swing.text.PlainView.drawLine (Unknown Source) at javax.swing.text.PlainView.paint (Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.paint (Unknown Source) at javax.swing.plaf.basic.BasicTextUI.paintSafely(Unknown Source) at javax.swing.plaf.basic.BasicTextUI.paint (Unknown Source) at javax.swing.plaf.basic.BasicTextUI.update(Unknown Source) at javax.swing.JComponent.paintComponent (Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.paintComponent (DefinitionsPane.java:758) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint (Unknown Source) at javax.swing.JViewport.paint (Unknown Source) at javax.swing.JComponent.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JSplitPane.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JSplitPane.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint (Unknown Source) at javax.swing.JComponent.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JLayeredPane.paint(Unknown Source) at javax.swing.JComponent.paintChildren (Unknown Source) at javax.swing.JComponent.paint (Unknown Source) at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source) at sun.awt.SunGraphicsCallback.runOneComponent (Unknown Source) at sun.awt.SunGraphicsCallback.runComponents(Unknown Source) at java.awt.Container.paint(Unknown Source) at sun.awt.RepaintArea.paint(Unknown Source) at sun.awt.windows.WComponentPeer.handleEvent (Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent (Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarch y(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) That is the error. It happened after i hit the compile all button. The error box came up repeatedly until I finally had to use ctrl-alt-del to exit Dr Java. This is the about for my Dr Java: DrJava Version : 20040326-2216 DrJava Configuration file: C:\Documents and Settings\BrentC\.drjava Copyright © 2001-2003 JavaPLT group at Rice University (ja...@ri...) See http://www.drjava.org for more information on DrJava or to obtain the latest version of the program or its source code. DrJava is free software; you can redistribute it and/or modify it under the terms of the DrJava Open Source License. A copy of the license should have been included in the documentation for this software. I am using j2sdk1.4.2_05 with Windows XP home edition. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1044083&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-29 03:17:19
|
Bugs item #1036751, was opened at 2004-09-28 20: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=1036751&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: npe when hit Test button Initial Comment: java.lang.NullPointerException at javax.swing.text.PlainView.updateMetrics(PlainView.java:188) at javax.swing.text.PlainView.lineToRect(PlainView.java:586) at javax.swing.text.PlainView.modelToView(PlainView.java:324) at javax.swing.text.View.modelToView(View.java:629) at javax.swing.text.DefaultHighlighter$DefaultHighlightPainter.paintLayer(DefaultHighlighter.java:446) at javax.swing.text.DefaultHighlighter$LayeredHighlightInfo.paintLayeredHighlights(DefaultHighlighter.java:533) at javax.swing.text.DefaultHighlighter.paintLayeredHighlights(DefaultHighlighter.java:275) at javax.swing.text.PlainView.paint(PlainView.java:283) at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicTextUI.java:1351) at javax.swing.plaf.basic.BasicTextUI.paintSafely(BasicTextUI.java:642) at javax.swing.plaf.basic.BasicTextUI.paint(BasicTextUI.java:791) at javax.swing.plaf.basic.BasicTextUI.update(BasicTextUI.java:759) at javax.swing.JComponent.paintComponent(JComponent.java:740) at edu.rice.cs.drjava.ui.DefinitionsPane.paintComponent(DefinitionsPane.java:705) at javax.swing.JComponent.paint(JComponent.java:1003) at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4930) at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4883) at javax.swing.JComponent._paintImmediately(JComponent.java:4826) at javax.swing.JComponent.paintImmediately(JComponent.java:4633) 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:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1036751&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-27 16:15:11
|
Bugs item #1035568, was opened at 2004-09-27 10:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1035568&group_id=44253 Category: Javadoc integration Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: Preview Javadoc in Stable and Beta Initial Comment: I am running into problems with both stable and beta with the preveiw javadoc feature. When I select the command from the menu, DrJava opens up the "Javadoc Output" tab and reports "Javadoc generated successfully." Though, when my browser launches I get a "file:/C:/DOCUME~1/BR0706~1.PRI/LOCALS~1/Temp /DrJava-javadoc56760/com/privacyinc/client/Agent.html" error. Upon inspection of the file system, I see that the directory path exists up to and including DrJava-javadoc56760 but that DrJava-javadoc56760 itself is empty. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1035568&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-27 05:56:32
|
Bugs item #1035275, was opened at 2004-09-27 00:56 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=1035275&group_id=44253 Category: Language Levels Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Adam Wulf (awulf) Assigned to: Nobody/Anonymous (nobody) Summary: null pointer exception without source file location with dj0 Initial Comment: the attached source file will compile in full java, but gives back a null pointer exception with no source location when compiled in beginner level. this bug came up when running 1.4.2_2 on a mac, and 1.4.2_5 on a pc (win xp) to reproduce the bug: open drjava. load file. set level to elementary. compile. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1035275&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-25 02:23:43
|
Bugs item #1034414, was opened at 2004-09-24 19:23 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=1034414&group_id=44253 Category: Eclipse Plug-in Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Dr. Java Eclipse Plugin Initial Comment: The latest Dr Java plugin v0.9.5 for Eclipse does not load when I restart the workbench. It does not appear in the perspectives list or in the preferences menu. However, 0.9.4 works properly. Windows XP Professional (SP1) Eclipse 3.0.1 Dr. Java Plugin 0.9.5 Java 1.4.2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1034414&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-24 17:08:16
|
Feature Requests item #1034199, was opened at 2004-09-24 17:08 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=1034199&group_id=44253 Category: Interactions Group: Unknown size Status: Open Priority: 5 Submitted By: Charles Reis (csreis) Assigned to: Nobody/Anonymous (nobody) Summary: System.out/err coloring Initial Comment: Now that the Interactions Pane has very nice syntax coloring (great job!), the colors for System.out and System.err text are a little less distinguishing. Perhaps a box (consistent with our System.in and DrScheme's input and output boxes) around System.out and System.err text would be clearer. This would have the added benefit of helping intro students differentiate between methods that return Strings and methods that print to System.out (which was a big issue in our intro courses at UW). This gets complex when trying to figure out when to create a new box and when to add text to an existing box, notably with multithreaded programs. Worth a discussion, at any rate. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1034199&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-24 16:31:54
|
Bugs item #1034173, was opened at 2004-09-24 10: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=1034173&group_id=44253 Category: User interface Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: Help pages in drjava-beta-20040908 Initial Comment: The help pages do not load correcting in drjava-beta-20040908. Intead, the panels make references to ant commands needed to enable help. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1034173&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-24 16:30:33
|
Bugs item #1034172, was opened at 2004-09-24 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=1034172&group_id=44253 Category: Interactions Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: System.in in drjava-beta-20040908 Initial Comment: Hey guys, Just wanted to let you know I'm having problems with the interactions pane reacting to System.in.read() calls in drjava-beta-20040908. I can't get that cool black border input box to appear. The same code works fine in stable. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1034172&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-23 05:23:21
|
Bugs item #1033144, was opened at 2004-09-22 22:23 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=1033144&group_id=44253 Category: UI: MacOS X-specific Group: Crashes Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Dr Java Crash when run through an Owlnet Xterm Initial Comment: When I xterm to an owlnet server and run "drjava &" it returns a message that says " arcadien% Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct " . It still launches the little splash screen and occasionally brings up the full window, but will shortly thereafter be crashed or killed. Thanks everyone, Jeff Morrow mo...@ri... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1033144&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-20 03:00:34
|
Bugs item #1030981, was opened at 2004-09-19 20:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1030981&group_id=44253 Category: Compiler integration Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Out of bounds exception when selecting class Initial Comment: Submitted by Heather Johnston, hea...@ri... With a project open, selecting another class generates an array out of bounds exception even though my files compile. This happened first after I'd been working in Dr. Java for about 30min and is now happening every 5 min or so. I'm not sure if it is running my program from the main method after I receive the error. Error: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1 at java.util.Vector.get(Unknown Source) at javax.swing.plaf.basic.BasicDirectoryModel.getElementAt(Unknown Source) at javax.swing.JList.getSelectedValues(Unknown Source) at javax.swing.plaf.basic.BasicFileChooserUI$Handler.valueChanged(Unknown Source) at javax.swing.JList.fireSelectionValueChanged(Unknown Source) at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.removeIndexInterval(Unknown Source) at javax.swing.plaf.basic.BasicListUI$Handler.intervalRemoved(Unknown Source) at javax.swing.AbstractListModel.fireIntervalRemoved(Unknown Source) at javax.swing.plaf.basic.BasicDirectoryModel.access$500(Unknown Source) at javax.swing.plaf.basic.BasicDirectoryModel$DoChangeContents.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ______________________________________ Help about info: DrJava Version : 20040825-2108 DrJava Configuration file: C:\Documents and Settings\Heather Johnston\.drjava Copyright © 2001-2003 JavaPLT group at Rice University (ja...@ri...) See http://www.drjava.org for more information on DrJava or to obtain the latest version of the program or its source code. DrJava is free software; you can redistribute it and/or modify it under the terms of the DrJava Open Source License. A copy of the license should have been included in the documentation for this software. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1030981&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-14 21:19:40
|
Bugs item #1028211, was opened at 2004-09-14 23: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=1028211&group_id=44253 Category: Interactions Group: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Submitted By: Timo Rauchhaupt (timor) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException when closing DrJava Initial Comment: I have got this exception, when I closed DrJava by clicking the X in the application frame upper right corner. This is occurred after I came back to DrJava from another program. DrJava Version : 20040825-2108 java.vm.vendor Sun Microsystems Inc. java.vm.version 1.4.2_05-b04 os.arch i386 os.name Linux os.version 2.4.22-32tex java.lang.NullPointerException at edu.rice.cs.util.docnavigation.JTreeSortNavigator.removeNode(JTreeSortNavigator.java:405) at edu.rice.cs.util.docnavigation.JTreeSortNavigator.removeDocument(JTreeSortNavigator.java:393) at edu.rice.cs.drjava.model.DefaultGlobalModel.closeFileWithoutPrompt(DefaultGlobalModel.java:1562) at edu.rice.cs.drjava.model.DefaultGlobalModel.closeFile(DefaultGlobalModel.java:1538) at edu.rice.cs.drjava.model.DefaultSingleDisplayModel.closeFile(DefaultSingleDisplayModel.java:348) at edu.rice.cs.drjava.model.DefaultSingleDisplayModel.closeAllFiles(DefaultSingleDisplayModel.java:387) at edu.rice.cs.drjava.model.DefaultGlobalModel.quit(DefaultGlobalModel.java:1591) at edu.rice.cs.drjava.ui.MainFrame._quit(MainFrame.java:3168) at edu.rice.cs.drjava.ui.MainFrame.access$4600(MainFrame.java:105) at edu.rice.cs.drjava.ui.MainFrame$86.windowClosing(MainFrame.java:1485) at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:291) at java.awt.Window.processWindowEvent(Window.java:1121) at javax.swing.JFrame.processWindowEvent(JFrame.java:266) at java.awt.Window.processEvent(Window.java:1079) at java.awt.Component.dispatchEventImpl(Component.java:3615) at java.awt.Container.dispatchEventImpl(Container.java:1627) at java.awt.Window.dispatchEventImpl(Window.java:1606) at java.awt.Component.dispatchEvent(Component.java:3477) at java.awt.EventQueue.dispatchEvent(EventQueue.java:456) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1028211&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-13 13:10:47
|
Bugs item #1027217, was opened at 2004-09-13 15: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=1027217&group_id=44253 Category: UI: MacOS X-specific Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Roy (jproy) Assigned to: Nobody/Anonymous (nobody) Summary: problem with french keyboard Initial Comment: I'm using MacOS-X 10.3.5 (french) and DrJava 20040908-2125 and I can't get [ ] with my keyboard. It seems that the bug was also in some previous versions. It's ok with {}. At the toplevel, everything is fine ! Thanks, courses start within 15 days :-( ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1027217&group_id=44253 |
From: SourceForge.net <no...@so...> - 2004-09-13 02:48:51
|
Bugs item #1026989, was opened at 2004-09-12 19:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1026989&group_id=44253 Category: None Group: Could cause data loss Status: Open Resolution: None Priority: 6 Submitted By: Neal Horowitz (nrhorowitz) Assigned to: Nobody/Anonymous (nobody) Summary: Quits despite unsaved file Initial Comment: When closing DrJava with a modified file, choosing "Yes" (I want to save the file), then choosing cancel at the file chooser, DrJava still quits. However, since the file was never saved, DrJava should not have quit. This bug does not occur in the 6-23 development release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1026989&group_id=44253 |
From: Neal H. <nr...@ri...> - 2004-09-10 19:33:09
|
An updated release for the DrJava Plug-in for Eclipse is now available. This plug-in provides an Interactions Pane and a simplified user interface to Eclipse through a "DrJava Perspective." In addition to fixing a critical error on the Macintosh JVM, the new plug-in includes full support for the language extensions in Java 1.5, including generics, varargs, and auto-boxing. For more information, see our Eclipse plug-in page (http://drjava.sf.net/eclipse.shtml). Neal |
From: Moez A. Abdel-G. <mo...@cs...> - 2004-09-09 05:00:41
|
This release of DrJava is a candidate stable release. The release includes some new features and further more bug fixes. Since the latest stable release, we have added three major features: full support in the Interactions pane of DrJava for the upcoming Java 1.5, as well as the Definitions pane, three Java language levels (language subsets) that aim to aid in smoothing the Java language learning curve, and, for advanced developers, support for projects. Since the latest development release, we have added a directory chooser that uses a tree view of the file system, support to compile and test entire DrJava projects, support for auxiliary and external files in projects, more consistency in the behavior and look of the definitions pane and interactions pane, support in the Interactions pane for the new '&' Java 1.5 generics syntax, and, finally, added also an 'Advanced' language level. We fixed issues that prevented running a new DrJava from within DrJava, as well as issues in the Intermediate language level. Please download and test this release as your primary copy of DrJava. -Moez |
From: SourceForge.net <no...@so...> - 2004-09-05 18:32:15
|
Feature Requests item #1022684, was opened at 2004-09-05 12: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=1022684&group_id=44253 Category: Project Facility Group: Small (< 1 pair-week) Status: Open Priority: 5 Submitted By: Eric Cheng (ericcheng) Assigned to: Nobody/Anonymous (nobody) Summary: Prompt if project "Build" directory does not exist Initial Comment: It would be nice if DrJava can ask if the user wants to create a "Build" directory if the one specified in the project settings does not exist. When loading somebody else's project, say, grading, you really don't want to inspect each user's settings and create the build directory by hand. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1022684&group_id=44253 |