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: Michael D. J. <dy...@cs...> - 2005-08-15 00:41:49
|
Our latest beta has been moved up to a stable version. Please download this version of DrJava as your primary version at www.drjava.org Thank you! |
From: SourceForge.net <no...@so...> - 2005-08-13 23:06:06
|
Bugs item #1258666, was opened at 2005-08-13 16: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=1258666&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Error windows after every task Initial Comment: I couldn't get the current stable release to work with my JDK 1.0.5 because it wouldn't take the tools.jar file. However, the beta DrJava found the tools.jar file fine and was willing to compile but after clicking anything I would receive the following error: java.lang.ArrayIndexOutOfBoundsException: 0 at com.sun.java.swing.plaf.gtk.GTKEngine._paintFocus(GTKEngine.java:593) at com.sun.java.swing.plaf.gtk.GTKEngine.paintFocus(GTKEngine.java:575) at com.sun.java.swing.plaf.gtk.GTKGraphicsUtils.paintText(GTKGraphicsUtils.java:64) at javax.swing.plaf.synth.SynthGraphicsUtils.paintText(SynthGraphicsUtils.java:352) at javax.swing.plaf.synth.SynthButtonUI.paint(SynthButtonUI.java:175) at javax.swing.plaf.synth.SynthButtonUI.update(SynthButtonUI.java:158) at javax.swing.JComponent.paintComponent(JComponent.java:742) at javax.swing.JComponent.paint(JComponent.java:1005) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JViewport.paint(JViewport.java:728) at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4963) at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4916) at javax.swing.JComponent._paintImmediately(JComponent.java:4859) at javax.swing.JComponent.paintImmediately(JComponent.java:4666) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451) at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1258666&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-08-12 16:04:55
|
Feature Requests item #1257781, was opened at 2005-08-12 11:04 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=1257781&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 Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Sort files by "Type" Initial Comment: Files, whether in normal or project mode, are sorted alphabetically. It would often be easier to find files if they were logically grouped according to the type of the class defined in each. While a heavyweight approach could be used, a simple method to achieve pretty good results would be to break the filenames into words (based on case) and sort according to those words, starting with the last word and moving backwards. For example, the following hierarchy: Fish |--DefaultFish |--FastFish |--|--BlueFastFish |--|--RedFastFish |--CustomFish Would alphabetically be sorted like this: BlueFastFish.java CustomFish.java DefaultFish.java FastFish.java Fish.java RedFastFish.java But, under the type-sorting scheme, would be sorted like this: Fish.java ("fish") CustomFish.java ("fish custom") DefaultFish.java ("fish default") FastFish.java ("fish fast") BlueFastFish.java ("fish fast blue") RedFastFish.java ("fish fast red") I'd like to see this kind of sorting as a user option. (It's possible that the scheme would too often lead to apparently random sorting, depending on the kinds of names that are used. I think I generally follow a naming scheme that would sort well, though. The java.io package would also be nicely organized; the java.lang package wouldn't.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1257781&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-08-09 01:35:02
|
Bugs item #1254541, was opened at 2005-08-08 15: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=1254541&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: Serious Status: Open Resolution: None Priority: 5 Submitted By: hperkins (hperkins) Assigned to: Nobody/Anonymous (nobody) Summary: Generic type errors ignored in interactions window Initial Comment: The interactions window accepts generic code with type errors without complaining. Example: > import java.util.* > import java.awt.* > ArrayList<String> s = new ArrayList<String>() > s.add("abc") true > s.add(17) true > s.add(new Rectangle()) true > s [abc, 17, java.awt.Rectangle[x=0,y=0,width=0,height=0]] > s.size() 3 This is a problem if we want to use the interactions window to try things out and find out what is correct Java code. Observed using Java 1.5 (er, 5.0 or whatever it is) on both Windows XP SP2 (Java 1.5_04) and OS X 10.4 (latest update). This is using the latest beta (20050806-2057). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1254541&group_id=44253 |
From: Michael D. J. <dy...@cs...> - 2005-08-06 22:09:47
|
Updated look and feel for windows to version 0.5.1. Updated Help and Quickstart Documentation to reflect the newest features added. Slowed down the scrolling speed from default 10% to 5% in the DefinitionsPane This beta will become the new stable in one week unless significant bugs are encountered during the week-long probationary period. Please download this version of DrJava as your primary version. Thank you! |
From: SourceForge.net <no...@so...> - 2005-07-29 20:02:54
|
Bugs item #1247670, was opened at 2005-07-29 20:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1247670&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiler integration Group: None Status: Open Resolution: None Priority: 5 Submitted By: Yuko (ynagaki) Assigned to: Nobody/Anonymous (nobody) Summary: compiling error Initial Comment: 1. simply trying to compile. Later I found that I typed %d instead of %f for double value. ************************************************************* 2. DrJava Version : 20050621-2116 ************************************************************* 3. jdk1.5.0 / Windows XP ************************************************************* 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.fir e(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=1247670&group_id=44253 |
From: Michael D. J. <dy...@cs...> - 2005-07-28 16:36:49
|
Besides some bug fixes and refactoring the new release of DrJava contains a few changes: - Force a save file before compiling, now ignores untitled files. - Find and Replace has been improved by adding the feature of multi-line search and replace. - Find and Replace now enables the user to ignore comments in a search - Open / Save file boxes has been enlarged for convenience. Please download this new version of DrJava as your primary version. Thank you for your constant usage and valuable feedback. |
From: SourceForge.net <no...@so...> - 2005-07-27 03:44:30
|
Bugs item #1245688, was opened at 2005-07-26 23:44 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=1245688&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiler integration Group: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Submitted By: Fernando Pereira (fcnpereira) Assigned to: Nobody/Anonymous (nobody) Summary: OS X 10.4 compiler selection Initial Comment: OS X 10.4 comes with Java 1.4.2, and Java 1.5.0 is an optional download. The Java Preferences utility allows the user to select a precedence order for Java versions. However, the compiler selector in the compiler output pane only sees the first Java version in the list of available versions. This causes a problem for those of us who use DrJava with Java 1.5 but also work with applications incompatible with Java 1.5. Ideally, the two versions would be visible in the compiler selector, regardless of the version order set with Java Preferences. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1245688&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-24 18:08:58
|
Bugs item #1243993, was opened at 2005-07-24 18:08 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=1243993&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: None Status: Open Resolution: None Priority: 5 Submitted By: Robert Cartwright (rcartwright) Assigned to: Nobody/Anonymous (nobody) Summary: Definitions pane in inconsistent state Initial Comment: If a project is opened while the debugger is stopped at a breakpoint, the definitions pane for the project does not udpate its display when editing operations are performed on the initial active document. Switching to another document within the project appears to reset the definitions pane to a consistent state. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1243993&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-18 06:03:35
|
Bugs item #1240081, was opened at 2005-07-17 23: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=1240081&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: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DrJava confused with Jdk1.5.0_r4 on WinXP Initial Comment: Hi, Firstly - I think DrJava is great, and it is close to being "Just what I want" ..... but for the following: I installed DrJava on WinXP, but it told me that it could not find a compatible tools.jar. I pointed it at the correct tools.jar in my jdk1.5.0_r4, and then when I tried to compile I ended up with error messages: File: (no associated file) [line: (no source location)] Error: java.lang.NoSuchMethodError: com.sun.tools.javac.util.List: method <init>()V not found After some searching around, I found that the advice was to install 1.5.0, rather than 1.5.0_r4. I did this, and the problem went away. although I still had to tell it where tools.jar was. I found the same behaviour on other machines - in each case having to install 1.5.0, and indicate where tools.jar is... Can someone indicate if these two things have a fix? Or if a fix is going to be available soon? I would prefer to use the latest release/patches for the JDK. Regards Hugh hu...@co... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1240081&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-15 21:39:09
|
Bugs item #1239169, was opened at 2005-07-15 15:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1239169&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: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: Reflection in Interactions Initial Comment: Consider the following code executed in the interactions window. Welcome to DrJava. > class Test { public void wark() { } } > new Test().getClass().getDeclaredMethods()[0].invoke(new Test(), new Object[] { }) IllegalAccessException: Class koala.dynamicjava.interpreter.EvaluationVisitor can not access a member of class Test with modifiers "public" at sun.reflect.Reflection.ensureMemberAccess(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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) I don't know this is a problem with dynamicjava or the way the slave VM's security policy is set up, but I would expect the above code to execute... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1239169&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-15 15:43:37
|
Bugs item #1238994, was opened at 2005-07-15 09:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1238994&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Definitions (source editor) Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: Editing in debug mode Initial Comment: When in debug mode and halted on a break-point, any text changes to the open document is not visibly applied until the debugger is stopped. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1238994&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-15 14:40:01
|
Feature Requests item #1238958, was opened at 2005-07-15 08:39 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=1238958&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: Small (< 1 pair-week) Status: Open Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: "File Rename" Initial Comment: I often find myself changing a class name during dev which means I have to go "File Save As" to create the new file and then go back and delete the old .java, .class, and .java~ files manually. It would be nice to have a "Rename" command on the file menu that fired a "Save As" action followed by deleting the old files. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1238958&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-14 19:28:28
|
Bugs item #1238420, was opened at 2005-07-14 19: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=1238420&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Definitions (source editor) Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Robert Cartwright (rcartwright) Assigned to: Nobody/Anonymous (nobody) Summary: No Comments/Strings option in Find fails in a corner case Initial Comment: The "No Comments/Strings" option reports incorrect results for text immediately following a wing comment of the form //********** Evidently, the context searching performed by this option finds the "/*" in the comment and thinks that it is bracketed comment instead of a wing comment. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1238420&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-13 18:53:15
|
Bugs item #1237749, was opened at 2005-07-13 12:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1237749&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: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: Integrated JUnit and SAX breakage Initial Comment: Consider the class: ---------------------------------------------------------------------- import junit.framework.TestCase; import javax.xml.parsers.*; import java.io.*; / public class SimpleXMLDefaultHandlerTester extends TestCase { private SAXParser _parser; public SimpleXMLDefaultHandlerTester() throws Exception { SAXParserFactory factory = SAXParserFactory.newInstance(); // Turn on validation, and turn off namespaces factory.setValidating(true); factory.setNamespaceAware(false); _parser = factory.newSAXParser(); } public void testX() throws Exception { } } --------------------------------------------------------------------- Running junit from the command line produces passes this testcase without problem, however, running this test case from within DrJava produces: 1 test failed: File: C:\Documents and Settings\g9053\Desktop\nofile [line: 1] Error: Exception in constructor: testX (java.lang.ClassCastException at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source) at config.java.custom.captrak.parsing.SimpleXMLDefaultHandlerTester.<init>(SimpleXMLDefaultHandlerTester.java:36) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at junit.framework.TestSuite.createTest(TestSuite.java:131) at junit.framework.TestSuite.addTestMethod(TestSuite.java:114) at junit.framework.TestSuite.<init>(TestSuite.java:75) at junit.runner.BaseTestRunner.getTest(BaseTestRunner.java:103) at edu.rice.cs.drjava.model.junit.JUnitTestManager.findTestClasses(JUnitTestManager.java:122) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.findTestClasses(InterpreterJVM.java:666) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) at sun.rmi.transport.Transport$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Unknown Source) at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) at java.lang.Thread.run(Unknown Source) ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1237749&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-13 17:56:51
|
Bugs item #1237723, was opened at 2005-07-13 10: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=1237723&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: Eclipse Plug-in Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: 0.9.5 won't work in eclipse 3.1 Initial Comment: 0.9.5 won't work in eclipse 3.1 system: winxp sp2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1237723&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-11 15:54:03
|
Bugs item #1236151, was opened at 2005-07-11 11: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=1236151&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: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Fernando Pereira (fcnpereira) Assigned to: Nobody/Anonymous (nobody) Summary: deficient generics support Initial Comment: There are two problems with generics support on the interactions pane that are certain to cause confusion to students. 1. No autounboxing 2. No type checking of method arguments The two problems are shown in the following interactions > import java.util.*; > List<Integer> l = new ArrayList<Integer>(); > l.add(1) true > l.get(0) 1 > l.get(0) == 1 Error: Bad type in comparison expression > l.add("foo") true It would be great if these problems were corrected before next semester, where we will be using DrJava with generics for an intro CS class. Thanks -- F ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1236151&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-06 09:39:14
|
Bugs item #1233297, was opened at 2005-07-06 15:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1233297&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: Serious Status: Open Resolution: None Priority: 5 Submitted By: Maruf Muqtadir (ninarekcah) Assigned to: Nobody/Anonymous (nobody) Summary: illigal class casting is allowed in the interaction pane Initial Comment: Consider the following classes. public class SuperClass{ public void methodA(){ System.out.println("methodA of superClass"); } } public class ChildB extends SuperClass{ public void methodA(){ System.out.println("methodA of ChildB"); } } public class ChildA extends SuperClass{ public void methodA(){ System.out.println("methodA of ChildA"); } } In the interaction pane, if I create an object of say, ChildB and points that with a SuperClass reference, and then tries to cast the reference to a ChildA type object, and try to print the object, the interaction pane allows me to do so, and prints that the object is of type ChildB and the identifier for that object. Which is obviously an error. Though, when I try to compile and run such illigal things with DrJava interface, it throws an exception stating that the actual object is of type ChildB and cannot be casted to ChildA, which is a valid complain. I am using JDK1.4 and drjava-beta-20050610-1655. The interaction pane is a very useful feature for the students. But, if it allows such illigal things to carry on successfully, it will just confuse the students more. If you need any further clarification about the problem, please inform me. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1233297&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-05 16:00:53
|
Bugs item #1232852, was opened at 2005-07-05 10: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=1232852&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Javadoc integration Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: -private flag prevents javadocing Initial Comment: 20050601-0007 In both preview and full javadoc mode, putting the "-private" string in the preferences field prevents javadoc generation from working. It's the strangest thing. Without the flag all works fine, but put it in there and run the javadoc action and you get "Javadoc generated successfully." but without the browser window opening or any files being created on the HDD. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1232852&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-07-02 20:42:08
|
Bugs item #1231615, was opened at 2005-07-02 13:42 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=1231615&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Definitions (source editor) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Backspace Key Doesn't Work Initial Comment: I am using DrJava stable version 20040326 with Windows XP OS. When I try to type in the editor window, the backspace key doesn't work. It will work in the interactions pane though. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1231615&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-06-27 18:52:50
|
Feature Requests item #1228455, was opened at 2005-06-27 13:52 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=1228455&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: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Automatically create source/build directories Initial Comment: By default, projects contain sources and classes in the same tree (which is probably rooted in the project file's directory). Other IDEs automatically create source and build directories, and help to insure that files are put in the right place. Dr. Wong would like to see an option to mimic this behavior. Ideally, users shouldn't need to do anything to set up their file system hierarchies. At the very least, an option should allow a "src"/"source" and "built"/"classes" directory to be created whenever a new project is defined, and the project's build directory should be set appropriately. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1228455&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-06-27 17:59:18
|
Feature Requests item #1228420, was opened at 2005-06-27 12: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=1228420&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: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Integrate testing with debugger Initial Comment: I would like to debug a specific test method. In order to do so, I must do the following in the interactions pane after setting up the appropriate breakpoints (to be completely correct, there might be other methods that should be invoked): MyTestClass t = new MyTestClass(); t.setUp(); t.testSomething(); If I need to do it again, I have to repeat those 3 statements. Since bugs are often exposed by tests, a more elegent solution is desireable. EASY SOLUTION: Allow debugging and testing to happen concurrently, permitting the user to "Test Current File" and hit the breakpoint. ELEGENT SOLUTION: When the user right-clicks in a test method body, have a "Debug test method" option. A breakpoint is automatically created at the first line of the method. (Of course, in order to do this, the editor needs to have a symbolic understanding of the text, similar to that required for code completion.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1228420&group_id=44253 |
From: Michael D. J. <dy...@cs...> - 2005-06-21 22:36:55
|
New features added: - Multi-line search in find/replace. Currently, only works for Linux. --> Pressing Ctrl-Enter puts a new line in the find and replace text fields - Status message now displays when a search has wrapped around all the documents currently open Changes: - Removed Search Backwards check box, replacing it with Find Previous and Replace/Find Prevoius buttons that execute the search backwards. The Find Next and Replace/Find Next buttons execute the search forwards. - Fixed behavior switching panes (from Edit -> Next Pane or Ctrl- } and Edit -> Previous Pane or Ctrl-{ ) to only include the tabbed panes currently open. - Switching between documents works correctly when called from the Edit menu or Ctrl-period, or Ctrl-comma. Please download this new version of Dr. Java as your primary version. Thank you, JavaPLT team |
From: SourceForge.net <no...@so...> - 2005-06-15 23:37:25
|
Bugs item #1221608, was opened at 2005-06-15 17:37 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=1221608&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: Serious Status: Open Resolution: None Priority: 5 Submitted By: Psycho (cpsychadelic) Assigned to: Nobody/Anonymous (nobody) Summary: It looses its place, It does not update the componenet Initial Comment: 6-10-2005 Edition Win XP Pro Java S2EE 5.0 Picture the Editing Pane, start typing after you compile or save a project or file, I usually work with projects. The problem it does not happen that often so my guess is a sync problem, it is annoying but it also very serious because your editing and the carot, the cursor and the position does not update when this happens. To updated manually you have to change the file your working on in hte file explorer pane. The main problem is that it is not frozen, it just acts like that, it is hearing the changes in the keyboard and in the document, but the graphics are not changing. So when you return from another docuemnt, to update the document you find a surprise, based on what you changed. Or if you close and saved, well it affected the document because you dont know what you changed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1221608&group_id=44253 |
From: SourceForge.net <no...@so...> - 2005-06-14 17:40:51
|
Bugs item #1220593, was opened at 2005-06-14 12:40 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=1220593&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Definitions (source editor) Group: None Status: Open Resolution: None Priority: 8 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Automatic tabbing broke with update Initial Comment: Sometime on 6/9 (that is, between "cvs update -D20050609" and "cvs update -D20050610") automatic tabbing broke. Example: class A { foo { } } To reproduce, add a few spaces before the nested "}", move the cursor after that brace character, and hit tab. The character shouldn't move until tab is pressed 3 or 4 times. Files with (possibly) significant changes: edu/rice/cs/drjava/model/AbstractDJDocument.java edu/rice/cs/drjava/model/DJDocument.java edu/rice/cs/drjava/model/DefaultGlobalModel.java edu/rice/cs/drjava/model/DummyOpenDefDoc.java edu/rice/cs/drjava/model/OpenDefinitionsDocument.java edu/rice/cs/drjava/model/SingleDisplayModel.java edu/rice/cs/drjava/model/cache/DCacheAdapter.java edu/rice/cs/drjava/model/cache/DDReconstructor.java edu/rice/cs/drjava/model/cache/DocumentCache.java edu/rice/cs/drjava/model/cache/DocumentCacheTest.java edu/rice/cs/drjava/model/definitions/CompoundUndoManager.java edu/rice/cs/drjava/model/definitions/DefinitionsDocument.java edu/rice/cs/drjava/model/definitions/DefinitionsDocumentTest.java edu/rice/cs/drjava/ui/AbstractDJPane.java edu/rice/cs/drjava/ui/CompilerErrorPanel.java edu/rice/cs/drjava/ui/DefinitionsPane.java edu/rice/cs/drjava/ui/DefinitionsPaneTest.java edu/rice/cs/drjava/ui/FindReplaceDialog.java edu/rice/cs/drjava/ui/InteractionsPane.java edu/rice/cs/drjava/ui/MainFrame.java edu/rice/cs/drjava/ui/MainFrameTest.java ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1220593&group_id=44253 |