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...> - 2008-06-24 23:51:30
|
Feature Requests item #2002161, was opened at 2008-06-24 18:51 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=2002161&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: Medium (< 1 pair-month) Status: Open Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Project-Persistent Find All Panels Initial Comment: It might be a good idea to store open "Find All" panels in a project file, just like breakpoints and bookmarks, and reload and display them when the project is opened again. Since "Find All" panels have the very convenient "Find Again" button, there could even be an option to automatically refresh the searches when the project is opened. This would, of course, consume some time when the project is loaded, but it would be a nice way of keeping track of // TODO and // BUG comments, for example. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2002161&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-06-24 22:39:10
|
Feature Requests item #2002096, was opened at 2008-06-24 17: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=2002096&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: Medium (< 1 pair-month) Status: Open Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Export Pane Contents to Clipboard Initial Comment: It would be useful to export the contents of the "Find All", "Bookmarks", "Breakpoints", and other RegionsTreePanels to the clipboard in a more readable format. Currently, you can select one or more tree nodes and copy them into the clipboard (Ctrl-C or Command-C), but the output isn't structured and is partially HTML. Example: /Users/Shared/drjava/drjava/src/edu/rice/cs/drjava/ui/MainFrame.java <html>1745: _completeJavaAPICheckbox.<font color=#ff0000>setMnemonic</font>('j');</html> <html>6053: fileMenu.<font color=#ff0000>setMnemonic</font>(KeyEvent.VK_F);</html> <html>6097: editMenu.<font color=#ff0000>setMnemonic</font>(KeyEvent.VK_E);</html> <html>6151: toolsMenu.<font color=#ff0000>setMnemonic</font>(KeyEvent.VK_T);</html> <html>6279: projectMenu.<font color=#ff0000>setMnemonic</font>(KeyEvent.VK_P);</html> <html>6313: debugMenu.<font color=#ff0000>setMnemonic</font>(KeyEvent.VK_D);</html> <html>6372: languageLevelMenu.<font color=#ff0000>setMnemonic</font>(KeyEvent.VK_L);</html> <html>6424: helpMenu.<font color=#ff0000>setMnemonic</font>(KeyEvent.VK_H);</html> <html>9626: _autoImportPackageCheckbox.<font color=#ff0000>setMnemonic</font>('p');</html> /Users/Shared/drjava/drjava/src/edu/rice/cs/util/swing/ScrollableListSelectionDialog.java <html>539: selectAllButton.<font color=#ff0000>setMnemonic</font>(KeyEvent.VK_A);</html> <html>544: selectNoneButton.<font color=#ff0000>setMnemonic</font>(KeyEvent.VK_N);</html> This could be changed to something as simple as: /Users/Shared/drjava/drjava/src/edu/rice/cs/drjava/ui/MainFrame.java 1745: _completeJavaAPICheckbox.setMnemonic('j'); 6053: fileMenu.setMnemonic(KeyEvent.VK_F); 6097: editMenu.setMnemonic(KeyEvent.VK_E); 6151: toolsMenu.setMnemonic(KeyEvent.VK_T); 6279: projectMenu.setMnemonic(KeyEvent.VK_P); 6313: debugMenu.setMnemonic(KeyEvent.VK_D); 6372: languageLevelMenu.setMnemonic(KeyEvent.VK_L); 6424: helpMenu.setMnemonic(KeyEvent.VK_H); 9626: _autoImportPackageCheckbox.setMnemonic('p'); /Users/Shared/drjava/drjava/src/edu/rice/cs/util/swing/ScrollableListSelectionDialog.java 539: selectAllButton.setMnemonic(KeyEvent.VK_A); 544: selectNoneButton.setMnemonic(KeyEvent.VK_N); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2002096&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-06-24 22:28:07
|
Bugs item #2002092, was opened at 2008-06-24 17: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=2002092&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 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: DrJava Error Only Printed to Console, No Error Popup Initial Comment: I don't exactly know what I did, because the exception below was printed only in the Console pane. The DrJava Error Popup that normally appears when there in an uncaught exception did not appear, and therefore I only noticed this error by chance. A second curious part about this bug is the incredibly long list of "In closedBraceLeft, token to left: Brace<)>" strings, either with a closing parenthesis or a closing curly brace. The output from the Console pane is below, version and system information at the very end. edu.rice.cs.util.UnexpectedException: java.lang.Exception: Attempted to get DefinitionsPane for a closed document at edu.rice.cs.drjava.ui.MainFrame.getDefPaneGivenODD(MainFrame.java:7489) at edu.rice.cs.drjava.ui.MainFrame$215.regionAdded(MainFrame.java:6798) at edu.rice.cs.drjava.ui.MainFrame$215.regionAdded(MainFrame.java:6807) at edu.rice.cs.drjava.model.ConcreteRegionManager$2.run(ConcreteRegionManager.java:213) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:62) at edu.rice.cs.drjava.model.ConcreteRegionManager.addRegion(ConcreteRegionManager.java:210) at edu.rice.cs.drjava.model.ConcreteRegionManager.addRegion(ConcreteRegionManager.java:62) at edu.rice.cs.drjava.model.AbstractGlobalModel._loadProject(AbstractGlobalModel.java:1812) at edu.rice.cs.drjava.model.AbstractGlobalModel.openProject(AbstractGlobalModel.java:1641) at edu.rice.cs.drjava.ui.MainFrame._openProjectHelper(MainFrame.java:4313) at edu.rice.cs.drjava.ui.MainFrame.openProject(MainFrame.java:4296) at edu.rice.cs.drjava.ui.MainFrame$151.actionPerformed(MainFrame.java:3133) at edu.rice.cs.drjava.ui.RecentFileManager$2.actionPerformed(RecentFileManager.java:128) 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.Exception: Attempted to get DefinitionsPane for a closed document ... 29 more In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<]> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<]> In closedBraceLeft, token to left: Brace<]> In closedBraceLeft, token to left: Brace<]> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<]> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<)> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> In closedBraceLeft, token to left: Brace<}> System Properties: DrJava Version 20080624-1722 DrJava Revision 4525 drjava.debug.port = 54848 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_13-121 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_13-b05-241 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 = /Applications/Dev/drjava-15.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 java.version = 1.5.0_13 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_13-241 sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Tue Jun 24 17:27:26 CDT 2008 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.1.6.link = file://<anonymized user.home>/Sites/docs/Java/jdk-6-doc/api interactions.exit.prompt = false open.folder.recursive = true recent.files = [<anonymized user.dir>/src/edu/rice/cs/drjava/config/FileListProperty.java,<anonymized user.dir>/src/edu/rice/cs/drjava/config/FileProperty.java,<anonymized user.dir>/src/edu/rice/cs/drjava/config/MutableFileProperty.java] recent.projects = [<anonymized user.home>/Documents/Semester 8 Spring 2008/COMP 312/hw1/solution/hw1sol.xml,<anonymized user.dir>/../drjava.xml,<anonymized user.home>/Documents/Research/OOPBook/TempCalculator/full/full.xml,<anonymized user.home>/Documents/Semester 8 Spring 2008/COMP 212 TA/p3/m2/rwb1/rwb1.xml] window.height = 776 window.width = 1276 window.x = 0 window.y = 22 window.state = 6 doc.list.width = 277 last.dir = <anonymized user.dir>/src/edu/rice/cs/drjava/ui last.interactions.dir = /Users/Shared/drjava master.jvm.xmx = 2048 dialog.clipboard.history.state = 425 400 425 210 dialog.completeword.scan.class.files = true dialog.completeword.javaapi = true dialog.jaroptions.state = 528 254 find.replace.focus.in.defpane = true external.saved.count = 1 external.saved.names = [NextGen Compile All] external.saved.cmdlines = [${ignore;cmd="${file.mkdir;file="${project.build.dir}"}"}${java.file} -jar ${drjavajar.file} -sourcepath ${project.root} -cp ${project.build.dir}${path.separator}${project.extra.class.path}${path.separator}${config.extra.classpath}${path.separator}${drjava.file} -d ${project.build.dir} ${drjava.all.files;sep=" ";rel="${project.root}"}] external.saved.workdirs = [${project.root}] external.saved.drjavajarfiles = [<anonymized user.home>/Desktop/nextgen2.drjavajar] new.version.notification.last = 1214329640234 Used memory: about 146.06 megabytes Free memory: about 363.66 megabytes Total memory: about 509.72 megabytes Total memory can expand to: about 1.98 gigabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2002092&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-06-24 21:45:12
|
Feature Requests item #2002071, was opened at 2008-06-24 16:45 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=2002071&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: Medium (< 1 pair-month) Status: Open Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Allow User-Specified Javadoc Links Initial Comment: Currently, the "Open Java API Javadoc" feature can open the Javadoc pages for Standard API classes provided by Sun. It would be very convenient if we extended this to an arbitrarily long list of Javadoc webpage locations that are considered for Javadoc entries. This way, DrJava developers could open the Javadoc pages for core DrJava pages and the PLT utilities, for example, instead of having to first navigate to drjava.org and then clicking on links a dozen times. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2002071&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-06-12 23:08:14
|
Bugs item #1992497, was opened at 2008-06-12 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=1992497&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: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Mathias Ricken (mgricken) Summary: Folders and Bins Cannot Be Selected Initial Comment: Folders and bins (e.g. [ Source Files ]) cannot be selected in the tree navigator. Instead, the selection jumps back to the previously selected document node. This is particularly irritating when pressing the right mouse button to display the context menu for folders and bins: The correct context menu is displayed, but underneath it the tree jumps back to the document that was selected before. It is unclear whether the context menu belongs to the folder or bin on which the right click happened (it does belong to it) or to the document node that is selected after the click. In some cases it is possible to collapse a folder, then close another folder or file and end up with a document selected that is in the collapsed folder, and therefore invisible. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1992497&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-06-12 20:41:33
|
Bugs item #1992394, was opened at 2008-06-12 15:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1992394&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: 7 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Dan Smith (dlsmith) Summary: Interpreter does not support methods with varargs Initial Comment: The DynamicJava interpreter does not allow calls to methods that have varargs using the varargs syntax. This is true both for methods defined in the Definitions Pane as well as in the Interactions Pane: // In Definitions Pane public class VarArgsTest { public void test(Object...x) { System.out.println("test:"+ java.util.Arrays.toString(x)); } public static void stest(Object...x) { System.out.println("stest "+ java.util.Arrays.toString(x)); } public static void main(String[] args) { // this all works, as expected stest("x", "y", "z"); stest(null, "x", "y"); VarArgsTest v = new VarArgsTest(); v.stest("x", "y", "z"); v.stest(null, "x", "y"); v.test("x", "y", "z"); v.test(null, "x", "y"); } } // In Interactions Pane > VarArgsTest.stest("x", "y", "z") Static Error: No method in VarArgsTest with name 'stest' accepts arguments (String, String, String) > VarArgsTest.stest(null, "y", "z") Static Error: No method in VarArgsTest with name 'stest' accepts arguments ((null), String, String) > VarArgsTest v = new VarArgsTest() > v.test("x", "y", "z") Static Error: No method in VarArgsTest with name 'test' accepts arguments (String, String, String) > v.test(null, "y", "z") Static Error: No method in VarArgsTest with name 'test' accepts arguments ((null), String, String) As already stated, the problem also occurs for local methods defined in the Interactions Pane: > void itest(Object...x) { System.out.println("itest: "+java.util.Arrays.toString(x)); } > itest("x", "y", "z") Static Error: No method in FunctionWrapperClass.Overload1 with name 'itest' accepts arguments (String, String, String) > itest(null, "y", "z") Static Error: No method in FunctionWrapperClass.Overload2 with name 'itest' accepts arguments ((null), String, String) And for classes defined in the Interactions Pane: > public class IVarArgsTest { public void test(Object...x) { System.out.println("test: "+java.util.Arrays.toString(x)); } public static void stest(Object...x) { System.out.println("stest "+java.util.Arrays.toString(x)); } public static void main(String[] args) { stest("x", "y", "z"); stest(null, "x", "y"); IVarArgsTest v = new IVarArgsTest(); v.stest("x", "y", "z"); v.stest(null, "x", "y"); v.test("x", "y", "z"); v.test(null, "x", "y"); } } Static Error: No method in IVarArgsTest with name 'stest' accepts arguments (String, String, String) The methods can be called using the array syntax: > VarArgsTest.stest(new Object[] {"x", "y", "z"}) stest [x, y, z] > v.test(new Object[] {"x", "y", "z"}) test: [x, y, z] > itest(new Object[] {"x", "y", "z"}) itest: [x, y, z] Please also take a look at a previous bug report that did not allow null values in varargs, and make sure the problem does not reappear when this bug has been fixed: [ 1151966 ] Interactions pane doesn't process nulls in varargs correctly https://sourceforge.net/tracker/index.php?func=detail&aid=1151966&group_id=44253&atid=438935 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1992394&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-06-09 15:15:48
|
Bugs item #1988976, was opened at 2008-06-09 10:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1988976&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: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Project files shouldn't be canonicalized Initial Comment: I lifted the "source" directory of a project of mine into a different folder (for backup purposes) and created a symbolic link. Now all the files in the project are treated as "External Files", because their canonical paths are not subtrees of the (canonical) project root. There's no reason not to treat the symbolic link to a directory just like a normal directory. In general, anywhere we canonicalize files we probably ought to be just getting absolute paths -- unless there's a good reason to do otherwise. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1988976&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-06-06 18:17:57
|
Bugs item #1986721, was opened at 2008-06-06 13:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1986721&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: Global model Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Mathias Ricken (mgricken) Summary: "Find All" Match and Renamed Document Initial Comment: If a document contains a "Find All" match, and the document is then saved to a different file using "Save As", and the user presses the "Find Again" button, the match in the previous document still exists, even though the document is now in a different file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1986721&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-06-06 17:30:50
|
Bugs item #1986669, was opened at 2008-06-06 12: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=1986669&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: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Case-Insensitivity Problem with Class Members Initial Comment: Typing the following in the Interactions Pane: Welcome to DrJava. Working directory is /Users/Shared/drjava > import java.util.* > for(String s: new HashMap<String,String>().keySet()) { } > causes the exception below. The problem is that both a method keySet() and a private nested class KeySet exist, and DynamicJava seems to access the wrong entity, despite the differences in spelling. edu.rice.cs.util.UnexpectedException: java.lang.RuntimeException: java.lang.IllegalAccessException: Class edu.rice.cs.dynamicjava.interpreter.StatementEvaluator can not access a member of class java.util.HashMap$KeySet with modifiers "public" at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:797) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:751) 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:190) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._interpret(RMIInteractionsModel.java:75) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpret(InteractionsModel.java:214) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpretCurrentInteraction(InteractionsModel.java:195) at edu.rice.cs.drjava.ui.InteractionsController$10$1.run(InteractionsController.java:457) Caused by: java.lang.RuntimeException: java.lang.IllegalAccessException: Class edu.rice.cs.dynamicjava.interpreter.StatementEvaluator can not access a member of class java.util.HashMap$KeySet with modifiers "public" at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:153) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:29) at koala.dynamicjava.tree.ForEachStatement.acceptVisitor(ForEachStatement.java:234) 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:250) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) at java.lang.Thread.run(Thread.java:613) Caused by: java.lang.IllegalAccessException: Class edu.rice.cs.dynamicjava.interpreter.StatementEvaluator can not access a member of class java.util.HashMap$KeySet with modifiers "public" at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65) at java.lang.reflect.Method.invoke(Method.java:578) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:150) ... 17 more Caused by: java.lang.RuntimeException: java.lang.IllegalAccessException: Class edu.rice.cs.dynamicjava.interpreter.StatementEvaluator can not access a member of class java.util.HashMap$KeySet with modifiers "public" at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:153) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:29) at koala.dynamicjava.tree.ForEachStatement.acceptVisitor(ForEachStatement.java:234) 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:250) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) at java.lang.Thread.run(Thread.java:613) Caused by: java.lang.IllegalAccessException: Class edu.rice.cs.dynamicjava.interpreter.StatementEvaluator can not access a member of class java.util.HashMap$KeySet with modifiers "public" at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65) at java.lang.reflect.Method.invoke(Method.java:578) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:150) ... 17 more System Properties: DrJava Version 20080601-1100 DrJava Revision 4498 drjava.debug.port = 49650 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_13-121 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_13-b05-241 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 = Europe/Helsinki java.awt.printerjob = apple.awt.CPrinterJob file.encoding = MacRoman java.specification.version = 1.5 java.class.path = /Applications/Dev/drjava-15.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 java.version = 1.5.0_13 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_13-241 sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Sun Jun 01 19:33:10 EEST 2008 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.1.6.link = file://<anonymized user.home>/Sites/docs/Java/jdk-6-doc/api interactions.exit.prompt = false open.folder.recursive = true recent.files = [<anonymized user.dir>/src/edu/rice/cs/util/swing/HighlightedRegion.java,<anonymized user.dir>/src/edu/rice/cs/util/swing/IHighlighted.java,<anonymized user.dir>/src/edu/rice/cs/drjava/config/BinaryOpProperty.java,<anonymized user.dir>/src/edu/rice/cs/drjava/CodeStatus.java,<anonymized user.dir>/src/edu/rice/cs/drjava/Version.java] recent.projects = [<anonymized user.home>/drjava/drjava.xml,<anonymized user.home>/Documents/Semester 8 Spring 2008/COMP 312/hw1/solution/hw1sol.xml,<anonymized user.home>/Documents/Research/OOPBook/TempCalculator/full/full.xml,<anonymized user.home>/Documents/Semester 8 Spring 2008/COMP 212 TA/p3/m2/rwb1/rwb1.xml] window.height = 776 window.width = 1276 window.x = 1 window.y = 22 doc.list.width = 277 last.dir = <anonymized user.dir>/src/edu/rice/cs/drjava/config/DrJavaProperty.java last.interactions.dir = /Users/Shared/drjava master.jvm.xmx = 2048 dialog.clipboard.history.state = 425 400 425 210 dialog.gotofile.state = 393 300 441 260 0 dialog.openjavadoc.state = 393 300 441 260 0 dialog.completeword.state = 516 300 381 260 0 dialog.completeword.scan.class.files = true dialog.completeword.javaapi = true dialog.jaroptions.state = 528 254 find.replace.focus.in.defpane = true external.saved.count = 4 external.saved.names = [ant jar,javac all,javacf all,NextGen Compile All] external.saved.types = [cmdline,cmdline,cmdline,java] external.saved.cmdlines = [ant jar,javac -sourcepath ${project.root} -d ${project.build.dir} ${drjava.all.files;sep=" "},javacf ${tmpfile;content="${drjava.all.files}"} -sourcepath ${project.root} -d ${project.build.dir},-jar <anonymized user.home>/bin/nextgen2.jar -sourcepath ${project.root} -d ${project.build.dir} ${drjava.all.files;sep=" "}] external.saved.jvmargs = [,,,] external.saved.workdirs = [<anonymized user.dir>,${drjava.working.dir},${drjava.working.dir},${drjava.working.dir}] new.version.notification.last = 1212318236221 Used memory: about 28.76 megabytes Free memory: about 21.73 megabytes Total memory: about 50.49 megabytes Total memory can expand to: about 1.98 gigabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1986669&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-05-21 13:41:00
|
Bugs item #1968728, was opened at 2008-05-21 08: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=1968728&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: Difficulty Removing Breakpoints and Bookmarks Initial Comment: After a breakpoint has been set, it can only be removed using the Ctrl/Command-B keyboard shortcut if the cursor is in the first column of the line. In the past, it was possible to remove the breakpoint with the cursor anywhere on the line. This still works for full-line bookmarks. For region bookmarks, which are created by selecting a region of code and then pressing Ctrl/Command-M, the bookmark cannot be removed just by having the cursor anywhere inside the bookmark. If one tries that, it toggles a full-line bookmark in that line. To remove a region bookmark, the user has to select exactly the same region of code and then press Ctrl/Command-M again. In the past, pressing Ctrl/Command-B or Ctrl/Command-M anywhere would remove a breakpoint or bookmark, respectively, that surrounded the cursor. That behavior was easier to use and should be restored. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1968728&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-05-20 13:03:04
|
Bugs item #1967938, was opened at 2008-05-20 08: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=1967938&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: Find All Highlights Never Removed Initial Comment: After performing a "Find All" operation, the matches are highlighted in the Definitions pane. When the panel with the results of the "Find All" operation is closed, the highlights used to be removed. Now they are never removed, they remain in the document forever. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1967938&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-05-20 08:11:37
|
Bugs item #1967750, was opened at 2008-05-20 01:11 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=1967750&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: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Some error with something....? Initial Comment: edu.rice.cs.util.UnexpectedException: java.lang.StringIndexOutOfBoundsException: String index out of range: 2898 at edu.rice.cs.drjava.model.AbstractGlobalModel.setActiveDocument(AbstractGlobalModel.java:4125) at edu.rice.cs.drjava.ui.MainFrame._save(MainFrame.java:4040) at edu.rice.cs.drjava.ui.MainFrame.access$2500(MainFrame.java:113) at edu.rice.cs.drjava.ui.MainFrame$28.actionPerformed(MainFrame.java:534) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsPane.java:573) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.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) Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 2898 at java.lang.String.substring(Unknown Source) at edu.rice.cs.drjava.model.cache.DocumentCache$DocManager.getText(DocumentCache.java:230) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getText(AbstractGlobalModel.java:3683) at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset(CompilerErrorModel.java:246) at edu.rice.cs.drjava.ui.ErrorCaretListener$1.run(ErrorCaretListener.java:90) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:62) at edu.rice.cs.drjava.ui.ErrorCaretListener.updateHighlight(ErrorCaretListener.java:78) at edu.rice.cs.drjava.ui.ErrorCaretListener.caretUpdate(ErrorCaretListener.java:73) at javax.swing.text.JTextComponent.fireCaretUpdate(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(Unknown Source) at javax.swing.text.DefaultCaret.fireStateChanged(Unknown Source) at javax.swing.text.DefaultCaret.changeCaretPosition(Unknown Source) at javax.swing.text.DefaultCaret.handleSetDot(Unknown Source) at javax.swing.text.DefaultCaret.setDot(Unknown Source) at javax.swing.text.DefaultCaret.setDot(Unknown Source) at javax.swing.text.JTextComponent.setCaretPosition(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.notifyActive(DefinitionsPane.java:938) at edu.rice.cs.drjava.ui.MainFrame._switchDefScrollPane(MainFrame.java:6630) at edu.rice.cs.drjava.ui.MainFrame$ModelListener$8.run(MainFrame.java:7382) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:62) at edu.rice.cs.drjava.ui.MainFrame$ModelListener.activeDocumentChanged(MainFrame.java:7379) at edu.rice.cs.drjava.model.GlobalEventNotifier.activeDocumentChanged(GlobalEventNotifier.java:286) at edu.rice.cs.drjava.model.AbstractGlobalModel.installActiveDocument(AbstractGlobalModel.java:4204) at edu.rice.cs.drjava.model.AbstractGlobalModel._setActiveDoc(AbstractGlobalModel.java:4199) at edu.rice.cs.drjava.model.AbstractGlobalModel.access$000(AbstractGlobalModel.java:168) at edu.rice.cs.drjava.model.AbstractGlobalModel$2.itemCase(AbstractGlobalModel.java:341) at edu.rice.cs.drjava.model.AbstractGlobalModel$2.itemCase(AbstractGlobalModel.java:364) at edu.rice.cs.util.docnavigation.JListNavigator$1$1$2.execute(JListNavigator.java:100) at edu.rice.cs.drjava.model.AbstractGlobalModel$3.gainedSelection(AbstractGlobalModel.java:370) at edu.rice.cs.util.docnavigation.JListNavigator$1$1.run(JListNavigator.java:104) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:62) at edu.rice.cs.util.docnavigation.JListNavigator$1.valueChanged(JListNavigator.java:89) at javax.swing.JList.fireSelectionValueChanged(Unknown Source) at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source) at javax.swing.JList.setSelectedIndex(Unknown Source) at javax.swing.JList.setSelectedValue(Unknown Source) at edu.rice.cs.util.docnavigation.JListNavigator.setActiveDoc(JListNavigator.java:225) at edu.rice.cs.drjava.model.AbstractGlobalModel$20.run(AbstractGlobalModel.java:4121) at edu.rice.cs.util.swing.Utilities.invokeAndWait(Utilities.java:70) at edu.rice.cs.drjava.model.AbstractGlobalModel.setActiveDocument(AbstractGlobalModel.java:4116) ... 26 more Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 2898 at java.lang.String.substring(Unknown Source) at edu.rice.cs.drjava.model.cache.DocumentCache$DocManager.getText(DocumentCache.java:230) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getText(AbstractGlobalModel.java:3683) at edu.rice.cs.drjava.model.compiler.CompilerErrorModel.getErrorAtOffset(CompilerErrorModel.java:246) at edu.rice.cs.drjava.ui.ErrorCaretListener$1.run(ErrorCaretListener.java:90) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:62) at edu.rice.cs.drjava.ui.ErrorCaretListener.updateHighlight(ErrorCaretListener.java:78) at edu.rice.cs.drjava.ui.ErrorCaretListener.caretUpdate(ErrorCaretListener.java:73) at javax.swing.text.JTextComponent.fireCaretUpdate(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(Unknown Source) at javax.swing.text.DefaultCaret.fireStateChanged(Unknown Source) at javax.swing.text.DefaultCaret.changeCaretPosition(Unknown Source) at javax.swing.text.DefaultCaret.handleSetDot(Unknown Source) at javax.swing.text.DefaultCaret.setDot(Unknown Source) at javax.swing.text.DefaultCaret.setDot(Unknown Source) at javax.swing.text.JTextComponent.setCaretPosition(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.notifyActive(DefinitionsPane.java:938) at edu.rice.cs.drjava.ui.MainFrame._switchDefScrollPane(MainFrame.java:6630) at edu.rice.cs.drjava.ui.MainFrame$ModelListener$8.run(MainFrame.java:7382) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:62) at edu.rice.cs.drjava.ui.MainFrame$ModelListener.activeDocumentChanged(MainFrame.java:7379) at edu.rice.cs.drjava.model.GlobalEventNotifier.activeDocumentChanged(GlobalEventNotifier.java:286) at edu.rice.cs.drjava.model.AbstractGlobalModel.installActiveDocument(AbstractGlobalModel.java:4204) at edu.rice.cs.drjava.model.AbstractGlobalModel._setActiveDoc(AbstractGlobalModel.java:4199) at edu.rice.cs.drjava.model.AbstractGlobalModel.access$000(AbstractGlobalModel.java:168) at edu.rice.cs.drjava.model.AbstractGlobalModel$2.itemCase(AbstractGlobalModel.java:341) at edu.rice.cs.drjava.model.AbstractGlobalModel$2.itemCase(AbstractGlobalModel.java:364) at edu.rice.cs.util.docnavigation.JListNavigator$1$1$2.execute(JListNavigator.java:100) at edu.rice.cs.drjava.model.AbstractGlobalModel$3.gainedSelection(AbstractGlobalModel.java:370) at edu.rice.cs.util.docnavigation.JListNavigator$1$1.run(JListNavigator.java:104) at edu.rice.cs.util.swing.Utilities.invokeLater(Utilities.java:62) at edu.rice.cs.util.docnavigation.JListNavigator$1.valueChanged(JListNavigator.java:89) at javax.swing.JList.fireSelectionValueChanged(Unknown Source) at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source) at javax.swing.JList.setSelectedIndex(Unknown Source) at javax.swing.JList.setSelectedValue(Unknown Source) at edu.rice.cs.util.docnavigation.JListNavigator.setActiveDoc(JListNavigator.java:225) at edu.rice.cs.drjava.model.AbstractGlobalModel$20.run(AbstractGlobalModel.java:4121) at edu.rice.cs.util.swing.Utilities.invokeAndWait(Utilities.java:70) at edu.rice.cs.drjava.model.AbstractGlobalModel.setActiveDocument(AbstractGlobalModel.java:4116) at edu.rice.cs.drjava.ui.MainFrame._save(MainFrame.java:4040) at edu.rice.cs.drjava.ui.MainFrame.access$2500(MainFrame.java:113) at edu.rice.cs.drjava.ui.MainFrame$28.actionPerformed(MainFrame.java:534) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsPane.java:573) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.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 20080112-0033 drjava.debug.port = 1893 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 user.country = AU 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\ADMINI~1\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP application.home = <anonymized user.home>\Desktop sun.jnu.encoding = Cp1252 java.library.path = <anonymized user.home>\Desktop;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;D:\Java\jre1.5.0_06\bin\client\;C:\Program Files\Common Files\Teleca Shared;C:\Program Files\Intuwave\Shared\mRouterRuntime;"D:\Zone Labs\ZoneAlarm\MailFrontier";C:\Program Files\QuickTime\QTSystem\ env.class.path = .;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip 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 = Australia/Sydney java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.home>\Desktop\drjava-stable-20080106-0744.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.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Tue May 20 18:09:37 EST 2008 browser.file = D:\\Mozilla Firefox 3 Beta 2\\firefox.exe javac.location = D:\\Java\\jdk1.6.0_04\\lib\\tools.jar key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE quit.prompt = false save.before.compile = true recent.files = [D:\\Dr. Java\\Person.java,D:\\Dr. Java\\Java\\Person.java,D:\\Dr. Java\\HelloWorld.java,C:\\Documents and Settings\\<anonymized user.name>\\HelloWorld.java,C:\\Documents and Settings\\<anonymized user.name>\\HelloWorldApp.java] window.height = 872 window.width = 1160 window.x = -4 window.y = -4 last.dir = D:\\Dr. Java\\AddressBook.java last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name> Used memory: about 8.64 megabytes Free memory: about 1.04 megabytes Total memory: about 9.68 megabytes Total memory can expand to: about 63.56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1967750&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-05-13 22:26:17
|
Bugs item #1963420, was opened at 2008-05-13 17:26 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=1963420&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: 8 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Mathias Ricken (mgricken) Summary: NullPointerException when using Step Into Initial Comment: Reported by DXN: Here is the project I am trying to debug. The main class is CountLeaves.java. As I tried to Step Into in the debug mode, I get all kinds of error messages in the console. Please let me know what you find. Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1963420&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-05-13 17:24:58
|
Bugs item #1963222, was opened at 2008-05-13 13:24 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=1963222&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: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ethan Bolker (ebolker) Assigned to: Nobody/Anonymous (nobody) Summary: spelling error in quick start guide Initial Comment: Spelling error on this page in the quick start guide: seperately. Compiling Your Project When compiling a project, you must decide ... Note that all files in the External Files folder will not be compiled as part of the project--you must do this seperately. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1963222&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-05-12 17:14:01
|
Bugs item #1962520, was opened at 2008-05-12 13: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=1962520&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: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ethan Bolker (ebolker) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException Initial Comment: Brand new Dr Java, downloaded today. Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\eb>java -version java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing) C:\eb> Went to Project->New, navigated to a place I wanted my project, saw that there was a folder with the name I wanted. So I went to windows, renamed the folder, typed the new name in the dialog. This is what happened (from the Dr. Java error window): java.lang.NullPointerException at edu.rice.cs.drjava.ui.MainFrame._newProject(MainFrame.java:4131) at edu.rice.cs.drjava.ui.MainFrame.access$1200(MainFrame.java:113) at edu.rice.cs.drjava.ui.MainFrame$12.actionPerformed(MainFrame.java:375) 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 20080112-0033 drjava.d<anonymized user.name>ug.port = 1528 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0_06\bin java.vm.version = 10.0-b22 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 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_06-b02 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0_06\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 application.home = <anonymized user.home>\Desktop sun.jnu.encoding = Cp1252 java.library.path = <anonymized user.home>\Desktop;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\MiKTeX 2.5\miktex\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem 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-stable-20080106-0744.exe user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0_06 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_06 java.ext.dirs = C:\Program Files\Java\jre1.6.0_06\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0_06\lib\resources.jar;C:\Program Files\Java\jre1.6.0_06\lib\rt.jar;C:\Program Files\Java\jre1.6.0_06\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_06\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_06\lib\jce.jar;C:\Program Files\Java\jre1.6.0_06\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_06\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.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Mon May 12 13:04:10 EDT 2008 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE window.height = 1002 window.width = 1288 window.x = -4 window.y = -4 last.dir = C:\\Documents and Settings\\<anonymized user.name> last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name> Used memory: about 5.23 megabytes Free memory: about 3.39 megabytes Total memory: about 8.62 megabytes Total memory can expand to: about 63.56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1962520&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-05-09 21:58:25
|
Bugs item #1961243, was opened at 2008-05-09 14:58 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=1961243&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 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Version 20080112-0033 Initial Comment: java.lang.NullPointerException at edu.rice.cs.drjava.ui.MainFrame$ModelListener.interactionEnded(MainFrame.java:7453) at edu.rice.cs.drjava.model.GlobalEventNotifier.interactionEnded(GlobalEventNotifier.java:331) at edu.rice.cs.drjava.model.repl.InteractionsEventNotifier.interactionEnded(InteractionsEventNotifier.java:75) at edu.rice.cs.drjava.model.repl.DefaultInteractionsModel$3.run(DefaultInteractionsModel.java:136) at java.awt.event.InvocationEvent.dispatch(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 20080112-0033 drjava.debug.port = 49624 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = c:\Program Files\Java\jre1.6.0\bin java.vm.version = 1.6.0-oem-b104 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 user.country = US sun.os.patch.level = java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.6.0-oem-b104 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = c:\Program Files\Java\jre1.6.0\lib\endorsed os.arch = x86 java.io.tmpdir = <anonymized user.home>\AppData\Local\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows Vista application.home = <anonymized user.home>\Desktop sun.jnu.encoding = Cp1252 java.library.path = <anonymized user.home>\Desktop;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Java\jdk1.5.0_14\bin;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\QuickTime\QTSystem\ env.class.path = .;C:\Program Files\Java\jre1.6.0\lib\ext\QTJava.zip java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 6.0 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\Dr Java.exe user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = c:\Program Files\Java\jre1.6.0 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-oem java.ext.dirs = c:\Program Files\Java\jre1.6.0\lib\ext;C:\Windows\Sun\Java\lib\ext sun.boot.class.path = c:\Program Files\Java\jre1.6.0\lib\resources.jar;c:\Program Files\Java\jre1.6.0\lib\rt.jar;c:\Program Files\Java\jre1.6.0\lib\sunrsasign.jar;c:\Program Files\Java\jre1.6.0\lib\jsse.jar;c:\Program Files\Java\jre1.6.0\lib\jce.jar;c:\Program Files\Java\jre1.6.0\lib\charsets.jar;c:\Program Files\Java\jre1.6.0\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.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Fri May 09 17:47:41 EDT 2008 lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE interactions.exit.prompt = false save.before.compile = true auto.close.comments = true recent.files = [C:\\Users\\<anonymized user.name>\\Documents\\school\\Freshman\\COS\\Final\\BeadFinder.java,C:\\Users\\<anonymized user.name>\\Documents\\school\\Freshman\\COS\\Final\\Picture.java,C:\\Users\\<anonymized user.name>\\Documents\\school\\Freshman\\COS\\Week 8\\Colors.java,C:\\Users\\<anonymized user.name>\\Documents\\school\\Freshman\\COS\\Week 9\\Tour.java,C:\\Users\\<anonymized user.name>\\Documents\\school\\Freshman\\COS\\Final\\Bead.java] window.height = 776 window.width = 1280 window.x = 0 window.y = 0 window.state = 0 doc.list.width = 130 last.dir = C:\\Users\\<anonymized user.name>\\Documents\\school\\Freshman\\COS\\Final\\BeadFinder.java last.interactions.dir = C:\\Users\\<anonymized user.name>\\Documents\\school\\Freshman\\COS\\Final Used memory: about 14.20 megabytes Free memory: about 6.38 megabytes Total memory: about 20.58 megabytes Total memory can expand to: about 63.56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1961243&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-05-06 19:59:41
|
Bugs item #1959032, was opened at 2008-05-06 14:59 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=1959032&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: 3: Ugly Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: "New Project" incorrect about existing file Initial Comment: See also [1461875]. If I create a project with the same name as a subdirectory of the selected location, I get a dialog saying it will overwrite an existing file. That's not the case, though, because the new file will have a ".xml" extension, while the existing directory does not. The workaround is to explicitly write the ".xml" extension as part of the new project's name. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1959032&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-05-02 00:38:21
|
Bugs item #1955788, was opened at 2008-05-01 19:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1955788&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: Strange Indenting with Anonymous Inner Class as Argument Initial Comment: The following source code is indented in a very strange manner. The method of the first anonymous inner class (2nd argument) is indented one step from the beginning of the line where the method. The method of the second anonymous inner class (3rd argument) is indented one step from the column with the "new" that creates the object. This is how indenting should behave. <pre> methodCall(this, new Lambda<Void,WindowEvent>() { public Void apply(WindowEvent e) { return null; } }, new Lambda<Void,WindowEvent>() { public Void apply(WindowEvent e) { return null; } }); </pre> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1955788&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-05-01 20:43:38
|
Bugs item #1955683, was opened at 2008-05-01 15: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=1955683&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: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Go To File causes OutOfMemoryError Initial Comment: This is a large project. Perhaps files are not being released from the cache after their names are found? java.lang.OutOfMemoryError: Java heap space at javax.swing.text.AbstractDocument.createLeafElement(AbstractDocument.java:1260) at javax.swing.text.DefaultStyledDocument$ElementBuffer.insertElement(DefaultStyledDocument.java:1718) at javax.swing.text.DefaultStyledDocument$ElementBuffer.insertUpdate(DefaultStyledDocument.java:1405) at javax.swing.text.DefaultStyledDocument$ElementBuffer.insert(DefaultStyledDocument.java:1275) at javax.swing.text.DefaultStyledDocument.insertUpdate(DefaultStyledDocument.java:635) at edu.rice.cs.drjava.model.AbstractDJDocument.insertUpdate(AbstractDJDocument.java:1711) at javax.swing.text.AbstractDocument.handleInsertString(AbstractDocument.java:731) at javax.swing.text.AbstractDocument.insertString(AbstractDocument.java:693) at edu.rice.cs.util.text.SwingDocument.insertString(SwingDocument.java:168) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.insertString(DefinitionsDocument.java:318) at javax.swing.text.DefaultEditorKit.read(DefaultEditorKit.java:254) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc$2.make(AbstractGlobalModel.java:3098) at edu.rice.cs.drjava.model.cache.DocumentCache$DocManager.makeDocument(DocumentCache.java:181) at edu.rice.cs.drjava.model.cache.DocumentCache$DocManager.getDocument(DocumentCache.java:205) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getDocument(AbstractGlobalModel.java:2869) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getPackageNameFromDocument(AbstractGlobalModel.java:2974) at edu.rice.cs.drjava.ui.MainFrame$GoToFileListEntry.getFullPackage(MainFrame.java:1096) at edu.rice.cs.drjava.ui.MainFrame$ClassNameAndPackageEntry.compareTo(MainFrame.java:1067) at edu.rice.cs.drjava.ui.MainFrame$ClassNameAndPackageEntry.compareTo(MainFrame.java:1058) at java.util.Arrays.mergeSort(Arrays.java:1167) at java.util.Arrays.sort(Arrays.java:1079) at java.util.Collections.sort(Collections.java:117) at edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.setList(PredictiveInputModel.java:614) at edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.<init>(PredictiveInputModel.java:577) at edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.setItems(PredictiveInputFrame.java:304) at edu.rice.cs.drjava.ui.MainFrame$75.actionPerformed(MainFrame.java:1268) at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1641) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsPane.java:589) at java.awt.Component.processEvent(Component.java:5903) at java.awt.Container.processEvent(Container.java:2102) at java.awt.Component.dispatchEventImpl(Component.java:4497) at java.awt.Container.dispatchEventImpl(Container.java:2160) System Properties: DrJava Version 20080415-1537 DrJava Revision 4441 drjava.debug.port = 52552 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries java.vm.version = 1.6.0_05-b13-52 awt.nativeDoubleBuffering = true gopherProxySet = false java.vm.vendor = Apple Inc. java.vendor.url = http://www.apple.com/ path.separator = : java.vm.name = Java HotSpot(TM) 64-Bit Server VM file.encoding.pkg = sun.io 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.6.0_05-b13-120 java.awt.graphicsenv = apple.awt.CGraphicsEnvironment java.endorsed.dirs = /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/endorsed os.arch = x86_64 edu.rice.cs.drjava.icon = <anonymized user.dir>/DrJava-20080415.app/Contents/Resources/DrJava.icns apple.awt.graphics.UseOpenGL = false 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-20080415.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 = 50.0 sun.management.compiler = HotSpot 64-Bit Server Compiler os.version = 10.5.2 http.nonProxyHosts = local|*.local|169.254/16|*.169.254/16 user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = apple.awt.CPrinterJob file.encoding = MacRoman java.specification.version = 1.6 java.class.path = <anonymized user.dir>/DrJava-20080415.app/Contents/Resources/Java/drjava.jar user.name = <anonymized user.name> apple.awt.graphics.UseQuartz = false java.vm.specification.version = 1.0 java.home = /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home sun.arch.data.model = 64 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = apple.awt.CToolkit java.vm.info = mixed mode java.version = 1.6.0_05 java.ext.dirs = /Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/ext sun.boot.class.path = /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/laf.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/sunrsasign.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jsse.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/charsets.jar:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar java.vendor = Apple Inc. file.separator = / java.vendor.url.bug = http://bugreport.apple.com/ sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 mrj.version = 1040.1.6.0_05-120 socksNonProxyHosts = local|*.local|169.254/16|*.169.254/16 ftp.nonProxyHosts = local|*.local|169.254/16|*.169.254/16 sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Thu May 01 15:39:19 CDT 2008 key.open.project = command O key.find.next = command G key.find.prev = command shift G key.goto.line = command L key.goto.file = command shift L key.previous.document = command UP key.next.document = command DOWN key.begin.document = <none> key.begin.line = command LEFT key.previous.word = option LEFT key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE key.end.document = <none> key.end.line = command RIGHT key.next.word = option RIGHT key.follow.file = <none> find.replace.match.case = false find.replace.all.documents = true interactions.exit.prompt = false quit.prompt = false open.folder.recursive = true indent.level = 4 recent.files = [<anonymized user.home>/Code/fortress/trunk/ProjectFortress/src/com/sun/fortress/ant_tasks/BatchTask.java,<anonymized user.home>/Code/fortress/trunk/ProjectFortress/src/com/sun/fortress/ant_tasks/ForegTask.java,<anonymized user.home>/Code/fortress/trunk/ProjectFortress/src/com/sun/fortress/ant_tasks/FortexTask.java,<anonymized user.home>/Code/fortress/trunk/ProjectFortress/src/com/sun/fortress/ant_tasks/FortifyTask.java,<anonymized user.home>/Code/fortress/trunk/ProjectFortress/src/com/sun/fortress/ant_tasks/FortressTask.java] recent.projects = [<anonymized user.home>/Code/fortress/fortress.xml] window.height = 776 window.width = 1219 window.x = 0 window.y = 22 window.state = 6 doc.list.width = 305 last.dir = <anonymized user.home>/Code/fortress/trunk/ProjectFortress/src/com/sun/fortress/interpreter/evaluator/types last.interactions.dir = <anonymized user.home>/Code/fortress slave.jvm.xmx = 256 dialog.drjava.error.popup.enabled = false new.version.notification = all versions new.version.notification.last = 1209653658806 Used memory: about 66.00 megabytes Free memory: about 14.50 megabytes Total memory: about 80.50 megabytes Total memory can expand to: about 80.50 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1955683&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-05-01 20:02:58
|
Bugs item #1955654, was opened at 2008-05-01 15: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=1955654&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 Private: No Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: "Increase Maximum Heap Size?" dialog at inappropriate time Initial Comment: Tried to open a large folder at once and got an OutOfMemoryError (another bug, but nevermind). This lead to the "Increase Maximum Heap Size?" dialog coming up, suggesting that my problem would be solved by increasing the heap size of the Interactions JVM. Clearly, that won't help. (Also, the dialog says "The maximum heap size is currently set to default MB.") ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1955654&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-04-30 13:54:04
|
Bugs item #1954828, was opened at 2008-04-30 08: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=1954828&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: 3: Ugly Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Mathias Ricken (mgricken) Summary: DIalogs flicker if two on screen Initial Comment: The modal-like dialogs (almost all dialogs in DrJava) flicker if you manage to bring two on screen. This can be done the following way, for example: Press "Apple/Ctrl + Shift + X" to open the "Execute External Process" dialog, but before it opens, you press "Apple/Ctrl + ;" really quickly to open the "Preferences". Now the two windows will bounce back and forth, trying to reclaim the focus. For now, you can just press ESC several times and eventually once dialog will quit, but it's not ideal. I have to make the dialog modal more quickly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1954828&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-04-29 19:19:11
|
Bugs item #1954403, was opened at 2008-04-29 14:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1954403&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: 7 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Pre-Increment/Pre-Decrement Throws Exception in For Loop Initial Comment: Performing a pre-increment or post-increment in a for loop throws a DynamicJava exception: > for(int i=0; i<10; ++i) { System.out.println(i); } 0 > for(int i=10; i>=0; --i) { System.out.println(i); } 10 > Both produce the following exception after the first iteration of the loop. edu.rice.cs.util.UnexpectedException: java.lang.IllegalArgumentException: Visitor is undefined for koala.dynamicjava.tree.PreIncrement at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:787) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:741) 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:190) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._interpret(RMIInteractionsModel.java:73) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpret(InteractionsModel.java:213) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpretCurrentInteraction(InteractionsModel.java:194) at edu.rice.cs.drjava.ui.InteractionsController$10$1.run(InteractionsController.java:457) Caused by: java.lang.IllegalArgumentException: Visitor is undefined for koala.dynamicjava.tree.PreIncrement at koala.dynamicjava.tree.visitor.AbstractVisitor.defaultCase(AbstractVisitor.java:43) at koala.dynamicjava.tree.visitor.AbstractVisitor.visit(AbstractVisitor.java:459) at koala.dynamicjava.tree.PreIncrement.acceptVisitor(PreIncrement.java:69) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.evaluateSequence(StatementEvaluator.java:66) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:197) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:29) at koala.dynamicjava.tree.ForStatement.acceptVisitor(ForStatement.java:209) 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:250) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) at java.lang.Thread.run(Thread.java:613) Caused by: java.lang.IllegalArgumentException: Visitor is undefined for koala.dynamicjava.tree.PreIncrement at koala.dynamicjava.tree.visitor.AbstractVisitor.defaultCase(AbstractVisitor.java:43) at koala.dynamicjava.tree.visitor.AbstractVisitor.visit(AbstractVisitor.java:459) at koala.dynamicjava.tree.PreIncrement.acceptVisitor(PreIncrement.java:69) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.evaluateSequence(StatementEvaluator.java:66) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:197) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:29) at koala.dynamicjava.tree.ForStatement.acceptVisitor(ForStatement.java:209) 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:250) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) at java.lang.Thread.run(Thread.java:613) System Properties: DrJava Version 20080429-1559 DrJava Revision 4458 drjava.debug.port = 61450 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = /Applications/Dev/YourKit Java Profiler 6.0.12.app/bin/mac:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries java.vm.version = 1.5.0_13-121 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.home>/Documents/Research/DP4MBS/RiceMBS java.runtime.version = 1.5.0_13-b05-241 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 6.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 = /Applications/Dev/drjava-15.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_13 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_13-241 sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Tue Apr 29 14:13:40 CDT 2008 font.line.numbers = Monaco-10 lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE find.replace.match.case = false interactions.exit.prompt = false open.folder.recursive = true recent.files = [/Users/Shared/drjava/drjava/src/edu/rice/cs/drjava/CodeStatus.java,/Users/Shared/drjava/drjava/src/edu/rice/cs/drjava/CommandLineTest.java,/Users/Shared/drjava/drjava/src/edu/rice/cs/drjava/ConfigFileTest.java,/Users/Shared/drjava/drjava/src/edu/rice/cs/drjava/DependenciesTest.java,/Users/Shared/drjava/drjava/src/edu/rice/cs/drjava/DrJava.java] recent.projects = [/Users/Shared/drjava/drjava/../drjava.xml,<anonymized user.home>/Documents/Semester 8 Spring 2008/COMP 312/hw1/solution/hw1sol.pjt,/Users/Shared/drjava/drjava.pjt,<anonymized user.home>/Documents/Research/Concutest/MSThesis.defense/RCSC-20071004/listings/rscs-20071004.pjt] window.height = 776 window.width = 1276 window.x = 1 window.y = 22 doc.list.width = 277 last.dir = /Users/Shared/drjava/drjava/src/edu/rice/cs/drjava/ui last.interactions.dir = /Users/Shared/drjava master.jvm.xmx = 512 dialog.clipboard.history.state = 425 400 425 210 dialog.gotofile.state = 393 300 442 260 0 dialog.completeword.javaapi = true find.replace.focus.in.defpane = true external.saved.count = 2 external.saved.names = [ls -1,ls -1] external.saved.types = [cmdline,cmdline] external.saved.cmdlines = [ls -1,ls -1] external.saved.jvmargs = [,] external.saved.workdirs = [${drjava.working.dir},${drjava.working.dir}] new.version.notification.last = 1209483497632 Used memory: about 8.09 megabytes Free memory: about 3.21 megabytes Total memory: about 11.30 megabytes Total memory can expand to: about 508.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1954403&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-04-29 02:25:37
|
Bugs item #1953827, was opened at 2008-04-28 19:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1953827&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 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Invalid escape character causes error Initial Comment: In multi-line comments, using \u#### (exactly like that where the number signs are just number signs) and then attempting to save the file will cause an error. This is reproducible by attempting to save an untitled file with only three lines: /** * \u### */ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1953827&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-04-22 02:13:02
|
Bugs item #1948389, was opened at 2008-04-21 19:13 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=1948389&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: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: I have to restart my Dr java after 2 or more exceptions Initial Comment: com.sun.jdi.VMOutOfMemoryException at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:31) at com.sun.tools.jdi.VMState.allThreads(VMState.java:185) at com.sun.tools.jdi.VirtualMachineImpl.allThreads(VirtualMachineImpl.java:360) at edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.getCurrentThreadData(JPDADebugger.java:914) at edu.rice.cs.drjava.ui.DebugPanel.updateData(DebugPanel.java:159) at edu.rice.cs.drjava.ui.DebugPanel$DebugPanelListener.nonCurrThreadDied(DebugPanel.java:609) at edu.rice.cs.drjava.model.debug.DebugEventNotifier.nonCurrThreadDied(DebugEventNotifier.java:258) at edu.rice.cs.drjava.model.debug.jpda.JPDADebugger$14.run(JPDADebugger.java:2111) at java.awt.event.InvocationEvent.dispatch(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 20080112-0033 drjava.debug.port = 4307 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 = CR sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home> 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:\WINDOWS\SYSTEM32;C:\WINDOWS;C:\WINDOWS\SYSTEM32\WBEM;C:\PROGRAM FILES\ATI TECHNOLOGIES\ATI CONTROL PANEL;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.6.0\bin;javac 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/Regina java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.home>\My Documents\Pablo\Progra 2008\drjava-stable-20080106-0744.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 = es java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode 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.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Mon Apr 21 20:09:16 CST 2008 javac.location = D:\\Java\\lib\\tools.jar key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE find.replace.all.documents = true interactions.exit.prompt = false save.before.compile = true recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\EuclidesExtendido\\EuclidesExtendido.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\EuclidesExtendido\\Interfaz.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\EuclidesExtendido\\Principal.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\Euclides\\Euclides.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\Euclides\\Interfaz.java] window.height = 752 window.width = 1032 window.x = -4 window.y = -4 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\Ecuación Modular Lineal\\EcuacionModularLineal.java last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\Ecuación Modular Lineal dialog.clipboard.history.state = 400 400 312 169 dialog.drjava.error.popup.enabled = false Used memory: about 18.42 megabytes Free memory: about 2.44 megabytes Total memory: about 20.87 megabytes Total memory can expand to: about 63.56 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1948389&group_id=44253 |
From: SourceForge.net <no...@so...> - 2008-04-16 04:13:50
|
Bugs item #1943612, was opened at 2008-04-15 21:13 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=1943612&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: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: when i compile programs it gives me an error Initial Comment: when I compile it give me an error and it sends me to summit a bug report. when i compile other programs its ok, but in others it give me an error.How can i fix this? Email rod...@sb... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1943612&group_id=44253 |