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...> - 2009-04-06 19:43:45
|
Bugs item #2738438, was opened at 2009-04-06 14:43 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2738438&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: 3: Ugly Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Saving File with class, but no Identifier throws Exception Initial Comment: 1. Save a file, for example as JustClass.java. 2. Delete everything in the file. 3. Enter just "class " (class, followed by a space). 4. Hit Save. DrJava will throw the following exception: java.lang.IllegalStateException: No identifier found at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.getNextIdentifier(DefinitionsDocument.java:1099) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.getFirstClassName(DefinitionsDocument.java:984) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.getMainClassName(DefinitionsDocument.java:1011) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.getQualifiedClassName(DefinitionsDocument.java:252) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc._locateClassFile(AbstractGlobalModel.java:3190) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.checkIfClassFileInSync(AbstractGlobalModel.java:3146) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.saveFileAs(AbstractGlobalModel.java:3031) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.saveFile(AbstractGlobalModel.java:2936) at edu.rice.cs.drjava.ui.MainFrame._save(MainFrame.java:4860) at edu.rice.cs.drjava.ui.MainFrame.access$2900(MainFrame.java:116) at edu.rice.cs.drjava.ui.MainFrame$32.actionPerformed(MainFrame.java:636) at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1576) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsPane.java:586) at java.awt.Component.processEvent(Component.java:5360) at java.awt.Container.processEvent(Container.java:2010) at java.awt.Component.dispatchEventImpl(Component.java:4050) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Component.dispatchEvent(Component.java:3885) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1826) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:681) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:938) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:810) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:645) at java.awt.Component.dispatchEventImpl(Component.java:3923) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Window.dispatchEventImpl(Window.java:1791) at java.awt.Component.dispatchEvent(Component.java:3885) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) System Properties: DrJava Version drjava-20090406-r4871 DrJava Build Time 20090406-1839 drjava.debug.port = 62259 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = :/Applications/Dev/YourKit Java Profiler 7.0.12.app/bin/mac:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries java.vm.version = 1.5.0_16-132 awt.nativeDoubleBuffering = true gopherProxySet = false java.vm.vendor = "Apple Computer, Inc." java.vendor.url = http://apple.com/ path.separator = : java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = unknown java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.5.0_16-b06-275 java.awt.graphicsenv = apple.awt.CGraphicsEnvironment java.endorsed.dirs = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/endorsed os.arch = i386 java.io.tmpdir = /tmp line.separator = "\u000a" java.vm.specification.vendor = Sun Microsystems Inc. os.name = Mac OS X apple.laf.useScreenMenuBar = true sun.jnu.encoding = MacRoman java.library.path = :/Applications/Dev/YourKit Java Profiler 7.0.12.app/bin/mac:.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 10.4.11 user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = apple.awt.CPrinterJob file.encoding = MacRoman java.specification.version = 1.5 java.class.path = drjava.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.jar user.name = <anonymized user.name> apple.awt.graphics.UseQuartz = true java.vm.specification.version = 1.0 java.home = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = apple.awt.CToolkit java.vm.info = mixed mode, sharing java.version = 1.5.0_16 java.ext.dirs = /Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/ext sun.boot.class.path = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/laf.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/sunrsasign.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jsse.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jce.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/charsets.jar java.vendor = Apple Computer, Inc. file.separator = / java.vendor.url.bug = http://developer.apple.com/java/ sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 mrj.version = 1040.1.5.0_16-275 sun.awt.exception.handler = apple.awt.CToolkit$EventQueueExceptionHandler sun.cpu.isalist = #DrJava configuration file #Mon Apr 06 14:40:47 CDT 2009 font.line.numbers = Monaco-10 lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE find.replace.match.case = false debug.sourcepath = <anonymized user.home>/Applications:<anonymized user.home>/backup debug.step.exclude = a,b,c javadoc.1.4.link = file://<anonymized user.home>/Sites/docs/Java/j2sdk-1_4_2-doc/api/ javadoc.1.5.link = file://<anonymized user.home>/Sites/docs/Java/jdk-1_5_0-doc/api javadoc.additional.links = [http://drjava.org/javadoc/plt] interactions.exit.prompt = false open.folder.recursive = true recent.files = [<anonymized user.home>/Desktop/Wawrose/src/BiIteratorI.java,<anonymized user.home>/Desktop/Wawrose/src/BiList.java,<anonymized user.home>/Desktop/Wawrose/src/BiListI.java,<anonymized user.home>/Desktop/Wawrose/src/BiListTest.java,<anonymized user.home>/Desktop/Wawrose/src/Change.java] recent.projects = [<anonymized user.home>/Desktop/Wawrose/Wawrose.xml,<anonymized user.home>/drjava/drjava.xml,<anonymized user.home>/Documents/Research/Concutest/ClassLoader/ClassLoader.xml,<anonymized user.home>/Documents/Research/Mint/java-mint/java-mint.xml,<anonymized user.dir>.all/jll.xml] window.height = 776 window.width = 1276 window.x = 0 window.y = 22 window.state = 6 doc.list.width = 172 last.dir = <anonymized user.home>/Desktop/Wawrose/src/Search.java last.interactions.dir = <anonymized user.home>/Desktop/Wawrose dialog.clipboard.history.state = 425 400 425 210 dialog.gotofile.state = 393 300 441 260 0 dialog.completeword.javaapi = true tabbedpanes.state = 640 400 700 400 dialog.jaroptions.state = 417 273 find.replace.focus.in.defpane = true new.version.notification = all versions new.version.notification.last = 1239045033789 drjava.survey.notification.last = 1239046320415 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=4871&os.name=Mac%20OS%20X&os.version=10.4.11&java.version=1.5.0_16&java.vendor=Apple%20Computer,%20Inc. Used memory: about 9.02 megabytes Free memory: about 11.03 megabytes Total memory: about 20.07 megabytes Total memory can expand to: about 63.56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2738438&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-04-05 17:48:37
|
Bugs item #2734937, was opened at 2009-04-05 12:48 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2734937&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 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Indent: Label leads to incorrect identation Initial Comment: The label checkforDraw: in this example leads to incorrect indentation of the first for loop and the code after the last closing brace (we don't want to indent after a label, do we?) // check for a draw /** flag that is true if all squares are occupied with a player's token */ boolean allNonEmpty = true; checkForDraw: for (int i = 0; i < nRows; i++) { for (int j = 0; j < nCols; j++) { if (cells[i][j] == EMPTY) { allNonEmpty = false; break checkForDraw; } } } if (allNonEmpty) state = DrawState.Singleton; return; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2734937&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-04-03 21:33:37
|
Bugs item #2728910, was opened at 2009-04-03 16:33 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2728910&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Mathias Ricken (mgricken) Summary: Put (pseudo-)modal window on top when switching back Initial Comment: When a project properties window is opened it does not automatically reappear on top of the mainframe if the user switches to another window (e.g. Firefox to send an email like I did a moment ago). Yet it locks up DrJava. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2728910&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-30 19:11:22
|
Bugs item #2722380, was opened at 2009-03-30 14:11 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2722380&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Auto-Complete/Open Javadoc Contain Duplicates Initial Comment: The predictive input dialogs for "Auto-Complete" and "Open Javadoc" can contain duplicates if additional Javadoc URLs are entered in the Javadoc pane of the Preferences dialog. This is undesirable. If an entry already exists in the list with the exact same fully-qualified class name, it should be filtered out. java.util.List and java.awt.List should both be allowed in, but two entries of java.util.List should not. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2722380&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-30 18:23:53
|
Bugs item #2722310, was opened at 2009-03-30 13:23 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2722310&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: 9 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Deadlock when using Debugger + Test Initial Comment: If "Debug Mode" is enabled, pressing "Test" causes a deadlock ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2722310&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-30 18:15:27
|
Bugs item #2722297, was opened at 2009-03-30 13:15 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2722297&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Find "No Test Cases" finds matches if current doc is test ca Initial Comment: If the "No Test Cases" checkbox is enabled in the Find/Replace pane and the current document is a test case (determined by looking at the file name), then Find will return matches in the current document. If "Search All Documents" is enabled, then Find should skip the current document and start looking for matches in the next document. If "Search All Documents" is disabled, then Find should report that no matches can be found. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2722297&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-25 18:58:46
|
Feature Requests item #2712392, was opened at 2009-03-25 13:58 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2712392&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 Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: More Space between Line Number and Source Initial Comment: There has been a request to add more space between the line number (if displayed) and the first character of the source code. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2712392&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-24 05:19:02
|
Bugs item #2708435, was opened at 2009-03-24 00:18 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2708435&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Project Facility Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException in New Project Initial Comment: http://drjava.svn.sourceforge.net/viewvc/drjava/trunk/drjava/src/edu/rice/cs/drjava/project/ProjectProfile.java?annotate=4787&pathrev=4793 if (! _projectRoot.exists()) throw new IOException("Parent directory of project root " + _projectRoot + This is probably a null _projectRoot, which can only happen if _projectFile does not have a parent directory, i.e. getParentFile() returns null. java.lang.NullPointerException at edu.rice.cs.drjava.project.ProjectProfile.<init>(ProjectProfile.java:110) at edu.rice.cs.drjava.model.AbstractGlobalModel.configNewProject(AbstractGlobalModel.java:1471) at edu.rice.cs.drjava.ui.MainFrame._newProject(MainFrame.java:4893) at edu.rice.cs.drjava.ui.MainFrame.access$1300(MainFrame.java:116) at edu.rice.cs.drjava.ui.MainFrame$14.actionPerformed(MainFrame.java:414) 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.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version drjava-20090306-r4793 DrJava Build Time 20090306-1956 drjava.debug.port = 2604 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0_05\bin java.vm.version = 10.0-b19 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.6.0_05-b13 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0_05\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\<anonymized user.name>\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.6.0_05\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\XEClient\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Perl\bin\;C:\Program Files\Common Files\Affymetrix\AffyShared;C:\PROGRAM FILES\AFFYMETRIX\GENECHIP;C:\WINDOWS\SYSTEM32;C:\WINDOWS;C:\WINDOWS\SYSTEM32\WBEM;C:\PROGRAM FILES\COMMON FILES\ADAPTEC SHARED\SYSTEM;C:\PROGRAM FILES\MICROSOFT SQL SERVER\80\TOOLS\BINN\;C:\Program Files\MySQL\MySQL Server 4.1\bin;C:\Documents and Settings\David Steffen\bin;C:\Program Files\Java\jdk\bin;C:\ant-1.7.0\bin;C:\cygwin\bin;C:\Program Files\Common Files\GTK\2.0\bin;C:\Program Files\Java\jdk1.5.0_13\bin java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.home>\Desktop\drjava.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0_05 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_05 java.ext.dirs = C:\Program Files\Java\jre1.6.0_05\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0_05\lib\resources.jar;C:\Program Files\Java\jre1.6.0_05\lib\rt.jar;C:\Program Files\Java\jre1.6.0_05\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_05\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_05\lib\jce.jar;C:\Program Files\Java\jre1.6.0_05\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_05\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Mon Mar 23 16:18:31 CDT 2009 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\HW09\\BoolSimp.dj1,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\HW09\\BoolSimpTest.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\HW09\\BoolSimp.java,C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\COMP 211\\homework\\HW08\\ArithExpr.dj1,C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\COMP 211\\homework\\HW08\\ComparableList.dj1] window.height = 746 window.width = 1032 window.x = -4 window.y = -4 window.state = 6 doc.list.width = 151 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\COMP 211\\lab work\\lab10\\funlist\\visitor last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\COMP 211\\lab work\\lab10\\src tabbedpanes.state = 512 384 700 400 dialog.drjava.survey.enabled = false new.version.notification.last = 1237254396984 drjava.survey.notification.last = 1236633338790 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=4793&os.name=Windows%20XP&os.version=5.1&java.version=1.6.0_05&java.vendor=Sun%20Microsystems%20Inc. Used memory: about 13.00 megabytes Free memory: about 7.33 megabytes Total memory: about 20.33 megabytes Total memory can expand to: about 63.56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2708435&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-20 15:46:34
|
Feature Requests item #2697759, was opened at 2009-03-20 15:46 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2697759&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: Medium (< 1 pair-month) Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Better Jar generation in projects Initial Comment: Jar creation is currently limited to class files. If other resources are used in a project (images, sound files) and exist in the build directory of a project, could those be included when creating a Jar file? A simple "include all files on build directory path" would suffice, as would any feature which allowed the user to select specific files on the build directory path to include in the jar file. Also, custom manifest files would be useful -> especially taking the additional classpath elements from the project properties and adding it to the classpath element of the manifest file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2697759&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-19 16:02:22
|
Bugs item #2694759, was opened at 2009-03-19 11:02 Message generated for change (Tracker Item Submitted) made by dlsmith You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2694759&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: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dan Smith (dlsmith) Assigned to: Dan Smith (dlsmith) Summary: enums can't appear in EnumSets Initial Comment: Due to the way DynamicJava-defined enums are implemented, the EnumSet API class doesn't recognize them as enums and throws an exception when trying to create a set of that type. > enum Foo { A, B, C}; > EnumSet set > set = EnumSet.allOf(Foo.class) java.lang.ClassCastException: class Foo not an enum at java.util.EnumSet.noneOf(EnumSet.java:93) at java.util.EnumSet.allOf(EnumSet.java:110) > Also got this type error, which should be looked at more closely: > EnumSet<Foo> set Static Error: Type arguments are invalid ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2694759&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-18 19:50:54
|
Bugs item #2692509, was opened at 2009-03-18 14:50 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2692509&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: JUnit integration Group: 3: Ugly Status: Open Resolution: None Priority: 7 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Compile Re-Opens Closed File Initial Comment: Sometimes compiling re-opens a file that had been closed before. 1. Open two files with unit tests that fail. Compile them and run the unit tests. 2. Now close one of the files. 3. Compile. 4. DrJava will re-open the file that was closed. However, if the "Test Output" tab is closed, DrJava will not re-open the file: 1. Open two files with unit tests that fail. Compile them and run the unit tests. 2. Now close one of the files. 3. CLOSE THE "TEST OUTPUT" TAB. 4. Compile. 5. DrJava will NOT re-open the file that was closed, and behave as expected. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2692509&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-18 19:41:23
|
Bugs item #2692490, was opened at 2009-03-18 14:41 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2692490&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: 3: Ugly Status: Open Resolution: None Priority: 7 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Document Not in Navigator Remains in Defintion Pane Initial Comment: Sometimes when you close a project, the Definitions Pane continues to display a document, even though it is not in the navigator (list or tree on the left side) anymore. For example, open some files not in a project, then open a project. Display one of the project's files in the Definitions Pane, then close the project. The navigator only shows the files that were opened before the project, but the document displayed in the Definitions Pane is still from the project. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2692490&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-18 19:24:00
|
Feature Requests item #2692460, was opened at 2009-03-18 14:23 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2692460&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: JUnit integration Group: None Status: Open Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Translate .java Error Line Numbers to .dj? Line Numbers Initial Comment: When a unit test fails, the line numbers that are displayed are line numbers in the generated .java file. The line numbers should be translated back to the corresponding line numbers in the .dj? file. For this, the language level converter will add comments like //[1] at the end of all lines in the generated .java files, where the number inside the brackets indicates the corresponding line number in the .dj? file. When a JUnit error occurs, DrJava should open the .java file associated with the .dj? file, go to the line number indicated, extract the //[n] comment, and then display the line number n. A corresponding thing should be done with the stack trace in the "Show Stack Trace" window (in that window, the stack trace still shows the .java file, not the .dj? file!). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2692460&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-16 18:00:34
|
Feature Requests item #2688918, was opened at 2009-03-16 13:00 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=2688918&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 Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Warn when compiling Java file corresponding to dj? file Initial Comment: If the user has both a language level source file (e.g. Foo.dj1) and the Java source file that will be generated from it (e.g. Foo.java) open and the user tells DrJava to compile the Java file, then DrJava should emit a warning that the Java file should not be compiled individually and suggest to close it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2688918&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-16 13:15:40
|
Bugs item #2688586, was opened at 2009-03-16 09:14 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=2688586&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: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Norm Krumpe (krumpenj) Assigned to: Nobody/Anonymous (nobody) Summary: Reset during debugging throws UnmarshalException Initial Comment: 1. Set a breakpoint. 2. Debug until breakpoint is reached. 3. Click the "Reset Button". This generates the error posted below. I assume "Reset" is a good way to exit the debugging session? Otherwise, I need to clear all breakpoints and click "Resume". Here is the error. Sorry for so many debugger related bug posts lately! java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: java.net.SocketException: Connection reset at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source) at sun.rmi.server.UnicastRef.invoke(Unknown Source) at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unknown Source) at java.rmi.server.RemoteObjectInvocationHandler.invoke(Unknown Source) at $Proxy0.interpret(Unknown Source) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.interpret(MainJVM.java:456) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._interpret(RMIInteractionsModel.java:75) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpret(InteractionsModel.java:273) at edu.rice.cs.drjava.model.repl.InteractionsModel$1$1.run(InteractionsModel.java:230) at java.lang.Thread.run(Unknown Source) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(Unknown Source) at java.io.BufferedInputStream.fill(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at java.io.DataInputStream.readByte(Unknown Source) ... 10 more System Properties: DrJava Version drjava-20090220-r4761 DrJava Build Time 20090220-0640 drjava.debug.port = 2837 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0_03\bin java.vm.version = 1.6.0_03-b05 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.6.0_03-b05 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0_03\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\<anonymized user.name>\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Altiris\Software Virtualization Agent\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jre1.6.0_03\bin java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = America/New_York java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.home>\Desktop\drjava-20090220-r4761.exe user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0_03 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_03 java.ext.dirs = C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Mon Mar 16 09:06:42 EDT 2009 font.main = Courier New-17 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE save.before.compile = true indent.level = 3 recent.files = [M:\\DataEntry.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\DataEntry.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\dateMethods.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\Factorization.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\java\\Lab7.java] window.height = 1058 window.width = 1688 window.x = -4 window.y = -4 window.state = 6 doc.list.width = 172 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\Exam02.java last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name>\\Desktop tabbedpanes.state = 840 525 700 400 dialog.drjava.error.popup.enabled = false dialog.drjava.survey.enabled = false new.version.notification.last = 1237207038359 drjava.survey.notification.last = 1228162176011 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=4639&os.name=Windows%20XP&os.version=5.1&java.version=1.6.0_03&java.vendor=Sun%20Microsystems%20Inc. Used memory: about 13.94 megabytes Free memory: about 7.39 megabytes Total memory: about 21.32 megabytes Total memory can expand to: about 63.56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2688586&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-15 12:07:51
|
Bugs item #2687621, was opened at 2009-03-15 08: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=2687621&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Norm Krumpe (krumpenj) Assigned to: Nobody/Anonymous (nobody) Summary: Toggle Breakpoint missing from context menu Initial Comment: Previously, right-clicking a line of source code would bring up a context menu where the user could "Toggle Breakpoint". The most recent development release, 20090220 is missing this. It's still possible to toggle using Ctrl-B though. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2687621&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-13 20:17:38
|
Feature Requests item #2686479, was opened at 2009-03-13 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=438938&aid=2686479&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 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Next/Previous Word for Interactions Pane Initial Comment: The task and feature request linked below describe changing the behavior of next/previous word for the Definitions Pane to work better with Java source code. The Interactions Pane currently still uses the default next/previous word behavior, and therefore it differs from the Definitions Pane. This is confusing. The cursor in the Interactions Pane should have the same behavior as in the Definitions Pane. However, because of the prompt and the read-only portion of the Interactions Pane above the prompt, we cannot simply use the same code as for the DefinitionsPane. We should still strive for as much code reuse, and introduce a JavaStyledEditorKit that extends the StyledEditorKit and that serves as superclass to both DefinitionsEditorKit and InteractionsEditorKit. Task: https://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145556&group_id=44253&group_project_id=54614 Feature request: https://sourceforge.net/tracker2/index.php?func=detail&aid=1424405&group_id=44253&atid=438938 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2686479&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-13 19:49:22
|
Bugs item #2686460, was opened at 2009-03-13 14:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2686460&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: 3: Ugly Status: Open Resolution: None Priority: 9 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Sometimes "Run" Doesn't Run, Only after Reset Initial Comment: Sometimes the "Run" button will not actually start the program. It will work, though, after pressing "Reset" once. Apparently sometimes pressing "Compile" will also run the program, but that is probably because a previous "Run" didn't start the program, and compiling resets the interactions Pane. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2686460&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-13 17:41:00
|
Bugs item #2686344, was opened at 2009-03-13 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=2686344&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: "Run" button doesn't switch to "Run Project" button Initial Comment: When a project is opened and a main class is set, the "Run" button should be replaced with a "Run Project" button. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2686344&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-11 01:46:24
|
Bugs item #2680996, was opened at 2009-03-10 20:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2680996&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Project Facility Group: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Main Document Uses Stale Project Root Initial Comment: When the Main Document is selected using the file chooser, then the class name that is displayed uses the old Project Root, not the Project Root in the dialog. When the user presses Apply or OK, then the class name is updated, and the right class name is used. It is irritating, though, that the class name that is displayed is incorrect. When the file chooser for Main Document is used, the current Project Root as displayed in the dialog should be used. When a new Project Root is set, then the class name for the Main Class should be updated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2680996&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-09 12:54:20
|
Bugs item #2675036, was opened at 2009-03-09 07: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=2675036&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: Language Levels Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: import statement is misunderstood Initial Comment: The import statement in this listing is somehow misunderstood. import java.math.BigInteger; class Fact { static BigInteger fact(BigInteger n) { if (n.equals.BigInteger.ZERO) return BigInteger.ONE; return fact(n.subtract(BigInteger.ONE)).multiply(n); } } It generates the errors (and more): 11 errors found: File: D:\Desktop\Fact.dj2 [line: 1] Error: The class java.math.BigInteger is not in the right package. Perhaps you meant to package it? File: D:\Desktop\Fact.dj2 [line: 1] Error: java.math.BigInteger is not public, and thus cannot be seen here Changing the import statement to import java.math.*; works. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2675036&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-09 12:37:00
|
Bugs item #2675006, was opened at 2009-03-09 07:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2675006&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: Language Levels Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: final in dj1 generates double final modifier Initial Comment: When the "final" modifier is used in the Intermediate level (dj1) when it is not allowed, the language level converter generates a double final modifier. interface UnaryFun { public Object apply(final Object arg); } generates interface UnaryFun { public Object apply(final final Object arg); } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2675006&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-09 12:31:51
|
Bugs item #2674992, was opened at 2009-03-09 07:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2674992&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: Language Levels Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Should automatically generate public modifier Initial Comment: The "public" modifier is implicit for interfaces, but explicit for classes. When an interface is implemented and the "public" modifier has not been specified, it should be automatically generated by the language level converter. Example: class FingerExercises { Object doSomething() { UnaryFun f = new UnaryFun() { Object apply(Object arg) { // generate public modifier here return (Integer)arg * (Integer)arg;} }; return f.apply(5); } } interface UnaryFun { public Object apply(final Object arg); } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2674992&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-03-09 05:33:22
|
Bugs item #2674112, was opened at 2009-03-09 00: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=2674112&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Error loading class in Interpreter Initial Comment: I compiled the attached file and played around with anonymous inner classes in the Interactios pane as shown below: > UnaryFun f = new UnaryFun() { return Invalid class body > UnaryFun f = new UnaryFun() { return Invalid class body > UnaryFun f = new UnaryFun() { Object apply(Object arg) { return arg * arg; }} Static Error: Bad type in numeric expression > UnaryFun f = new UnaryFun() { Object apply(Object arg) { return (Integer)arg * (Integer)arg; }} > I got the following error message: edu.rice.cs.util.UnexpectedException: java.lang.RuntimeException: Error loading class at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedExce ption(MainJVM.java:769) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedExce ption(MainJVM.java:723) at edu.rice.cs.drjava.model.repl.newjvm.InterpretResult$UnexpectedExceptionResu lt.apply(InterpretResult.java:95) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.interpret(MainJVM.java:457) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._interpret(RMIInteraction sModel.java:75) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpret(InteractionsModel. java:273) at edu.rice.cs.drjava.model.repl.InteractionsModel$1$1.run(InteractionsModel.ja va:230) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.RuntimeException: Error loading class at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:76) at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:71) at edu.rice.cs.plt.lambda.LazyThunk.resolve(LazyThunk.java:69) at edu.rice.cs.plt.lambda.LazyThunk.value(LazyThunk.java:63) at edu.rice.cs.dynamicjava.symbol.TreeClass.load(TreeClass.java:239) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor$1.value(TreeClass.j ava:293) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor$1.value(TreeClass.j ava:288) at edu.rice.cs.plt.lambda.LazyThunk.resolve(LazyThunk.java:69) at edu.rice.cs.plt.lambda.LazyThunk.value(LazyThunk.java:63) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor.evaluate(TreeClass. java:311) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.handleConstructor(Ex pressionEvaluator.java:124) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.visit(ExpressionEval uator.java:103) at koala.dynamicjava.tree.AnonymousAllocation.acceptVisitor(AnonymousAllocation .java:107) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.value(ExpressionEval uator.java:39) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvalua tor.java:90) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvalua tor.java:30) at koala.dynamicjava.tree.VariableDeclaration.acceptVisitor(VariableDeclaration .java:194) at edu.rice.cs.dynamicjava.interpreter.Interpreter.evaluate(Interpreter.java:87 ) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:4 8) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM .java:203) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM .java:180) 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.run0(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ... 1 more Caused by: java.lang.IllegalAccessError: class $2 cannot access its superinterface UnaryFun at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at edu.rice.cs.dynamicjava.interpreter.TreeClassLoader.findClass(TreeClassLoade r.java:65) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:73) ... 34 more Caused by: java.lang.RuntimeException: Error loading class at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:76) at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:71) at edu.rice.cs.plt.lambda.LazyThunk.resolve(LazyThunk.java:69) at edu.rice.cs.plt.lambda.LazyThunk.value(LazyThunk.java:63) at edu.rice.cs.dynamicjava.symbol.TreeClass.load(TreeClass.java:239) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor$1.value(TreeClass.j ava:293) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor$1.value(TreeClass.j ava:288) at edu.rice.cs.plt.lambda.LazyThunk.resolve(LazyThunk.java:69) at edu.rice.cs.plt.lambda.LazyThunk.value(LazyThunk.java:63) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor.evaluate(TreeClass. java:311) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.handleConstructor(Ex pressionEvaluator.java:124) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.visit(ExpressionEval uator.java:103) at koala.dynamicjava.tree.AnonymousAllocation.acceptVisitor(AnonymousAllocation .java:107) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.value(ExpressionEval uator.java:39) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvalua tor.java:90) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvalua tor.java:30) at koala.dynamicjava.tree.VariableDeclaration.acceptVisitor(VariableDeclaration .java:194) at edu.rice.cs.dynamicjava.interpreter.Interpreter.evaluate(Interpreter.java:87 ) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:4 8) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM .java:203) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM .java:180) 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.run0(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.IllegalAccessError: class $2 cannot access its superinterface UnaryFun at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at edu.rice.cs.dynamicjava.interpreter.TreeClassLoader.findClass(TreeClassLoade r.java:65) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:73) ... 34 more System Properties: DrJava Version drjava-20090216-r4756 DrJava Build Time 20090216-1615 drjava.debug.port = 4356 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre6\bin java.vm.version = 11.2-b01 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 3 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.6.0_12-b04 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre6\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\<anonymized user.name>\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS ;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Ahead\Lib\;C:\Program Files\Common Files\Ahead\Lib\ java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.home>\Desktop\drjava-20090216-r4756.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre6 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_12 java.ext.dirs = C:\Program Files\Java\jre6\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\sunrsasign.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Mon Mar 09 00:10:19 CDT 2009 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE find.replace.whole.word = true quit.prompt = false save.before.compile = true indent.level = 4 language.level = 2 recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\My Web Sites\\Comp211\\09Spring\\hwks\\hwk8\\ObjectList.dj1,C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\My Web Sites\\Comp211\\09Spring\\hwks\\hwk8\\Toy.dj1,C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\My Web Sites\\Comp211\\09Spring\\hwks\\hwk8\\Predicate.dj1,C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\My Web Sites\\Comp211\\09Spring\\hwks\\hwk8\\Test_EmptyObjectList.dj1,C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\My Web Sites\\Comp211\\09Spring\\hwks\\hwk8\\Test_ConsObjectList.dj1] window.height = 742 window.width = 1032 window.x = -4 window.y = -4 window.state = 6 doc.list.width = 215 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\My Web Sites\\Comp211\\09Spring\\labs\\08\\ObjectList.dj1 last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name>\\My Documents\\My Web Sites\\Comp211\\09Spring\\labs\\08 tabbedpanes.state = 512 384 700 400 new.version.notification.last = 1236569708364 drjava.survey.notification.last = 1236049579609 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=4791&os.name=Windows%20XP&os.vers ion=5.1&java.version=1.6.0_12&java.vendor=Sun%20Microsystems%20Inc. Used memory: about 17.99 megabytes Free memory: about 6.95 megabytes Total memory: about 24.94 megabytes Total memory can expand to: about 63.56 megabytes Reproduced: edu.rice.cs.util.UnexpectedException: java.lang.RuntimeException: Error loading class at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:850) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:804) at edu.rice.cs.drjava.model.repl.newjvm.InterpretResult$UnexpectedExceptionResult.apply(InterpretResult.java:95) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.interpret(MainJVM.java:346) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._interpret(RMIInteractionsModel.java:75) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpret(InteractionsModel.java:283) at edu.rice.cs.drjava.model.repl.InteractionsModel$1$1.run(InteractionsModel.java:232) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.RuntimeException: Error loading class at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:76) at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:72) at edu.rice.cs.plt.lambda.LazyThunk.resolve(LazyThunk.java:70) at edu.rice.cs.plt.lambda.LazyThunk.value(LazyThunk.java:62) at edu.rice.cs.dynamicjava.symbol.TreeClass.load(TreeClass.java:239) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor$1.value(TreeClass.java:293) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor$1.value(TreeClass.java:289) at edu.rice.cs.plt.lambda.LazyThunk.resolve(LazyThunk.java:70) at edu.rice.cs.plt.lambda.LazyThunk.value(LazyThunk.java:62) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor.evaluate(TreeClass.java:311) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.handleConstructor(ExpressionEvaluator.java:124) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.visit(ExpressionEvaluator.java:103) at koala.dynamicjava.tree.AnonymousAllocation.acceptVisitor(AnonymousAllocation.java:107) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.value(ExpressionEvaluator.java:39) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:90) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:30) at koala.dynamicjava.tree.VariableDeclaration.acceptVisitor(VariableDeclaration.java:194) at edu.rice.cs.dynamicjava.interpreter.Interpreter.evaluate(Interpreter.java:87) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:48) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:203) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:180) 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.run0(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ... 1 more Caused by: java.lang.IllegalAccessError: class $2 cannot access its superinterface UnaryFun at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at edu.rice.cs.dynamicjava.interpreter.TreeClassLoader.findClass(TreeClassLoader.java:65) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:73) ... 34 more Caused by: java.lang.RuntimeException: Error loading class at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:76) at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:72) at edu.rice.cs.plt.lambda.LazyThunk.resolve(LazyThunk.java:70) at edu.rice.cs.plt.lambda.LazyThunk.value(LazyThunk.java:62) at edu.rice.cs.dynamicjava.symbol.TreeClass.load(TreeClass.java:239) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor$1.value(TreeClass.java:293) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor$1.value(TreeClass.java:289) at edu.rice.cs.plt.lambda.LazyThunk.resolve(LazyThunk.java:70) at edu.rice.cs.plt.lambda.LazyThunk.value(LazyThunk.java:62) at edu.rice.cs.dynamicjava.symbol.TreeClass$TreeConstructor.evaluate(TreeClass.java:311) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.handleConstructor(ExpressionEvaluator.java:124) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.visit(ExpressionEvaluator.java:103) at koala.dynamicjava.tree.AnonymousAllocation.acceptVisitor(AnonymousAllocation.java:107) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.value(ExpressionEvaluator.java:39) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:90) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:30) at koala.dynamicjava.tree.VariableDeclaration.acceptVisitor(VariableDeclaration.java:194) at edu.rice.cs.dynamicjava.interpreter.Interpreter.evaluate(Interpreter.java:87) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:48) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:203) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:180) 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.run0(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.IllegalAccessError: class $2 cannot access its superinterface UnaryFun at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at edu.rice.cs.dynamicjava.interpreter.TreeClassLoader.findClass(TreeClassLoader.java:65) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at edu.rice.cs.dynamicjava.symbol.TreeClass$1.value(TreeClass.java:73) ... 34 more System Properties: DrJava Version drjava-20090307-r4800 DrJava Build Time 20090307-0201 drjava.debug.port = 1626 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\jre1.6.0_14\bin java.vm.version = 14.0-b10 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = OpenJDK Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 3 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.6.0_14-ea-b01 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\jre1.6.0_14\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\<anonymized user.name>\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\jre1.6.0_14\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\jre\bin;C:\jdk\bin;C:\Program Files\Tools\Windows Resource Kits\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dev\Perforce;C:\WINDOWS\system32\WindowsPowerShell\v1.0;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Haskell\bin;C:\ghc-6.10.1\bin;C:\Program Files\Internet\SSH Secure Shell;C:\Scala2.7.1\bin java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.home>\Desktop\drjava.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\jre1.6.0_14 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode java.version = 1.6.0_14-ea java.ext.dirs = C:\jre1.6.0_14\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\jre1.6.0_14\lib\resources.jar;C:\jre1.6.0_14\lib\rt.jar;C:\jre1.6.0_14\lib\sunrsasign.jar;C:\jre1.6.0_14\lib\jsse.jar;C:\jre1.6.0_14\lib\jce.jar;C:\jre1.6.0_14\lib\charsets.jar;C:\jre1.6.0_14\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Mon Mar 09 00:31:30 CDT 2009 interactions.auto.import.class.string = java.io.* lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE find.replace.match.case = false quit.prompt = false open.folder.recursive = true language.level = 2 recent.files = [<anonymized user.home>\\Desktop\\ObjectList.dj1,<anonymized user.home>\\Documents\\drjava\\drjava.all\\trunk\\javalanglevels\\src\\edu\\rice\\cs\\javalanglevels\\LanguageLevelConverter.java,<anonymized user.home>\\Documents\\drjava\\drjava.all\\trunk\\javalanglevels\\src\\edu\\rice\\cs\\javalanglevels\\AdvancedLevelTest.java,<anonymized user.home>\\Documents\\drjava\\drjava.all\\trunk\\javalanglevels\\src\\edu\\rice\\cs\\javalanglevels\\AdvancedVisitor.java] recent.projects = [<anonymized user.home>\\Documents\\drjava\\drjava.xml,<anonymized user.home>\\Documents\\Dev\\Java\\LLCTest.xml,R:\\Concutest\\ClassLoader\\ClassLoader.xml,<anonymized user.home>\\Documents\\Web\\<anonymized user.name>.cs\\teaching\\202\\08-fall\\staff\\exams\\2\\2008\\solution\\graph\\graph.xml,<anonymized user.home>\\Documents\\Semester 10 Spring 2009\\COMP 402\\bb.student\\BoundedBuffer.xml] window.height = 1555 window.width = 1208 window.x = -4 window.y = -4 window.state = 6 doc.list.width = 261 last.dir = <anonymized user.home>\\Desktop\\ObjectList.dj1 last.interactions.dir = <anonymized user.home>\\Desktop master.jvm.xmx = 1024 dialog.clipboard.history.state = 402 400 399 573 dialog.completeword.javaapi = true tabbedpanes.state = 1199 -3 1154 514 tabbedpanes.detach = true debugger.state = 1200 504 1151 421 debugger.detach = true find.replace.focus.in.defpane = true new.version.notification.last = 1236058725026 drjava.survey.notification.last = 1236393198203 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=4800&os.name=Windows%20XP&os.version=5.1&java.version=1.6.0_14-ea&java.vendor=Sun%20Microsystems%20Inc. Used memory: about 16.86 megabytes Free memory: about 7.80 megabytes Total memory: about 24.66 megabytes Total memory can expand to: about 1016.12 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2674112&group_id=44253 |
From: SourceForge.net <no...@so...> - 2009-02-28 03:40:01
|
Bugs item #2647529, was opened at 2009-02-27 21: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=2647529&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Error at intermediate level on saving to a new file name Initial Comment: Error running Drjava at intermediate level on saving to a new file name; don't think it is LL related edu.rice.cs.util.UnexpectedException: java.lang.RuntimeException: Region node for region WordList.dj1[1869 .. 1869] is null at edu.rice.cs.drjava.ui.RegionsTreePanel.removeRegion(RegionsTreePanel.java:638) at edu.rice.cs.drjava.ui.FindResultsPanel$1.regionRemoved(FindResultsPanel.java:122) at edu.rice.cs.drjava.ui.FindResultsPanel$1.regionRemoved(FindResultsPanel.java:122) at edu.rice.cs.drjava.model.ConcreteRegionManager._notifyRegionRemoved(ConcreteRegionManager.java:339) at edu.rice.cs.drjava.model.ConcreteRegionManager.removeRegions(ConcreteRegionManager.java:357) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.saveFileAs(AbstractGlobalModel.java:2951) at edu.rice.cs.drjava.ui.MainFrame._saveAs(MainFrame.java:4782) at edu.rice.cs.drjava.ui.MainFrame.access$3100(MainFrame.java:116) at edu.rice.cs.drjava.ui.MainFrame$34.actionPerformed(MainFrame.java:652) 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 apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:104) at java.awt.MenuItem.processActionEvent(MenuItem.java:597) at java.awt.MenuItem.processEvent(MenuItem.java:556) at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:298) at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:286) at java.awt.EventQueue.dispatchEvent(EventQueue.java:466) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Caused by: java.lang.RuntimeException: Region node for region WordList.dj1[1869 .. 1869] is null at edu.rice.cs.util.UnexpectedException.<init>(UnexpectedException.java:71) ... 25 more Caused by: java.lang.RuntimeException: Region node for region WordList.dj1[1869 .. 1869] is null at edu.rice.cs.util.UnexpectedException.<init>(UnexpectedException.java:71) at edu.rice.cs.drjava.ui.RegionsTreePanel.removeRegion(RegionsTreePanel.java:638) at edu.rice.cs.drjava.ui.FindResultsPanel$1.regionRemoved(FindResultsPanel.java:122) at edu.rice.cs.drjava.ui.FindResultsPanel$1.regionRemoved(FindResultsPanel.java:122) at edu.rice.cs.drjava.model.ConcreteRegionManager._notifyRegionRemoved(ConcreteRegionManager.java:339) at edu.rice.cs.drjava.model.ConcreteRegionManager.removeRegions(ConcreteRegionManager.java:357) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.saveFileAs(AbstractGlobalModel.java:2951) at edu.rice.cs.drjava.ui.MainFrame._saveAs(MainFrame.java:4782) at edu.rice.cs.drjava.ui.MainFrame.access$3100(MainFrame.java:116) at edu.rice.cs.drjava.ui.MainFrame$34.actionPerformed(MainFrame.java:652) 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 apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:104) at java.awt.MenuItem.processActionEvent(MenuItem.java:597) at java.awt.MenuItem.processEvent(MenuItem.java:556) at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:298) at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:286) at java.awt.EventQueue.dispatchEvent(EventQueue.java:466) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) System Properties: DrJava Version drjava-20090216-r4756 DrJava Build Time 20090216-1615 drjava.debug.port = 49476 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries java.vm.version = 1.5.0_16-132 awt.nativeDoubleBuffering = true gopherProxySet = false java.vm.vendor = "Apple Computer, Inc." java.vendor.url = http://apple.com/ path.separator = : java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = unknown java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.5.0_16-b06-275 java.awt.graphicsenv = apple.awt.CGraphicsEnvironment java.endorsed.dirs = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/endorsed os.arch = i386 java.io.tmpdir = /tmp line.separator = "\u000a" java.vm.specification.vendor = Sun Microsystems Inc. os.name = Mac OS X apple.laf.useScreenMenuBar = true sun.jnu.encoding = MacRoman java.library.path = <anonymized user.dir>/DrJava.app/Contents/Resources/Java:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources:.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 10.4.11 user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = apple.awt.CPrinterJob file.encoding = MacRoman java.specification.version = 1.5 java.class.path = <anonymized user.dir>/DrJava.app/Contents/Resources/Java/drjava.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.jar user.name = <anonymized user.name> apple.awt.graphics.UseQuartz = true java.vm.specification.version = 1.0 java.home = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = apple.awt.CToolkit java.vm.info = mixed mode, sharing java.version = 1.5.0_16 java.ext.dirs = /Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/ext sun.boot.class.path = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/laf.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/sunrsasign.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jsse.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jce.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/charsets.jar java.vendor = Apple Computer, Inc. file.separator = / java.vendor.url.bug = http://developer.apple.com/java/ sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 mrj.version = 1040.1.5.0_16-275 sun.awt.exception.handler = apple.awt.CToolkit$EventQueueExceptionHandler sun.cpu.isalist = #DrJava configuration file #Fri Feb 27 21:04:20 CST 2009 font.main = Monaco-14 font.line.numbers = Dialog-10 lineenum.enabled = true plastic.theme = ExperienceBlue key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE find.replace.no.test.cases = true save.before.compile = true compile.before.junit = true language.level = 2 recent.files = [<anonymized user.home>/Documents/Rice/Comp 211/Code/Java/Finger Exercises/Intermediate/IntList/merge.dj1,<anonymized user.home>/Documents/Rice/Comp 211/Code/Java/Finger Exercises/Intermediate/IntList/IntListTest.dj1,<anonymized user.home>/Documents/Rice/Comp 211/Code/Java/Finger Exercises/Intermediate/IntList/merge.java,<anonymized user.home>/Documents/Rice/Comp 211/Code/Java/Language Bugs/MissingReturnNotCaughtInLL.java,<anonymized user.home>/Documents/Rice/Comp 211/Code/Java/Finger Exercises/Intermediate/IntList/IntList.java] recent.projects = [<anonymized user.home>/DrJ/Examples/c311/3/3.pjt,<anonymized user.home>/drjava/drjava/drjava.xml,<anonymized user.home>/drjava-x/drjava/drjava.xml] window.height = 776 window.width = 1221 window.x = 50 window.y = 22 doc.list.width = 188 last.dir = <anonymized user.home>/Documents/Rice/Comp 211/Homework/8/WordList.dj1 last.interactions.dir = <anonymized user.home>/Documents/Rice/Comp 211/Homework/8 master.jvm.xmx = 512 slave.jvm.xmx = 128 dialog.completeword.scan.class.files = true dialog.completeword.javaapi = true tabbedpanes.state = 640 400 700 400 dialog.drjava.survey.enabled = false new.version.notification.last = 1235675309590 drjava.survey.notification.last = 1225250757266 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=4673&os.name=Mac%20OS%20X&os.version=10.4.11&java.version=1.6.0-dp&java.vendor=Apple%20Computer,%20Inc. Used memory: about 11.94 megabytes Free memory: about 11.73 megabytes Total memory: about 23.68 megabytes Total memory can expand to: about 508.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2647529&group_id=44253 |