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...> - 2005-11-16 20:33:52
|
Bugs item #1358423, was opened at 2005-11-16 13:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1358423&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: Annoying Status: Open Resolution: None Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: InvalidPackageException Initial Comment: DrJava: 20051008-0122 When the declared package name of the .java file does not line up with the file structure of the OS compiling generates the UnexpectedException listed below. I'd rather see this exception caught and a notification printed to the compile window than escalating it to the UnexpectedException. edu.rice.cs.drjava.model.definitions.InvalidPackageException: The source file C:\Program Files\Research In Motion\BlackBerry JDE 4.0.2\bin\coair\utils\Condition.java is in the wrong directory or in the wrong package. The directory name utils does not match the package component util. at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc._getSourceRoot(AbstractGlobalModel.java:2589) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getSourceRoot(AbstractGlobalModel.java:2520) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compile(DefaultCompilerModel.java:260) at edu.rice.cs.drjava.ui.MainFrame._compile(MainFrame.java:2875) at edu.rice.cs.drjava.ui.MainFrame.access$3200(MainFrame.java:95) at edu.rice.cs.drjava.ui.MainFrame$35.actionPerformed(MainFrame.java:610) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsPane.java:517) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1358423&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-11-16 17:24:33
|
Feature Requests item #1358258, was opened at 2005-11-16 09:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1358258&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 Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: reusing VM in eclipse Initial Comment: Hi, Does the eclipse plugin need to launch another VM ? This will probably make it harder to integrate, and takes up more resources ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1358258&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-11-16 11:41:13
|
Feature Requests item #1358050, was opened at 2005-11-16 03: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=1358050&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 Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: eclipse plugin doesn't reload classes Initial Comment: Hi, I noticed that even if I change a class or method, the eclipse interactions pane doesn't load the updated version, I have to reinitialize the interactions. Can this be improved ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1358050&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-11-15 16:09:26
|
Bugs item #1357454, was opened at 2005-11-15 09: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=1357454&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: Crashes Status: Open Resolution: None Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: Compile All make UI unresponsive Initial Comment: DrJava 20051008-0122 Been having intermittent, but frequent problems with the Compile All button. About half the time I start a DrJava session and click "Compile All" for the first time the UI freezes and the program becomes unresponsive. Generally the main JFrame window just goes "not responding to repaint" gray. When this occurs the CPU utilization is all quiet... so it feels like a concurrency issue to me. However, if my first Compile All succeeds normally for a session, the remainder of my session seems problem free. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1357454&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-11-14 01:28:30
|
Feature Requests item #1356179, was opened at 2005-11-13 17:27 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=1356179&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 Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: show array elements value in debugger Initial Comment: I've just started to use DR Java's debugger, but I found that it can't show the elements of array let's say i have an array "int[] a={1,2,10,4,5,6,8,7,9,3}" and in my program i want to sort them. therefore, i'll need to see what's currently in each of 10 elements and the current element. I used another integer "int count" to be the dynamic index to run again and again in each loop until things are sorted as user desire. but i tried "a[move]" and "a[1]....a[10]" for these two format, debugger said "not found". therefore, I would like to request this feature to be included in the next release, thanks. Also, I found a weird bug in the latest Dr. Java. It seem to eat alot of system resource on windows2000. I don't know if it's my system's problem or what, but when I debugging and the variable"int count" runs to 9. if I switch to another window and do something else, then switch back to Dr. Java windows and press "Step into". The button will kept pressed and Dr. Java freeze. And my CPU usage stays at 100%, then I can only do the hardware reset to reboot my computer because even the task manager won't be able to pop out within 30 minutes or in the near future. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1356179&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-11-13 21:34:24
|
Feature Requests item #1356085, was opened at 2005-11-13 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=1356085&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 Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: show array elements value in debugger Initial Comment: I've just started to use DR Java's debugger, but I found that it can't show the elements of array let's say i have an array "int[] a={1,2,10,4,5,6,8,7,9,3}" and in my program i want to sort them. therefore, i'll need to see what's currently in each of 10 elements and the current element. I used another integer "int count" to be the dynamic index to run again and again in each loop until things are sorted as user desire. but i tried "a[move]" and "a[1]....a[10]" for these two format, debugger said "not found". therefore, I would like to request this feature to be included in the next release, thanks. Also, I found a weird bug in the latest Dr. Java. It seem to eat alot of system resource on windows2000. I don't know if it's my system's problem or what, but when I debugging and the variable"int count" runs to 9. if I switch to another window and do something else, then switch back to Dr. Java windows and press "Step into". The button will kept pressed and Dr. Java freeze. And my CPU usage stays at 100%, then I can only do the hardware reset to reboot my computer because even the task manager won't be able to pop out within 30 minutes or in the near future. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1356085&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-11-01 06:17:02
|
Bugs item #1344570, was opened at 2005-11-01 14: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=1344570&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: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Submitted By: Nor Jaidi Tuah (norjaidi) Assigned to: Nobody/Anonymous (nobody) Summary: clone() failure in interactions panel Initial Comment: The following: > Integer[] z = new Integer[9]; > z.clone() gives NullPointerException: (no other message, just NullPointerException). I also tried: ((Object[])z).clone() // array Result: ok when compiled and run inside a class. But, NullPointerException when entered directly into the interactions panel. I also tried: ((Object)z).clone() Result: Compile error. Object.clone() is protected. But, ok when entered directly into the interactions panel!!! DrJava Version : 20050814-2234 OS : Linux JDK : 1.5.0_03 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1344570&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-10-26 17:28:59
|
Bugs item #1338665, was opened at 2005-10-26 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=1338665&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: Crashes Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: runtime exception occured Initial Comment: As I was compiling unfinished prog - a Simple NIM for my college projects - error occured JDK 1.5.05 if you try to compile the project attached, although it's unfinished, DrJava will trow same error again. See attached Stack Copy: edu.rice.cs.util.UnexpectedException: javax.swing.text.BadLocationException: Invalid location at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset(CompilerErrorModel.java:248) at edu.rice.cs.drjava.ui.ErrorCaretListener.updateHighlight(ErrorCaretListener.java:93) at edu.rice.cs.drjava.ui.ErrorCaretListener.caretUpdate(ErrorCaretListener.java:71) at javax.swing.text.JTextComponent.fireCaretUpdate(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(Unknown Source) at javax.swing.text.DefaultCaret.fireStateChanged(Unknown Source) at javax.swing.text.DefaultCaret.changeCaretPosition(Unknown Source) at javax.swing.text.DefaultCaret.handleSetDot(Unknown Source) at javax.swing.text.DefaultCaret.setDot(Unknown Source) at javax.swing.text.DefaultCaret$Handler.removeUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireRemoveUpdate(Unknown Source) at javax.swing.text.AbstractDocument.handleRemove(Unknown Source) at javax.swing.text.AbstractDocument.remove(Unknown Source) at edu.rice.cs.util.text.SwingDocument.remove(SwingDocument.java:165) at edu.rice.cs.drjava.model.AbstractDJDocument.remove(AbstractDJDocument.java:1442) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.remove(DefinitionsDocument.java:390) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.clear(AbstractGlobalModel.java:2869) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.revertFile(AbstractGlobalModel.java:2417) at edu.rice.cs.drjava.ui.MainFrame._revert(MainFrame.java:2748) at edu.rice.cs.drjava.ui.MainFrame.access$2800(MainFrame.java:95) at edu.rice.cs.drjava.ui.MainFrame$30.actionPerformed(MainFrame.java:554) 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) 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:2652) at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset(CompilerErrorModel.java:245) ... 48 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:2652) at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset(CompilerErrorModel.java:245) at edu.rice.cs.drjava.ui.ErrorCaretListener.updateHighlight(ErrorCaretListener.java:93) at edu.rice.cs.drjava.ui.ErrorCaretListener.caretUpdate(ErrorCaretListener.java:71) at javax.swing.text.JTextComponent.fireCaretUpdate(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(Unknown Source) at javax.swing.text.DefaultCaret.fireStateChanged(Unknown Source) at javax.swing.text.DefaultCaret.changeCaretPosition(Unknown Source) at javax.swing.text.DefaultCaret.handleSetDot(Unknown Source) at javax.swing.text.DefaultCaret.setDot(Unknown Source) at javax.swing.text.DefaultCaret$Handler.removeUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireRemoveUpdate(Unknown Source) at javax.swing.text.AbstractDocument.handleRemove(Unknown Source) at javax.swing.text.AbstractDocument.remove(Unknown Source) at edu.rice.cs.util.text.SwingDocument.remove(SwingDocument.java:165) at edu.rice.cs.drjava.model.AbstractDJDocument.remove(AbstractDJDocument.java:1442) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.remove(DefinitionsDocument.java:390) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.clear(AbstractGlobalModel.java:2869) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.revertFile(AbstractGlobalModel.java:2417) at edu.rice.cs.drjava.ui.MainFrame._revert(MainFrame.java:2748) at edu.rice.cs.drjava.ui.MainFrame.access$2800(MainFrame.java:95) at edu.rice.cs.drjava.ui.MainFrame$30.actionPerformed(MainFrame.java:554) 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=1338665&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-10-24 03:04:27
|
Bugs item #1335905, was opened at 2005-10-23 20: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=1335905&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: Crashes Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException while using interactions window Initial Comment: DrJava Version : 20050814-2234 On Mac OS10.4, JDK 1.5 Hi, I don't have a sourceforge account, but my e-mail is: tim...@ho.... I was doing my homework, using the interaction and the bug came up. (Running the main method from the interaction) Here's the trace and the source code: java.lang.NullPointerException at javax.swing.text.StyledEditorKit$AttributeTracker.updateInputAttributes(StyledEditorKit.java:223) at javax.swing.text.StyledEditorKit$AttributeTracker.caretUpdate(StyledEditorKit.java:258) at javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:367) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:3232) at javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:3254) at javax.swing.text.DefaultCaret.fireStateChanged(DefaultCaret.java:776) at apple.laf.AquaCaret.fireStateChanged(AquaCaret.java:50) at javax.swing.text.DefaultCaret.changeCaretPosition(DefaultCaret.java:1206) at javax.swing.text.DefaultCaret.handleSetDot(DefaultCaret.java:1114) at javax.swing.text.DefaultCaret.setDot(DefaultCaret.java:1095) at javax.swing.text.DefaultCaret.setDot(DefaultCaret.java:1023) at javax.swing.text.JTextComponent.setCaretPosition(JTextComponent.java:1400) at edu.rice.cs.drjava.ui.AbstractDJPane.setCaretPosition(AbstractDJPane.java:135) at edu.rice.cs.drjava.ui.AbstractConsoleController.moveTo(AbstractConsoleController.java:366) at edu.rice.cs.drjava.ui.AbstractConsoleController.moveToEnd(AbstractConsoleController.java:350) at edu.rice.cs.drjava.ui.AbstractConsoleController$CaretUpdateListener$1.run(AbstractConsoleController.java:232) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:267) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:182) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) //CS440DL-Fall 2006 //Assignment2--Ting-Ku Liu //calculation of 3.14159 import java.util.Scanner; public class assi2 { public static void main(String[] arg) { Scanner input = new Scanner(System.in); double pi; double x = 1; double z = 1; pi = 0; int numTimes = 0; // while (pi < 3.14159) { while(pi < 3.14159 || pi >= 3.1416) { double term = (4/x)*z; pi = pi + term; System.out.println(term +", " + pi); x = x+2; z = z*-1; numTimes = numTimes + 1; } System.out.println("Took "+numTimes+" iterations!!!!"); } } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1335905&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-10-19 18:17:51
|
Bugs item #1332238, was opened at 2005-10-19 11:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1332238&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: error while opening files Initial Comment: java.lang.ArrayIndexOutOfBoundsException: 54 >= 54 at java.util.Vector.elementAt(Vector.java:432) at apple.laf.AquaDirectoryModel.getValueAt (AquaDirectoryModel.java:227) at apple.laf.AquaFileChooserUI $MacListSelectionModel.isSelectableInListIndex (AquaFileChooserUI.java:2318) at apple.laf.AquaFileChooserUI $MacListSelectionModel.addSelectionInterval (AquaFileChooserUI.java:2390) at javax.swing.JTable.selectAll(JTable.java:1323) at javax.swing.plaf.basic.BasicTableUI $Actions.actionPerformed(BasicTableUI.java:541) at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java: 1576) at javax.swing.JComponent.processKeyBinding (JComponent.java:2730) at javax.swing.JTable.processKeyBinding(JTable.java:3458) at javax.swing.JComponent.processKeyBindings (JComponent.java:2776) at javax.swing.JComponent.processKeyEvent (JComponent.java:2693) at java.awt.Component.processEvent(Component.java:5339) at java.awt.Container.processEvent(Container.java:2010) at java.awt.Component.dispatchEventImpl(Component.java: 4029) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Component.dispatchEvent(Component.java:3877) at java.awt.KeyboardFocusManager.redispatchEvent (KeyboardFocusManager.java:1810) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent (DefaultKeyboardFocusManager.java:668) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent (DefaultKeyboardFocusManager.java:916) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions (DefaultKeyboardFocusManager.java:794) at java.awt.DefaultKeyboardFocusManager.dispatchEvent (DefaultKeyboardFocusManager.java:632) at java.awt.Component.dispatchEventImpl(Component.java: 3915) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Window.dispatchEventImpl(Window.java:1766) at java.awt.Component.dispatchEvent(Component.java:3877) at java.awt.EventQueue.dispatchEvent(EventQueue.java: 463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (EventDispatchThread.java:267) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:186) at java.awt.Dialog$1.run(Dialog.java:515) at java.awt.Dialog.show(Dialog.java:536) at javax.swing.JFileChooser.showDialog(JFileChooser.java: 717) at javax.swing.JFileChooser.showOpenDialog (JFileChooser.java:620) at edu.rice.cs.drjava.ui.MainFrame.getOpenFiles (MainFrame.java:2089) at edu.rice.cs.drjava.ui.MainFrame$2.getFiles (MainFrame.java:260) at edu.rice.cs.drjava.model.AbstractGlobalModel.openFilesHelper (AbstractGlobalModel.java:929) at edu.rice.cs.drjava.model.AbstractGlobalModel.openFiles (AbstractGlobalModel.java:920) at edu.rice.cs.drjava.ui.MainFrame.open(MainFrame.java: 2415) at edu.rice.cs.drjava.ui.MainFrame._open(MainFrame.java: 2240) at edu.rice.cs.drjava.ui.MainFrame.access$1400 (MainFrame.java:95) at edu.rice.cs.drjava.ui.MainFrame$14.actionPerformed (MainFrame.java:393) at javax.swing.AbstractButton.fireActionPerformed (AbstractButton.java:1882) at javax.swing.AbstractButton$Handler.actionPerformed (AbstractButton.java:2202) at javax.swing.DefaultButtonModel.fireActionPerformed (DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed (DefaultButtonModel.java:258) at javax.swing.AbstractButton.doClick(AbstractButton.java: 334) at javax.swing.AbstractButton.doClick(AbstractButton.java: 282) at javax.swing.plaf.basic.BasicMenuItemUI $Actions.actionPerformed(BasicMenuItemUI.java:969) at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java: 1576) at javax.swing.JComponent.processKeyBinding (JComponent.java:2730) at javax.swing.JMenuBar.processBindingForKeyStrokeRecursive (JMenuBar.java:656) at javax.swing.JMenuBar.processBindingForKeyStrokeRecursive (JMenuBar.java:664) at javax.swing.JMenuBar.processBindingForKeyStrokeRecursive (JMenuBar.java:664) at javax.swing.JMenuBar.processKeyBinding(JMenuBar.java: 640) at edu.rice.cs.drjava.ui.MainFrame $MenuBar.processKeyBinding(MainFrame.java:3664) at javax.swing.KeyboardManager.fireBinding (KeyboardManager.java:255) at javax.swing.KeyboardManager.fireKeyboardAction (KeyboardManager.java:242) at javax.swing.JComponent.processKeyBindingsForAllComponents (JComponent.java:2807) at javax.swing.SwingUtilities.processKeyBindings (SwingUtilities.java:1488) at javax.swing.UIManager$2.postProcessKeyEvent (UIManager.java:1291) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent (DefaultKeyboardFocusManager.java:678) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent (DefaultKeyboardFocusManager.java:916) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions (DefaultKeyboardFocusManager.java:794) at java.awt.DefaultKeyboardFocusManager.dispatchEvent (DefaultKeyboardFocusManager.java:632) at java.awt.Component.dispatchEventImpl(Component.java: 3915) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Window.dispatchEventImpl(Window.java:1766) at java.awt.Component.dispatchEvent(Component.java:3877) at java.awt.EventQueue.dispatchEvent(EventQueue.java: 463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (EventDispatchThread.java:267) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:182) at java.awt.EventDispatchThread.run (EventDispatchThread.java:110) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1332238&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-10-18 08:25:45
|
Bugs item #1329251, was opened at 2005-10-18 01:25 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=1329251&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: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Incorrect list of files for Main Doc after project switch Initial Comment: When the project facility is used with one project, that project is closed, and second project is opened, the "Select Main Document" dialog in the "Project Properties" dialog still displays a list of classes from the first project. Steps to reproduce: 1) Open a project. 2) Display the "Select Main Document" dialog once. 3) Open another project. 3) Display the "Select Main Document" dialog. It will still display the documents from the first project. Current workaround: Restart DrJava. --Mathias ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1329251&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-10-18 00:07:08
|
Bugs item #1329090, was opened at 2005-10-18 00: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=1329090&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: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Submitted By: George Shore (furious_gee) Assigned to: Nobody/Anonymous (nobody) Summary: IllegalStateException whilst debugging Initial Comment: Hey, I did a bad thing and I typed "System.exit(0)" while debugging, thinking it'd force the debugee to quit, but instead I got a runtime exception. Silly me! Using DrJava version: 20050814-2234, and Sun JDK 1.5.0.05 on a Gentoo 2005.0 box Hope this all helps, :o) G. ------- Stack Trace: java.lang.IllegalStateException: Same thread cannot read or write multiple times! (Would cause deadlock.) at edu.rice.cs.util.ReaderWriterLock._ensureNotAlreadyRunning(ReaderWriterLock.java:281) at edu.rice.cs.util.ReaderWriterLock.startWrite(ReaderWriterLock.java:202) at edu.rice.cs.drjava.model.EventNotifier.removeListener(EventNotifier.java:87) at edu.rice.cs.drjava.model.AbstractGlobalModel.removeListener(AbstractGlobalModel.java:724) at edu.rice.cs.drjava.model.debug.JPDADebugger.shutdown(JPDADebugger.java:322) at edu.rice.cs.drjava.ui.MainFrame$ModelListener$24.run(MainFrame.java:5713) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:51) at edu.rice.cs.drjava.ui.MainFrame$ModelListener.interpreterResetting(MainFrame.java:5727) at edu.rice.cs.drjava.model.GlobalEventNotifier.interpreterResetting(GlobalEventNotifier.java:295) at edu.rice.cs.drjava.model.repl.InteractionsEventNotifier.interpreterResetting(InteractionsEventNotifier.java:97) at edu.rice.cs.drjava.model.repl.DefaultInteractionsModel$6.run(DefaultInteractionsModel.java:152) 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) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1329090&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-10-04 17:42:07
|
Bugs item #1313104, was opened at 2005-10-04 13: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=1313104&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: Could cause data loss Status: Open Resolution: None Priority: 5 Submitted By: Fernando Pereira (fcnpereira) Assigned to: Nobody/Anonymous (nobody) Summary: Impossible to reset when waiting for System.in Initial Comment: DrJava 20050806-2057, JDK 1.5.0_02, Mac OS X 10.4.2: If a user method running from the interactions pane is waiting on System.in (input pop-up window), it cannot be reset. As a result, a buggy method that gets stuck in an infinite loop waiting for input cannot be stopped, and the only way to proceed is to kill DrJava, losing any unsaved definitions. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1313104&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-09-29 10:59:17
|
Feature Requests item #1307849, was opened at 2005-09-29 03:59 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=1307849&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: Unknown size Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: appletviewer Initial Comment: I really enjoy using drjava. I would really like to be able to run an applet from inside drjava - using the appletviewer tool that comes with java. Either a button which will run the applet using appletviewer or a command do do it throught the interaction pane would really be very useful! Many thanks My name is Adele and my email address is A....@ru.... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1307849&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-09-20 07:27:20
|
Bugs item #1296091, was opened at 2005-09-20 00: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=1296091&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: RuntimeException: At end Initial Comment: It doesn't stop after each running. The variable is add up and increase unceasingly, which finally leads to not enough memory to run. java.lang.IllegalArgumentException: At end at edu.rice.cs.drjava.model.definitions.reducedmodel.Token List$Iterator._moveRight(TokenList.java:282) at edu.rice.cs.drjava.model.definitions.reducedmodel.Token List$Iterator._move(TokenList.java:254) at edu.rice.cs.drjava.model.definitions.reducedmodel.Token List$Iterator.move(TokenList.java:233) at edu.rice.cs.drjava.model.definitions.reducedmodel.Reduc edModelBrace.move(ReducedModelBrace.java:145) at edu.rice.cs.drjava.model.definitions.reducedmodel.Reduc edModelControl.move(ReducedModelControl.java:93) at edu.rice.cs.drjava.model.AbstractDJDocument.move (AbstractDJDocument.java:439) at edu.rice.cs.drjava.model.AbstractDJDocument.setCurren tLocation(AbstractDJDocument.java:427) at edu.rice.cs.drjava.ui.AbstractDJPane$1.caretUpdate (AbstractDJPane.java:92) at javax.swing.text.JTextComponent.fireCaretUpdate (Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.fire (Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.st ateChanged(Unknown Source) at javax.swing.text.DefaultCaret.fireStateChanged (Unknown Source) at javax.swing.text.DefaultCaret.changeCaretPosition (Unknown Source) at javax.swing.text.DefaultCaret.handleSetDot (Unknown Source) at javax.swing.text.DefaultCaret.setDot (Unknown Source) at javax.swing.text.DefaultCaret.setDot (Unknown Source) at javax.swing.text.JTextComponent.setCaretPosition (Unknown Source) at edu.rice.cs.drjava.ui.AbstractDJPane.setCaretPosition (AbstractDJPane.java:140) at edu.rice.cs.drjava.ui.AbstractConsoleController.moveTo (AbstractConsoleController.java:371) at edu.rice.cs.drjava.ui.AbstractConsoleController.moveToE nd(AbstractConsoleController.java:358) at edu.rice.cs.drjava.ui.AbstractConsoleController$CaretUp dateListener$1.run(AbstractConsoleController.java:241) at java.awt.event.InvocationEvent.dispatch (Unknown Source) at java.awt.EventQueue.dispatchEvent (Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarc hy(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=1296091&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-09-16 22:07:34
|
Bugs item #1293310, was opened at 2005-09-16 15: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=1293310&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: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: runtime error, InvalidPackageException Initial Comment: DrJava Version : 20050814-22343 edu.rice.cs.drjava.model.definitions.InvalidPackageException: The source file C:\Documents and Settings\rspjut\My Documents\09142005\NumericalLevels.java is in the wrong directory or in the wrong package. The directory name 09142005 does not match the package component variable. at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc._getSourceRoot(AbstractGlobalModel.java:2589) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getSourceRoot(AbstractGlobalModel.java:2520) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compile(DefaultCompilerModel.java:260) at edu.rice.cs.drjava.ui.MainFrame._compile(MainFrame.java:2875) at edu.rice.cs.drjava.ui.MainFrame.access$3300(MainFrame.java:95) at edu.rice.cs.drjava.ui.MainFrame$35.actionPerformed(MainFrame.java:610) 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=1293310&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-09-09 20:59:53
|
Feature Requests item #1286317, was opened at 2005-09-09 13:59 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=1286317&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: Dan McCuaig (dmccuaig) Assigned to: Nobody/Anonymous (nobody) Summary: Run from CDrom Initial Comment: I don't know if this is possible, but it would be nice to be able to run DrJava from a CD or USB drive. I put the JDK and DrJava both on a USB drive. DrJava would not run until I had installed the JRE on the client PC. I image this is required because of graphical devices having unique properties. If it is possible to run DrJava without a JRE installed on a client PC, then students could take DrJava almost anywhere to perform their work. A 256K USB drive will hold almost anything a student needs. The only problem is that many computer labs will not allow the student to install the JRE. Another Java IDE - JJ2 - at www.javastick.com claims to be able to run from a USB Drive, or a CD. I wonder how they do it? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1286317&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-09-04 20:49:14
|
Bugs item #1281765, was opened at 2005-09-04 13: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=1281765&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: Open folder recursively Initial Comment: Starting up DrJava without choosing project view. Clicking open folder, and pick open recursively. When this happens, and you pick one and click ok. NOTHING happens. I would expect it to open all files into the fileview. If there are several sub directories, I am uncertain of the desired action. However if I can not open recursively in single file view, it should not be an open while I am in single file view. This was in the latest stable. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1281765&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-09-02 17:51:01
|
Bugs item #1280859, was opened at 2005-09-02 17: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=1280859&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynamicJava Group: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Submitted By: Michael Dyrby Jensen (dyrby76) Assigned to: Nobody/Anonymous (nobody) Summary: Redefinition exception on java 1.4.2 Initial Comment: The namevisitor is run before the typechecker, and leaves the variable v, in the below code as defined, after the TypeChecker denies the declaration, because 1.5 features arent allowed in java 1.4, unless you have the jsr14. Problem arises from: (using java 1.4.2, no jsr) import java.util.Vector; Vector<String> v = new Vector<String>(); //to which it responds: WrongVersionException: //Generics are not supported before Java 1.5 Now try: Vector v = new Vector(); This will yield: Error: Redefinition of V v.add("someString"); IllegalStateException: v ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1280859&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-08-26 21:54:42
|
Bugs item #1274328, was opened at 2005-08-26 17: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=1274328&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: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Submitted By: Fernando Pereira (fcnpereira) Assigned to: Nobody/Anonymous (nobody) Summary: Scanner popup newline behavior is inconsistent Initial Comment: Suppose you do the following interactions > Scanner scan = new Scanner(System.in); > scan.nextInt() and type "123" followed by clicking "Done" on the System.in popup. The following will be output as expected: 123 But then, the following unexpected interaction follows: > scan.nextLine() "" This doesn't seem right. The "Done" button should not enter a fake newline into the scanning buffer. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1274328&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-08-23 02:16:24
|
Bugs item #1266716, was opened at 2005-08-23 02: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=1266716&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynamicJava Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Michael Dyrby Jensen (dyrby76) Assigned to: Nobody/Anonymous (nobody) Summary: array declaration in interface yields error Initial Comment: The following code compiles fine in the definitionspane: interface myInterfaceI { int[] someIntArray = {}; } But in the interactionspane we get: ClassFormatError: Illegal field modifiers in class myInterfaceI: 0x9 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1266716&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-08-23 02:02:00
|
Bugs item #1266708, was opened at 2005-08-23 02: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=1266708&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: Michael Dyrby Jensen (dyrby76) Assigned to: Nobody/Anonymous (nobody) Summary: Super calls can cause infinate loop Initial Comment: An old leftover bug in DynamicJava. class A { void foo() { System.out.println("inside A.foo()"); } } class B extends A { void foo() { System.out.println("inside B.foo()"); super.foo(); } } class C extends B { void foo() { System.out.println("inside C.foo()"); super.foo(); } public static void main(String[] args) { C myClass = new C(); myClass.foo(); } } Write the code in the Definitionspane, compile and start it from the interactionspane: Java C gives: > java C inside C.foo() inside B.foo() inside A.foo() Write the same code inside the interactionspane and start it from there, this gives an infinately loop of calls. inside B.foo() inside B.foo() inside B.foo() inside B.foo() inside B.foo() etc ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1266708&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-08-22 00:23:19
|
Bugs item #1265811, was opened at 2005-08-22 00: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=1265811&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: Would be nice if fixed ... Status: Open Resolution: None Priority: 3 Submitted By: Michael Dyrby Jensen (dyrby76) Assigned to: Nobody/Anonymous (nobody) Summary: Error Description of AssertErrors is non descriptive Initial Comment: Is it possible to add more information to the AssertionError message in the interactionspane? Ex: > int y = 5; > assert y == 5 > assert y == 6 AssertionError: ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1265811&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-08-22 00:18:39
|
Bugs item #1265806, was opened at 2005-08-22 00:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1265806&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: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Submitted By: Michael Dyrby Jensen (dyrby76) Assigned to: Nobody/Anonymous (nobody) Summary: Assert doesn't work as expected in DrJava. Initial Comment: Previous when dealing with Java 1.4, we added the option of allowing the assert keyword in the Definitionspane, that options is still present in our preferences. This option is set to false (unchecked) as default. When you are running DrJava with 1.5 and you are using an assert statement, you get an unexpected behaviour, as the assert statement (even when not true) is ignored. This makes the programmer think his assert statement yielded true, while it infact didn't. Example: class A{ public static void main(String[] args){ int x =5; assert x==6; } } Running java 1.5.. Without enabling the option to allow assert in java 1.4 in our preferences, this code compiles and runs without any error messages. If you enable the assert for 1.4, and compile and run the code again, you will get an AssertionError: AssertionError: at A.main(A.java:5) 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) Why is the option still there in the preferences? Should it be removed and always allow assert to be used? I believe we added the option to allow users legacy code still to work, as they could have used "assert" as a variable name, where as from 1.4 it was a keyword. Our new releases of DrJava dont support java 1.3, so should we not remove this option? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1265806&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-08-16 00:31:29
|
Feature Requests item #1260449, was opened at 2005-08-15 17:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1260449&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Translation? Initial Comment: Hello! I love Dr.Java, and I would like to know if there is a way for us to translate Dr.Java to other languages like Portuguese, French, Spanish, Italian, et cetera? Thank you and a proper continuation of this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1260449&group_id=44253 |