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...> - 2010-02-24 06:52:40
|
Feature Requests item #2957807, was opened at 2010-02-24 06:52 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2957807&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 Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DynamicJava Interpreter Should Return Type of Result Initial Comment: The DynamicJava interpreter should be modified to not just return the result of an evaluation, but also the type. This would simplify and extend DrJava's ability to display the type of Watch expressions in the debugger. See bug report 2957035: Unable to view watch variables http://sourceforge.net/tracker/index.php?func=detail&aid=2957035&group_id=44253&atid=438935 We do not have good type information, though, because there is no way to distinguish whether the interpreter returned a primitive or a boxed type right now. Also, handling both local variables and fields is messy right now, so local variables currently do not display type information. Both of these problems can be addressed by also returning the type of an interpretation result. Even if we return an Integer(1), we can return int.class as type and therefore distinguish primitive and boxed types. We also do not have to treat fields and local variables separately; we can just evaluate both and display the result type. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2957807&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-02-23 04:00:56
|
Bugs item #2957035, was opened at 2010-02-23 17:00 Message generated for change (Tracker Item Submitted) made by chk681 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2957035&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: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: chk681 (chk681) Assigned to: Nobody/Anonymous (nobody) Summary: Unable to view watch variables Initial Comment: In Dr Java 2007, I could watch all instance variables of objects that invoked methods when in focus. In the 2008 and 2009 versions, I can watch local variables and parameter variables of methods, but not the instance variables of the object that invoked the method. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2957035&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-02-23 03:58:23
|
Bugs item #2957033, was opened at 2010-02-23 03:58 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2957033&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: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Unable to view watch variables Initial Comment: In Dr Java 2007, I could watch all instance variables of objects that invoked methods when they were in focus. In the 2008 and 2009 versions, I can watch local variables and parameter variables of methods, but not the instance variables of the object that invoked the method. Is there a set problem with my setup? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2957033&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-02-20 16:24:37
|
Bugs item #2955632, was opened at 2010-02-20 16:24 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2955632&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: bug Initial Comment: java.lang.NullPointerException at edu.rice.cs.drjava.model.JarJDKToolsLibrary.guessVersion(JarJDKToolsLibrary.java:215) at edu.rice.cs.drjava.model.JarJDKToolsLibrary.makeFromFile(JarJDKToolsLibrary.java:120) at edu.rice.cs.drjava.model.DefaultGlobalModel.findLibraries(DefaultGlobalModel.java:248) at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:187) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2994) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:163) at edu.rice.cs.drjava.DrJava.configureAndLoadDrJavaRoot(DrJava.java:250) at edu.rice.cs.drjava.DrJava.main(DrJava.java:145) System Properties: DrJava Version drjava-20090821-r5004 DrJava Build Time 20090821-1520 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = <anonymized user.dir>\jre1.5.0_22\bin java.vm.version = 1.5.0_22-b03 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 = PT sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.5.0_22-b03 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = <anonymized user.dir>\jre1.5.0_22\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\<anonymized user.name>\DEFINI~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 = <anonymized user.dir>\jre1.5.0_22\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\matlab6p5\bin\win32;<anonymized user.dir>\jre1.5.0_22\bin java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = Europe/London java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = <anonymized user.dir>\drjava-stable-20090821-r5004.exe user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = <anonymized user.dir>\jre1.5.0_22 sun.arch.data.model = 32 user.language = pt java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.5.0_22 java.ext.dirs = <anonymized user.dir>\jre1.5.0_22\lib\ext sun.boot.class.path = <anonymized user.dir>\jre1.5.0_22\lib\rt.jar;<anonymized user.dir>\jre1.5.0_22\lib\i18n.jar;<anonymized user.dir>\jre1.5.0_22\lib\sunrsasign.jar;<anonymized user.dir>\jre1.5.0_22\lib\jsse.jar;<anonymized user.dir>\jre1.5.0_22\lib\jce.jar;<anonymized user.dir>\jre1.5.0_22\lib\charsets.jar;<anonymized user.dir>\jre1.5.0_22\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 sun.desktop = windows sun.cpu.isalist = #DrJava configuration file #Sat Feb 20 16:21:39 GMT 2010 javac.location = C:\\Programas\\Java\\acm.jar all.compiler.versions = true key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] quit.prompt = false window.height = 742 window.width = 1032 window.x = -4 window.y = -4 window.state = 6 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\Ambiente de trabalho last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name> tabbedpanes.state = 512 384 700 400 new.version.notification.last = 1266676758328 drjava.survey.notification.last = 1266677642703 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Windows%20XP&os.version=5.1&java.version=1.6.0_13&java.vendor=Sun%20Microsystems%20Inc. Used memory: about 2,02 megabytes Free memory: about 780,30 kilobytes Total memory: about 2,78 megabytes Total memory can expand to: about 63,56 megabytes Number of processors/cores: 1 can you help me to make the program start correctely? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2955632&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-02-20 05:32:28
|
Bugs item #2955473, was opened at 2010-02-20 11:02 Message generated for change (Tracker Item Submitted) made by sachinrajmane You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2955473&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: sachin (sachinrajmane) Assigned to: Nobody/Anonymous (nobody) Summary: following is the error that i got when I double clicked drja Initial Comment: java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.Vector.elementAt(Unknown Source) at javax.swing.table.DefaultTableModel.getValueAt(Unknown Source) at edu.rice.cs.drjava.ui.InsertVariableDialog$6.valueChanged(InsertVariableDialog.java:229) 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.removeSelectionIntervalImpl(Unknown Source) at javax.swing.DefaultListSelectionModel.removeSelectionInterval(Unknown Source) at javax.swing.JTable.checkLeadAnchor(Unknown Source) at javax.swing.JTable.tableRowsInserted(Unknown Source) at javax.swing.JTable.tableChanged(Unknown Source) at javax.swing.table.AbstractTableModel.fireTableChanged(Unknown Source) at javax.swing.table.AbstractTableModel.fireTableRowsInserted(Unknown Source) at javax.swing.table.DefaultTableModel.insertRow(Unknown Source) at javax.swing.table.DefaultTableModel.addRow(Unknown Source) at edu.rice.cs.drjava.ui.InsertVariableDialog.createPane(InsertVariableDialog.java:247) at edu.rice.cs.drjava.ui.InsertVariableDialog.updatePanes(InsertVariableDialog.java:277) at edu.rice.cs.drjava.ui.InsertVariableDialog.initComponents(InsertVariableDialog.java:139) at edu.rice.cs.drjava.ui.InsertVariableDialog.<init>(InsertVariableDialog.java:102) at edu.rice.cs.drjava.ui.ExecuteExternalDialog.initComponents(ExecuteExternalDialog.java:299) at edu.rice.cs.drjava.ui.ExecuteExternalDialog.<init>(ExecuteExternalDialog.java:229) at edu.rice.cs.drjava.ui.ExecuteExternalDialog.<init>(ExecuteExternalDialog.java:249) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:3455) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:163) at edu.rice.cs.drjava.DrJava.configureAndLoadDrJavaRoot(DrJava.java:250) at edu.rice.cs.drjava.DrJava.main(DrJava.java:145) System Properties: DrJava Version drjava-20090821-r5004 DrJava Build Time 20090821-1520 drjava.debug.port = 1733 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = <anonymized user.dir>\jre1.5.0\bin java.vm.version = 1.5.0-b64 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.dir> java.runtime.version = 1.5.0-b64 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = <anonymized user.dir>\jre1.5.0\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 = <anonymized user.dir>\jre1.5.0\bin;.;C:\windows\system32;C:\windows;C:\windows\SYSTEM32;C:\windows;C:\windows\SYSTEM32\WBEM;C:\PROGRAM FILES\INTEL\DMIX;C:\PROGRAM FILES\COMMON FILES\ULEAD SYSTEMS\MPEG;C:\PROGRAM FILES\ZIPGENIUS 6\;C:\WINDOWS;C:\WINDOWS\SYSTEM32\WBEM;C:\WINDOWS\SYSTEM32;<anonymized user.dir>\jdk1.5.0\bin;.;;<anonymized user.dir>\jre1.5.0\bin java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = Asia/Calcutta java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = <anonymized user.dir>\drjava-stable-20090821-r5004_2.exe user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = <anonymized user.dir>\jre1.5.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.5.0 java.ext.dirs = <anonymized user.dir>\jre1.5.0\lib\ext sun.boot.class.path = <anonymized user.dir>\jre1.5.0\lib\rt.jar;<anonymized user.dir>\jre1.5.0\lib\i18n.jar;<anonymized user.dir>\jre1.5.0\lib\sunrsasign.jar;<anonymized user.dir>\jre1.5.0\lib\jsse.jar;<anonymized user.dir>\jre1.5.0\lib\jce.jar;<anonymized user.dir>\jre1.5.0\lib\charsets.jar;<anonymized user.dir>\jre1.5.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.cpu.isalist = #DrJava configuration file #Sat Feb 20 11:00:42 IST 2010 key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] last.dir = C:\\Documents and Settings\\<anonymized user.name> last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name> Used memory: about 11.83 megabytes Free memory: about 3.21 megabytes Total memory: about 15.04 megabytes Total memory can expand to: about 63.56 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2955473&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-02-17 17:14:12
|
Bugs item #2953661, was opened at 2010-02-17 11:14 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2953661&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: UI: UNIX-specific Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: "Go to Opening/Closing Brace" Shortcut Inserts { or } Initial Comment: On Linux, using the "Go to Opening Brace" and "Go to Closing Brace" keyboard shortcuts -- by default Ctrl-Shift-[ and Ctrl-Shift-] -- also insert the { or } character, respectively. This does not happen on MacOS (where the shortcuts are Command-Shift-[ and Command-Shift-] by default). I haven't tested this on Windows. For example, if the cursor is positioned where the | is in this example |{ ... } and Ctrl-Shift-] is pressed, the following text will result: { ... }|} where | is the cursor. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2953661&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-02-17 03:55:54
|
Bugs item #2953281, was opened at 2010-02-17 03:55 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2953281&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: indent error, drjava stop working Initial Comment: edu.rice.cs.util.UnexpectedException: java.lang.RuntimeException: No matching '{' or '(' preceding '}' at offset 1902 in ddoc for QuadraticSolver.java at edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlus.indentLine(ActionStartPrevStmtPlus.java:114) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:92) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.Indenter.indent(Indenter.java:157) at edu.rice.cs.drjava.model.AbstractDJDocument._indentLine(AbstractDJDocument.java:1048) at edu.rice.cs.drjava.model.AbstractDJDocument.indentLines(AbstractDJDocument.java:986) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.indentLines(AbstractGlobalModel.java:3578) at edu.rice.cs.drjava.ui.DefinitionsPane.indentLines(DefinitionsPane.java:1144) at edu.rice.cs.drjava.ui.AbstractDJPane.indent(AbstractDJPane.java:238) at edu.rice.cs.drjava.ui.DefinitionsPane$IndentKeyAction.actionPerformed(DefinitionsPane.java:409) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at javax.swing.JComponent.processKeyBinding(Unknown Source) at javax.swing.JComponent.processKeyBindings(Unknown Source) at javax.swing.JComponent.processKeyEvent(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsPane.java:622) 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.RuntimeException: No matching '{' or '(' preceding '}' at offset 1902 in ddoc for QuadraticSolver.java at edu.rice.cs.util.UnexpectedException.<init>(UnexpectedException.java:71) ... 42 more Caused by: java.lang.RuntimeException: No matching '{' or '(' preceding '}' at offset 1902 in ddoc for QuadraticSolver.java at edu.rice.cs.util.UnexpectedException.<init>(UnexpectedException.java:71) at edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlus.indentLine(ActionStartPrevStmtPlus.java:114) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:92) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.Indenter.indent(Indenter.java:157) at edu.rice.cs.drjava.model.AbstractDJDocument._indentLine(AbstractDJDocument.java:1048) at edu.rice.cs.drjava.model.AbstractDJDocument.indentLines(AbstractDJDocument.java:986) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.indentLines(AbstractGlobalModel.java:3578) at edu.rice.cs.drjava.ui.DefinitionsPane.indentLines(DefinitionsPane.java:1144) at edu.rice.cs.drjava.ui.AbstractDJPane.indent(AbstractDJPane.java:238) at edu.rice.cs.drjava.ui.DefinitionsPane$IndentKeyAction.actionPerformed(DefinitionsPane.java:409) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at javax.swing.JComponent.processKeyBinding(Unknown Source) at javax.swing.JComponent.processKeyBindings(Unknown Source) at javax.swing.JComponent.processKeyEvent(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsPane.java:622) 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 drjava-20090821-r5004 DrJava Build Time 20090821-1520 drjava.debug.port = 57998 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre6\bin java.vm.version = 16.0-b13 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Documents\CS110\Project1 java.runtime.version = 1.6.0_18-b07 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre6\lib\endorsed os.arch = x86 java.io.tmpdir = C:\Users\DUSTIN~1\AppData\Local\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows 7 sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\SSH Communications Security\SSH Secure Shell;C:\Program Files\Java\jre6\bin java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 6.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>\Documents\CS110\drjava-stable-20090821-r5004.exe user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre6 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_18 java.ext.dirs = C:\Program Files\Java\jre6\lib\ext;C:\Windows\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\sunrsasign.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Tue Feb 16 22:54:18 EST 2010 lineenum.enabled = true key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] interactions.exit.prompt = false save.before.compile = true recent.files = [C:\\Users\\<anonymized user.name>\\Documents\\CS110\\Practice\\RandomNumer.java,C:\\Users\\<anonymized user.name>\\Documents\\CS110\\Project1\\QuadraticSolver.java,C:\\Users\\<anonymized user.name>\\Documents\\CS110\\Project1\\QuadraticCLI.java] recent.projects = [C:\\Users\\<anonymized user.name>\\Documents\\CS110\\Project1\\Project1.drjava] window.height = 816 window.width = 1234 window.x = 54 window.y = -8 window.state = 6 doc.list.width = 230 last.dir = C:\\Users\\<anonymized user.name>\\Documents\\CS110\\Project1\\QuadraticSolver.java last.interactions.dir = C:\\Users\\<anonymized user.name>\\Documents\\CS110\\Project1 tabbedpanes.state = 640 400 700 400 new.version.notification.last = 1266082262286 drjava.survey.notification.last = 1265254785137 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Windows%207&os.version=6.1&java.version=1.6.0_18&java.vendor=Sun%20Microsystems%20Inc. file.ext.registration = always Used memory: about 19.41 megabytes Free memory: about 15.08 megabytes Total memory: about 34.48 megabytes Total memory can expand to: about 247.50 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2953281&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-02-17 00:16:40
|
Bugs item #2953189, was opened at 2010-02-16 16:16 Message generated for change (Tracker Item Submitted) made by stephendgilbert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2953189&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynamicJava Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stephen Gilbert (stephendgilbert) Assigned to: Nobody/Anonymous (nobody) Summary: String Concatenation Error Initial Comment: The following two lines in the definitions pane blow up. > String s1 = "how "; > s1 += "now"; Here's the error. edu.rice.cs.util.UnexpectedException: java.lang.IllegalStateException: Property 'leftExpression' is not initialized at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:1056) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:1003) at edu.rice.cs.drjava.model.repl.newjvm.InterpretResult$UnexpectedExceptionResult.apply(InterpretResult.java:111) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.interpret(MainJVM.java:352) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._interpret(RMIInteractionsModel.java:75) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpret(InteractionsModel.java:287) at edu.rice.cs.drjava.model.repl.InteractionsModel$2$1.run(InteractionsModel.java:237) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.IllegalStateException: Property 'leftExpression' is not initialized at koala.dynamicjava.tree.Node.getProperty(Node.java:122) at koala.dynamicjava.interpreter.NodeProperties.getLeftExpression(NodeProperties.java:170) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.handleOpAssignExpression(ExpressionEvaluator.java:316) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.visit(ExpressionEvaluator.java:185) at koala.dynamicjava.tree.AddAssignExpression.acceptVisitor(AddAssignExpression.java:64) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.value(ExpressionEvaluator.java:38) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:106) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:29) at koala.dynamicjava.tree.ExpressionStatement.acceptVisitor(ExpressionStatement.java:101) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.evaluateSequence(StatementEvaluator.java:66) at edu.rice.cs.dynamicjava.interpreter.Interpreter.evaluate(Interpreter.java:77) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:47) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:205) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:182) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) at sun.rmi.transport.Transport$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Unknown Source) at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ... 1 more Caused by: java.lang.IllegalStateException: Property 'leftExpression' is not initialized at koala.dynamicjava.tree.Node.getProperty(Node.java:122) at koala.dynamicjava.interpreter.NodeProperties.getLeftExpression(NodeProperties.java:170) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.handleOpAssignExpression(ExpressionEvaluator.java:316) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.visit(ExpressionEvaluator.java:185) at koala.dynamicjava.tree.AddAssignExpression.acceptVisitor(AddAssignExpression.java:64) at edu.rice.cs.dynamicjava.interpreter.ExpressionEvaluator.value(ExpressionEvaluator.java:38) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:106) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.visit(StatementEvaluator.java:29) at koala.dynamicjava.tree.ExpressionStatement.acceptVisitor(ExpressionStatement.java:101) at edu.rice.cs.dynamicjava.interpreter.StatementEvaluator.evaluateSequence(StatementEvaluator.java:66) at edu.rice.cs.dynamicjava.interpreter.Interpreter.evaluate(Interpreter.java:77) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:47) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:205) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:182) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) at sun.rmi.transport.Transport$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Unknown Source) at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) System Properties: DrJava Version drjava-20100116-r5173 DrJava Build Time 20100116-2253 drjava.debug.port = 2591 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre6\bin java.vm.version = 16.0-b13 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 3 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.6.0_18-b07 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre6\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\<anonymized user.name>\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Microsoft DirectX SDK (August 2007)\Utilities\Bin\x86;C:\Python25\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\DMIX;C:\Program Files\ATI Technologies\ATI Control Panel;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Windows Imaging\;C:\Program Files\Java\jdk1.6.0_17\bin; java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = America/Los_Angeles java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.dir>\OCDJ.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre6 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_18 java.ext.dirs = C:\Program Files\Java\jre6\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\sunrsasign.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = #DrJava configuration file #Tue Feb 16 16:12:59 PST 2010 javac.location = G:\\docs\\CS170S10\\cs170home\\tools\\tools.jar font.main = Consolas-14 font.line.numbers = Consolas-14 font.doclist = Tahoma-11 font.toolbar = Tahoma-11 lineenum.enabled = true look.and.feel = com.sun.java.swing.plaf.windows.WindowsLookAndFeel key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] quit.prompt = false interactions.reset.prompt = false save.before.compile = true indent.level = 4 compiler.default = JDK 5.0_21 recent.files = [G:\\docs\\CS170S10\\cs170home\\Copy of week04\\AirDistance.java,G:\\docs\\CS170S10\\cs170home\\week04\\Abacus1.java,G:\\docs\\CS170S10\\cs170home\\Copy of week04\\DrawEggs.java,G:\\docs\\CS170S10\\cs170home\\Copy of week04\\DrawShapes.java,G:\\docs\\CS170S10\\cs170home\\Copy of week04\\DrawEggsTest.java] window.height = 562 window.width = 729 window.x = 107 window.y = 65 doc.list.width = 137 last.dir = G:\\docs\\CS170S10\\cs170home\\week05\\Junk.java last.interactions.dir = G:\\docs\\CS170S10\\cs170home\\week05 tabbedpanes.state = 331 76 700 197 dialog.drjava.survey.enabled = false external.saved.count = 1 external.saved.names = [Check Style] external.saved.cmdlines = [java -cp ${drjava.file} Checkstyle ${drjava.current.file}] external.saved.workdirs = [${drjava.working.dir}] external.saved.enclosingdjappfiles = [] new.version.notification.last = 1265760584716 drjava.survey.notification.last = 1263336901631 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5122&os.name=Windows%20XP&os.version=5.1&java.version=1.6.0_17&java.vendor=Sun%20Microsystems%20Inc. Used memory: about 33.66 megabytes Free memory: about 12.52 megabytes Total memory: about 46.18 megabytes Total memory can expand to: about 247.50 megabytes Number of processors/cores: 2 Compiler Discovery Log: >From config: JDK library 5.0_21 at <anonymized user.dir>\tools.jar, boot classpath: null >From runtime: invalid JDK library 6.0_18 Dir added: C:\Program Files\Java\jre6 Dir added: C:\Program Files\Java Dir added: C:\Program Files Dir added: C:\Program Files\Java Dir added: C:\Program Files Dir added: C:\Program Files\Java Dir added: C:\Program Files Dir not added: C:\Java Dir added: C:\ Dir not added: C:\Java Dir added: C:\ Dir not added: G:\System\Library\Frameworks\JavaVM.framework\Versions Dir not added: G:\usr\java Dir not added: G:\usr\j2se Dir not added: G:\usr Dir not added: G:\usr\local\java Dir not added: G:\usr\local\j2se Dir not added: G:\usr\local Dir not added: G:\usr\lib\jvm Dir not added: G:\usr\lib\jvm\java-6-sun Dir not added: G:\usr\lib\jvm\java-1.5.0-sun Dir not added: G:\usr\lib\jvm\java-6-openjdk Dir not added: G:\home\javaplt\java\Linux-i686 File added: C:\Program Files\Java\jdk1.5.0_21\lib\tools.jar File not added: C:\Program Files\Java\jdk1.5.0_21\Classes\classes.jar File not added: C:\Program Files\Java\jdk1.6.0_03\lib\tools.jar File not added: C:\Program Files\Java\jdk1.6.0_03\Classes\classes.jar File added: C:\Program Files\Java\jdk1.6.0_18\lib\tools.jar File not added: C:\Program Files\Java\jdk1.6.0_18\Classes\classes.jar File not added: C:\Program Files\Java\lib\tools.jar File not added: C:\Program Files\Java\Classes\classes.jar File not added: C:\Program Files\JavaMint\langtools\dist\lib\classes.jar File not added: C:\Program Files\JavaMint\langtools\dist\lib\tools.jar File not added: G:\usr\local\soylatte\lib\classes.jar File not added: G:\usr\local\soylatte\lib\tools.jar File not added: G:\usr\local\JavaMint\langtools\dist\lib\classes.jar File not added: G:\usr\local\JavaMint\langtools\dist\lib\tools.jar MINT_HOME not set File added: <anonymized user.dir>\OCDJ.jar Result: Found library: JDK library 6.0_18 at C:\Program Files\Java\jdk1.6.0_18\lib\tools.jar, boot classpath: [C:\Program Files\Java\jdk1.6.0_18\jre\lib\alt-rt.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\charsets.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\deploy.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\javaws.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\jce.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\jsse.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\management-agent.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\plugin.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\resources.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\rt.jar] Found library: JDK library 5.0_21 at C:\Program Files\Java\jdk1.5.0_21\lib\tools.jar, boot classpath: [C:\Program Files\Java\jdk1.5.0_21\jre\lib\charsets.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\deploy.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\javaws.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\jce.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\jsse.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\plugin.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\rt.jar] >From search: JDK library 6.0_18 at C:\Program Files\Java\jdk1.6.0_18\lib\tools.jar, boot classpath: [C:\Program Files\Java\jdk1.6.0_18\jre\lib\alt-rt.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\charsets.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\deploy.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\javaws.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\jce.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\jsse.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\management-agent.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\plugin.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\resources.jar, C:\Program Files\Java\jdk1.6.0_18\jre\lib\rt.jar] >From search: duplicate JDK library 5.0_21 at C:\Program Files\Java\jdk1.5.0_21\lib\tools.jar, boot classpath: [C:\Program Files\Java\jdk1.5.0_21\jre\lib\charsets.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\deploy.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\javaws.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\jce.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\jsse.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\plugin.jar, C:\Program Files\Java\jdk1.5.0_21\jre\lib\rt.jar] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2953189&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-02-09 02:23:15
|
Bugs item #2948208, was opened at 2010-02-09 02:23 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2948208&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: bug Initial Comment: java.lang.ArrayIndexOutOfBoundsException: 49 at sun.font.FontDesignMetrics.charsWidth(Unknown Source) at javax.swing.text.Utilities.getTabbedTextOffset(Unknown Source) at javax.swing.text.Utilities.getTabbedTextOffset(Unknown Source) at javax.swing.text.Utilities.getTabbedTextOffset(Unknown Source) at javax.swing.text.PlainView.viewToModel(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.viewToModel(Unknown Source) at javax.swing.plaf.basic.BasicTextUI.viewToModel(Unknown Source) at javax.swing.text.DefaultCaret.positionCaret(Unknown Source) at javax.swing.text.DefaultCaret.adjustCaret(Unknown Source) at javax.swing.text.DefaultCaret.adjustCaretAndFocus(Unknown Source) at javax.swing.text.DefaultCaret.mousePressed(Unknown Source) at java.awt.AWTEventMulticaster.mousePressed(Unknown Source) at java.awt.AWTEventMulticaster.mousePressed(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version drjava-20090821-r5004 DrJava Build Time 20090821-1520 drjava.debug.port = 61634 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files (x86)\Java\jre6\bin java.vm.version = 14.3-b01 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Downloads java.runtime.version = 1.6.0_17-b04 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files (x86)\Java\jre6\lib\endorsed os.arch = x86 java.io.tmpdir = C:\Users\LAUREL~1\AppData\Local\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows Vista sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files (x86)\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\CyberLink\Power2Go;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\QuickTime\QTSystem\ 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>\Downloads\drjava-stable-20090821-r5004.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files (x86)\Java\jre6 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_17 java.ext.dirs = C:\Program Files (x86)\Java\jre6\lib\ext;C:\Windows\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files (x86)\Java\jre6\lib\resources.jar;C:\Program Files (x86)\Java\jre6\lib\rt.jar;C:\Program Files (x86)\Java\jre6\lib\sunrsasign.jar;C:\Program Files (x86)\Java\jre6\lib\jsse.jar;C:\Program Files (x86)\Java\jre6\lib\jce.jar;C:\Program Files (x86)\Java\jre6\lib\charsets.jar;C:\Program Files (x86)\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = #DrJava configuration file #Mon Feb 08 21:21:43 EST 2010 key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] recent.files = [C:\\Users\\<anonymized user.name>\\Outside1.java,C:\\Users\\<anonymized user.name>\\Prog1.java,C:\\Users\\<anonymized user.name>\\blah.java] window.x = 240 window.y = 50 doc.list.width = 123 last.dir = C:\\Users\\<anonymized user.name>\\Outside1.java last.interactions.dir = C:\\Users\\<anonymized user.name> tabbedpanes.state = 640 400 700 400 new.version.notification.last = 1265166512282 drjava.survey.notification.last = 1264298887991 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Windows%20Vista&os.version=6.0&java.version=1.6.0_17&java.vendor=Sun%20Microsystems%20Inc. Used memory: about 20.92 megabytes Free memory: about 9.10 megabytes Total memory: about 30.02 megabytes Total memory can expand to: about 63.56 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2948208&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-02-03 10:13:42
|
Bugs item #2945164, was opened at 2010-02-03 10:13 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2945164&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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Error Encountered On Compilation Initial Comment: I encountered the error message (stack trace attached) on compiling my program in Dr.Java. Happens when I fix a couple of errors and attempt to recompile. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2945164&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-31 18:04:25
|
Bugs item #2943324, was opened at 2010-01-31 13:04 Message generated for change (Tracker Item Submitted) made by godsmusician You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2943324&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Debugger Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Kanesha Simmons (godsmusician) Assigned to: Nobody/Anonymous (nobody) Summary: error/ cant open DrJava Initial Comment: java.lang.NullPointerException at edu.rice.cs.drjava.model.JarJDKToolsLibrary.guessVersion(JarJDKToolsLibrary.java:215) at edu.rice.cs.drjava.model.JarJDKToolsLibrary.makeFromFile(JarJDKToolsLibrary.java:120) at edu.rice.cs.drjava.model.DefaultGlobalModel.findLibraries(DefaultGlobalModel.java:248) at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:187) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2994) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:163) at edu.rice.cs.drjava.DrJava.configureAndLoadDrJavaRoot(DrJava.java:250) at edu.rice.cs.drjava.DrJava.main(DrJava.java:145) System Properties: DrJava Version drjava-20090821-r5004 DrJava Build Time 20090821-1520 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre6\bin java.vm.version = 16.0-b13 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home> java.runtime.version = 1.6.0_18-b07 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre6\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 sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Internet Explorer;;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Ulead Systems\MPEG;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\QuickTime\QTSystem\ 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>\AppData\Local\Microsoft\Windows\Temporary Internet Files\Low\Content.IE5\EV1AXF04\drjava-stable-20090821-r5004[1].jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre6 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_18 java.ext.dirs = C:\Program Files\Java\jre6\lib\ext;C:\Windows\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\sunrsasign.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Sun Jan 31 12:43:22 EST 2010 javac.location = C:\\Users\\<anonymized user.name>\\Desktop\\VDefHub.zip lineenum.enabled = true key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] indent.level = 4 recent.files = [C:\\Users\\<anonymized user.name>\\Documents\\HelloWorld.java] window.height = 657 window.x = 161 window.y = 42 last.dir = C:\\Users\\<anonymized user.name>\\Documents last.interactions.dir = C:\\Users\\<anonymized user.name> tabbedpanes.state = 640 400 700 400 new.version.notification.last = 1264197098632 Used memory: about 2.83 megabytes Free memory: about 12.55 megabytes Total memory: about 15.38 megabytes Total memory can expand to: about 245.56 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2943324&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-31 17:58:50
|
Bugs item #2943321, was opened at 2010-01-31 12:58 Message generated for change (Tracker Item Submitted) made by godsmusician You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2943321&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Debugger Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Kanesha Simmons (godsmusician) Assigned to: Nobody/Anonymous (nobody) Summary: cnat open DrJava Initial Comment: Hello, I am sorry to bother you. However, I downloaded DrJava however, everytime I try to open it it states "java.lang.NullpointerException." Please email me back as soon as possible so the we can fix it ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2943321&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-30 18:24:19
|
Bugs item #2942872, was opened at 2010-01-30 11:24 Message generated for change (Tracker Item Submitted) made by garfieldnate You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2942872&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: Nathan Glenn (garfieldnate) Assigned to: Nobody/Anonymous (nobody) Summary: Control Z crash Initial Comment: I try to read user input until end of file, but typing a entering a control z crashes Dr. Java. edu.rice.cs.util.UnexpectedException: java.lang.RuntimeException: Illegal location 634 at edu.rice.cs.drjava.model.AbstractDJDocument.setCurrentLocation(AbstractDJDocument.java:474) at edu.rice.cs.drjava.model.AbstractDJDocument$UnremoveCommand$1.run(AbstractDJDocument.java:1863) 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) Caused by: java.lang.RuntimeException: Illegal location 634 at edu.rice.cs.util.UnexpectedException.<init>(UnexpectedException.java:71) ... 10 more Caused by: java.lang.RuntimeException: Illegal location 634 at edu.rice.cs.util.UnexpectedException.<init>(UnexpectedException.java:71) at edu.rice.cs.drjava.model.AbstractDJDocument.setCurrentLocation(AbstractDJDocument.java:474) at edu.rice.cs.drjava.model.AbstractDJDocument$UnremoveCommand$1.run(AbstractDJDocument.java:1863) 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 drjava-20090821-r5004 DrJava Build Time 20090821-1520 drjava.debug.port = 3992 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre6\bin java.vm.version = 14.3-b01 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 3 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.6.0_17-b04 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre6\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\<anonymized user.name>\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = GBK java.library.path = C:\Program Files\Java\jre6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Perl\site\bin;C:\Perl\bin;C:\Program Files\ActiveState Komodo Edit 5\;c:\program files\imagemagick-6.3.5-q16;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\Wireless\Bin\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft Office\OFFICE11\Business Contact Manager\IM;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft Office\OFFICE11\Business Contact Manager\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\PharosSystems\OutputManagement;C:\Program Files\PharosSystems\Core;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files\IDM Computer Solutions\UltraCompare;;C:\PROGRA~1\COMMON~1\MUVEET~1\030625;C:\PROGRA~1\COMMON~1\MUVEET~1\030625;C:\Program Files\Java\jre6\bin java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = America/Denver java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = G:\CS 142\drjava-stable-20090821-r5004.exe user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre6 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode java.version = 1.6.0_17 java.ext.dirs = C:\Program Files\Java\jre6\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\sunrsasign.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Sat Jan 30 11:22:55 MST 2010 key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] quit.prompt = false interactions.reset.prompt = false save.before.compile = true recent.files = [G:\\CS 142\\Assignment 4\\MaxMin.java,G:\\CS 142\\Assignment 4\\Author Examples\\StdAudio.java,G:\\CS 142\\Array Review\\probOne.java] window.height = 774 window.width = 1288 window.x = -4 window.y = -4 window.state = 6 last.dir = G:\\CS 142\\Assignment 4\\MaxMin.java last.interactions.dir = G:\\CS 142\\Assignment 4 tabbedpanes.state = 640 400 700 400 dialog.drjava.survey.enabled = false new.version.notification.last = 1264654134093 drjava.survey.notification.last = 1262916527343 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Windows%20XP&os.version=5.1&java.version=1.6.0_17&java.vendor=Sun%20Microsystems%20Inc. file.ext.registration = always Used memory: about 21.38 megabytes Free memory: about 9.54 megabytes Total memory: about 30.91 megabytes Total memory can expand to: about 63.56 megabytes Number of processors/cores: 1 The code I used is: public class MaxMin { public static void main(String[] args) { int max = Integer.MIN_VALUE;//These two lines look funny, but are necessary. Any number will be great than the MIN_VALUE int min = Integer.MAX_VALUE;//and any number will be less than MAX_VALUE. while (!StdIn.isEmpty()) {//read from standard in until it's empty int input = StdIn.readInt(); if(input > max) max = input; if(input < min) min = input; } System.out.println("The maximum value was " + max); System.out.println("The minimum value was " + min); } } attached is the StdIn file where the methods came from. Oh, and the program works just fine in the windows command prompt. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2942872&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-28 18:17:20
|
Bugs item #2941739, was opened at 2010-01-28 18:17 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2941739&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: 7: Could cause data loss Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Please catagorize, don't know where to put it Initial Comment: I don't know what the error means, I'm just in into CS> edu.rice.cs.util.UnexpectedException: java.lang.RuntimeException: No matching '{' or '(' preceding ')' at offset 255 in ddoc for (Untitled) at edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlus.indentLine(ActionStartPrevStmtPlus.java:114) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:92) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.Indenter.indent(Indenter.java:157) at edu.rice.cs.drjava.model.AbstractDJDocument._indentLine(AbstractDJDocument.java:1048) at edu.rice.cs.drjava.model.AbstractDJDocument.indentLines(AbstractDJDocument.java:986) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.indentLines(AbstractGlobalModel.java:3578) at edu.rice.cs.drjava.ui.DefinitionsPane.indentLines(DefinitionsPane.java:1144) at edu.rice.cs.drjava.ui.AbstractDJPane.indent(AbstractDJPane.java:238) at edu.rice.cs.drjava.ui.DefinitionsPane$IndentKeyAction.actionPerformed(DefinitionsPane.java:409) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at javax.swing.JComponent.processKeyBinding(Unknown Source) at javax.swing.JComponent.processKeyBindings(Unknown Source) at javax.swing.JComponent.processKeyEvent(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsPane.java:622) 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.RuntimeException: No matching '{' or '(' preceding ')' at offset 255 in ddoc for (Untitled) at edu.rice.cs.util.UnexpectedException.<init>(UnexpectedException.java:71) ... 42 more Caused by: java.lang.RuntimeException: No matching '{' or '(' preceding ')' at offset 255 in ddoc for (Untitled) at edu.rice.cs.util.UnexpectedException.<init>(UnexpectedException.java:71) at edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlus.indentLine(ActionStartPrevStmtPlus.java:114) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:92) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion.indentLine(IndentRuleQuestion.java:96) at edu.rice.cs.drjava.model.definitions.indent.Indenter.indent(Indenter.java:157) at edu.rice.cs.drjava.model.AbstractDJDocument._indentLine(AbstractDJDocument.java:1048) at edu.rice.cs.drjava.model.AbstractDJDocument.indentLines(AbstractDJDocument.java:986) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.indentLines(AbstractGlobalModel.java:3578) at edu.rice.cs.drjava.ui.DefinitionsPane.indentLines(DefinitionsPane.java:1144) at edu.rice.cs.drjava.ui.AbstractDJPane.indent(AbstractDJPane.java:238) at edu.rice.cs.drjava.ui.DefinitionsPane$IndentKeyAction.actionPerformed(DefinitionsPane.java:409) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at javax.swing.JComponent.processKeyBinding(Unknown Source) at javax.swing.JComponent.processKeyBindings(Unknown Source) at javax.swing.JComponent.processKeyEvent(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane.processKeyEvent(DefinitionsPane.java:622) 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 drjava-20090821-r5004 DrJava Build Time 20090821-1520 drjava.debug.port = 60669 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre6\bin java.vm.version = 16.0-b13 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.6.0_18-b07 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre6\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 sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;<anonymized user.dir>;C:\Windows;<anonymized user.dir>;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;c:\Program Files\Common Files\Lenovo;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\DMIX;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jre6\bin 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 = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Dr. Java\drjava-stable-20090821-r5004.exe user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre6 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_18 java.ext.dirs = C:\Program Files\Java\jre6\lib\ext;C:\Windows\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\sunrsasign.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Thu Jan 28 13:15:33 EST 2010 extra.classpath = C:\\Users\\<anonymized user.name>\\Documents\\Downloads\\stdlib.jar key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] quit.prompt = false save.before.compile = true recent.files = [E:\\CS1110\\Hello.java,E:\\CS1110\\Assignment 1.1\\Add.java,E:\\CS1110\\Assignment 1.1\\EchoNumber.java,E:\\CS1110\\Assignment 1.1\\WeirdMath.java] window.height = 702 window.width = 658 window.x = 104 window.y = 27 last.dir = E:\\CS1110\\And.java last.interactions.dir = E:\\CS1110 tabbedpanes.state = 640 400 700 400 new.version.notification.last = 1264447215502 drjava.survey.notification.last = 1264448304819 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Windows%20Vista&os.version=6.0&java.version=1.6.0_18&java.vendor=Sun%20Microsystems%20Inc. file.ext.registration = always Used memory: about 19.21 megabytes Free memory: about 19.54 megabytes Total memory: about 38.75 megabytes Total memory can expand to: about 247.50 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2941739&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-27 03:12:22
|
Bugs item #2940687, was opened at 2010-01-26 21:12 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2940687&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: UI: MacOS X-specific Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: OS X FileChooser ArrayIndexOutOfBoundsException Initial Comment: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=992525&group_id=44253 Created a copy of #992525 in an attempt to end the spam to that report. I generate the following exception frequently (maybe 80% of the time) when I request the Open or Save dialog. This is in Mac OS X version 10.2.8, Java 1.4.1. java.lang.ArrayIndexOutOfBoundsException: 1 >= 1 at java.util.Vector.elementAt(Vector.java:427) at javax.swing.DefaultListModel.get(DefaultListModel.java:428) at apple.laf.AquaFileChooserUI$FilterComboBoxModel.getSelect edItem(AquaFileChooserUI.java:1312) at javax.swing.JComboBox.contentsChanged(JComboBox.java:1 263) at javax.swing.AbstractListModel.fireContentsChanged(Abstract ListModel.java:100) at apple.laf.AquaFileChooserUI$FilterComboBoxModel.propertyC hange(AquaFileChooserUI.java:1278) at javax.swing.event.SwingPropertyChangeSupport.fireProperty Change(SwingPropertyChangeSupport.java:264) at javax.swing.event.SwingPropertyChangeSupport.fireProperty Change(SwingPropertyChangeSupport.java:232) at javax.swing.JComponent.firePropertyChange(JComponent.jav a:3814) at javax.swing.JFileChooser.addChoosableFileFilter(JFileChooser .java:1073) at javax.swing.JFileChooser.resetChoosableFileFilters(JFileChoo ser.java:1114) at edu.rice.cs.drjava.ui.MainFrame$3.getFiles(MainFrame.java: 326) at edu.rice.cs.drjava.ui.MainFrame._openFileOrProject(MainFra me.java:2025) at edu.rice.cs.drjava.ui.MainFrame.access$1200(MainFrame.jav a:101) at edu.rice.cs.drjava.ui.MainFrame$11.actionPerformed(MainFr ame.java:436) at javax.swing.AbstractButton.fireActionPerformed(AbstractButt on.java:1797) at javax.swing.AbstractButton$ForwardActionEvents.actionPerfo rmed(AbstractButton.java:1850) at javax.swing.DefaultButtonModel.fireActionPerformed(Default ButtonModel.java:419) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonMo del.java:257) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(B asicButtonListener.java:247) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMul ticaster.java:227) at java.awt.Component.processMouseEvent(Component.java:50 93) at java.awt.Component.processEvent(Component.java:4890) at java.awt.Container.processEvent(Container.java:1566) at java.awt.Component.dispatchEventImpl(Component.java:359 8) at java.awt.Container.dispatchEventImpl(Container.java:1623) at java.awt.Component.dispatchEvent(Component.java:3439) at java.awt.LightweightDispatcher.retargetMouseEvent(Containe r.java:3450) at java.awt.LightweightDispatcher.processMouseEvent(Containe r.java:3165) at java.awt.LightweightDispatcher.dispatchEvent(Container.java :3095) at java.awt.Container.dispatchEventImpl(Container.java:1609) at java.awt.Window.dispatchEventImpl(Window.java:1585) at java.awt.Component.dispatchEvent(Component.java:3439) at java.awt.EventQueue.dispatchEvent(EventQueue.java:450) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(E ventDispatchThread.java:230) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Eve ntDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThr ead.java:177) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThr ead.java:169) at java.awt.EventDispatchThread.run(EventDispatchThread.java :99) Date: 2004-11-22 15:45 Sender: dlsmithProject Admin Hide Logged In: YES user_id=1060117 I've discovered this to be a bug in my system's implementation of the JFileChooser. Under the following platform: Mac OS 10.2.8 Java 1.4.1 Look and feel: apple.laf.AquaLookAndFeel The methods JFileChooser.removeChoosableFileFilter() and JFileChooser.resetChoosableFileFilters() cause an ArrayIndexOutOfBoundsException under most conditions. I've attached a simple program that breaks on this platform. Since the JFileChoosers in edu.rice.cs.drjava.ui.MainFrame make some use of the broken methods, an error occurs whenever a JFileChooser is opened. I'd recommend one of the following courses of action: - Remove the calls to JFileChooser.removeChoosableFileFilter() and JFileChooser.resetChoosableFileFilters() in MainFrame.java -- I believe the functionality could be preserved without relying on those methods. - Write a test in the DrJava startup sequence that determines, for each available look and feel (or maybe just the Apple look and feel), whether the broken methods are implemented correctly. If not, remove them from the list of available lafs. - Abandon full support for Mac OS 10.2. The workaround is to always use one of the Sun lafs. Date: 2004-08-12 08:18 Sender: dlsmithProject Admin Hide Logged In: YES user_id=1060117 The bug is still present in the most recent CVS version, checked out today. Here's the edu.rice.cs.drjava portion of the stack trace (the rest is identical): java.lang.ArrayIndexOutOfBoundsException: 1 >= 1 ... at edu.rice.cs.drjava.ui.MainFrame$3.getFiles(MainFrame.java:332) at edu.rice.cs.drjava.ui.MainFrame._openFileOrProject(MainFrame.jav a:2426) at edu.rice.cs.drjava.ui.MainFrame.access$1500(MainFrame.java:105 ) at edu.rice.cs.drjava.ui.MainFrame$14.actionPerformed(MainFrame.ja va:471) ... Date: 2004-07-16 15:14 Sender: dlsmithProject Admin Hide Logged In: YES user_id=1060117 Some experimentation has shown this to be a bug introduced between the 20040331 and 20040618 development releases. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2940687&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-22 20:13:22
|
Bugs item #2937449, was opened at 2010-01-22 20:13 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2937449&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: 6: Crashes Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Crash Report Initial Comment: java.lang.ArrayIndexOutOfBoundsException: 27 at sun.font.FontDesignMetrics.charsWidth(Unknown Source) at javax.swing.text.Utilities.getTabbedTextOffset(Unknown Source) at javax.swing.text.Utilities.getTabbedTextOffset(Unknown Source) at javax.swing.text.Utilities.getTabbedTextOffset(Unknown Source) at javax.swing.text.PlainView.viewToModel(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.viewToModel(Unknown Source) at javax.swing.plaf.basic.BasicTextUI.viewToModel(Unknown Source) at javax.swing.text.DefaultCaret.moveCaret(Unknown Source) at javax.swing.text.DefaultCaret.mouseDragged(Unknown Source) at java.awt.AWTEventMulticaster.mouseDragged(Unknown Source) at java.awt.Component.processMouseMotionEvent(Unknown Source) at javax.swing.JComponent.processMouseMotionEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version drjava-20090821-r5004 DrJava Build Time 20090821-1520 drjava.debug.port = 4177 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre6\bin java.vm.version = 14.3-b01 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 3 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.6.0_17-b04 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre6\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\<anonymized user.name>\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\Wireless\Bin;C:\Program Files\Common Files\DivX Shared\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jre6\bin java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = America/Los_Angeles 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\jre6 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_17 java.ext.dirs = C:\Program Files\Java\jre6\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\sunrsasign.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Fri Jan 22 12:11:44 PST 2010 browser.file = C:\\Program Files\\Mozilla Firefox\\firefox.exe extra.classpath = C:\\Media Tools\\intro-prog-java\\bookClasses lineenum.enabled = true key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] quit.prompt = false interactions.reset.prompt = false save.before.compile = true recent.files = [C:\\Media Tools\\Practice Files\\goodTimes.java,C:\\Media Tools\\Practice Files\\Turtle fun.java,C:\\Media Tools\\intro-prog-java\\bookClasses\\Turtle.java,C:\\Media Tools\\intro-prog-java\\bookClasses\\Test.java,C:\\Media Tools\\intro-prog-java\\bookClasses\\Turtle fun.java] window.height = 739 window.width = 875 window.x = 219 window.y = 334 last.dir = C:\\Media Tools\\Practice Files\\page92 last.interactions.dir = C:\\Media Tools\\Practice Files tabbedpanes.state = 640 400 700 400 dialog.drjava.survey.enabled = false new.version.notification.last = 1264186015765 drjava.survey.notification.last = 1263357889390 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Windows%20XP&os.version=5.1&java.version=1.6.0_17&java.vendor=Sun%20Microsystems%20Inc. file.ext.registration = always Used memory: about 16.71 megabytes Free memory: about 4.51 megabytes Total memory: about 21.22 megabytes Total memory can expand to: about 63.56 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2937449&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-22 19:05:44
|
Feature Requests item #2937410, was opened at 2010-01-22 13:05 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2937410&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Enhancements for "New Java Class" Initial Comment: The "New Java Class" feature in the File menu can be improved. 1. It should be possible to enter a package (or leave it empty for default). 2. For the superclass and the interfaces, there should be a predictive input dialog to assist the user in entering class names. It should contain the same class names as the "Auto-Complete Word" dialog (Press Apple-Shift-Space or Ctrl-Shift-Space in the Definitions Pane). 2.1. If the superclass or interface is in the same package as the generated class or if the superclass or interface is in the java.lang package, just use the simple class name. Otherwise import the class first. 3. It should be possible to add fields. 3.1. For the type, there should be a predictive input dialog (see point 2 above), but here we also need to allow the primitive types. 3.2. The same rules apply for the class names as for the superclass and interfaces (see point 2.1 above). 3.3. The modifiers (default, public, protected, private) and final, volatile and static should be available. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2937410&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-21 01:08:59
|
Bugs item #2935964, was opened at 2010-01-21 00:38 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2935964&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: error Initial Comment: edu.rice.cs.util.UnexpectedException: java.lang.NoClassDefFoundError: ModelDisplay at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:911) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM$ResultHandler.forUnexpectedException(MainJVM.java:858) at edu.rice.cs.drjava.model.repl.newjvm.InterpretResult$UnexpectedExceptionResult.apply(InterpretResult.java:111) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.interpret(MainJVM.java:348) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._interpret(RMIInteractionsModel.java:75) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpret(InteractionsModel.java:286) at edu.rice.cs.drjava.model.repl.InteractionsModel$2$1.run(InteractionsModel.java:236) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoClassDefFoundError: ModelDisplay at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.getDeclaredMethods(Unknown Source) at edu.rice.cs.dynamicjava.symbol.Java5Class.declaredMethods(Java5Class.java:62) at edu.rice.cs.dynamicjava.symbol.StandardTypeSystem$3LookupMethod.forSimpleClassType(StandardTypeSystem.java:2139) at edu.rice.cs.dynamicjava.symbol.StandardTypeSystem$3LookupMethod.forSimpleClassType(StandardTypeSystem.java:2120) at edu.rice.cs.dynamicjava.symbol.type.SimpleClassType.apply(SimpleClassType.java:23) at edu.rice.cs.dynamicjava.symbol.StandardTypeSystem.lookupMember(StandardTypeSystem.java:2686) at edu.rice.cs.dynamicjava.symbol.StandardTypeSystem.lookupMember(StandardTypeSystem.java:2671) at edu.rice.cs.dynamicjava.symbol.StandardTypeSystem.lookupStaticMethod(StandardTypeSystem.java:2216) at edu.rice.cs.dynamicjava.interpreter.ExpressionChecker$ExpressionVisitor.visit(ExpressionChecker.java:740) at edu.rice.cs.dynamicjava.interpreter.ExpressionChecker$ExpressionVisitor.visit(ExpressionChecker.java:278) at koala.dynamicjava.tree.StaticMethodCall.acceptVisitor(StaticMethodCall.java:105) at edu.rice.cs.dynamicjava.interpreter.ExpressionChecker$ExpressionVisitor.visit(ExpressionChecker.java:642) at edu.rice.cs.dynamicjava.interpreter.ExpressionChecker$ExpressionVisitor.visit(ExpressionChecker.java:278) at koala.dynamicjava.tree.ObjectMethodCall.acceptVisitor(ObjectMethodCall.java:94) at edu.rice.cs.dynamicjava.interpreter.ExpressionChecker.check(ExpressionChecker.java:138) at edu.rice.cs.dynamicjava.interpreter.StatementChecker.checkType(StatementChecker.java:127) at edu.rice.cs.dynamicjava.interpreter.StatementChecker.visit(StatementChecker.java:740) at edu.rice.cs.dynamicjava.interpreter.StatementChecker.visit(StatementChecker.java:113) at koala.dynamicjava.tree.ExpressionStatement.acceptVisitor(ExpressionStatement.java:101) at edu.rice.cs.dynamicjava.interpreter.Interpreter.typeCheck(Interpreter.java:74) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:45) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:205) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:182) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) at sun.rmi.transport.Transport$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Unknown Source) at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ... 1 more Caused by: java.lang.ClassNotFoundException at edu.rice.cs.plt.reflect.PathClassLoader.findClass(PathClassLoader.java:148) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) ... 39 more Caused by: java.lang.NoClassDefFoundError: ModelDisplay at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.getDeclaredMethods(Unknown Source) at edu.rice.cs.dynamicjava.symbol.Java5Class.declaredMethods(Java5Class.java:62) at edu.rice.cs.dynamicjava.symbol.StandardTypeSystem$3LookupMethod.forSimpleClassType(StandardTypeSystem.java:2139) at edu.rice.cs.dynamicjava.symbol.StandardTypeSystem$3LookupMethod.forSimpleClassType(StandardTypeSystem.java:2120) at edu.rice.cs.dynamicjava.symbol.type.SimpleClassType.apply(SimpleClassType.java:23) at edu.rice.cs.dynamicjava.symbol.StandardTypeSystem.lookupMember(StandardTypeSystem.java:2686) at edu.rice.cs.dynamicjava.symbol.StandardTypeSystem.lookupMember(StandardTypeSystem.java:2671) at edu.rice.cs.dynamicjava.symbol.StandardTypeSystem.lookupStaticMethod(StandardTypeSystem.java:2216) at edu.rice.cs.dynamicjava.interpreter.ExpressionChecker$ExpressionVisitor.visit(ExpressionChecker.java:740) at edu.rice.cs.dynamicjava.interpreter.ExpressionChecker$ExpressionVisitor.visit(ExpressionChecker.java:278) at koala.dynamicjava.tree.StaticMethodCall.acceptVisitor(StaticMethodCall.java:105) at edu.rice.cs.dynamicjava.interpreter.ExpressionChecker$ExpressionVisitor.visit(ExpressionChecker.java:642) at edu.rice.cs.dynamicjava.interpreter.ExpressionChecker$ExpressionVisitor.visit(ExpressionChecker.java:278) at koala.dynamicjava.tree.ObjectMethodCall.acceptVisitor(ObjectMethodCall.java:94) at edu.rice.cs.dynamicjava.interpreter.ExpressionChecker.check(ExpressionChecker.java:138) at edu.rice.cs.dynamicjava.interpreter.StatementChecker.checkType(StatementChecker.java:127) at edu.rice.cs.dynamicjava.interpreter.StatementChecker.visit(StatementChecker.java:740) at edu.rice.cs.dynamicjava.interpreter.StatementChecker.visit(StatementChecker.java:113) at koala.dynamicjava.tree.ExpressionStatement.acceptVisitor(ExpressionStatement.java:101) at edu.rice.cs.dynamicjava.interpreter.Interpreter.typeCheck(Interpreter.java:74) at edu.rice.cs.dynamicjava.interpreter.Interpreter.interpret(Interpreter.java:45) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:205) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.interpret(InterpreterJVM.java:182) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) at sun.rmi.transport.Transport$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Unknown Source) at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException at edu.rice.cs.plt.reflect.PathClassLoader.findClass(PathClassLoader.java:148) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) ... 39 more System Properties: DrJava Version drjava-20090821-r5004 DrJava Build Time 20090821-1520 drjava.debug.port = 49394 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre6\bin java.vm.version = 14.2-b01 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.6.0_16-b01 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre6\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 7 sun.jnu.encoding = GBK java.library.path = C:\Program Files\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files\JavaFX\javafx-sdk1.2\bin;C:\Program Files\JavaFX\javafx-sdk1.2\emulator\bin;D:\Program Files\PHP\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Common Files\Thunder Network\KanKan\Codecs;d:\Program Files\MATLAB\R2009b\runtime\win32;d:\Program Files\MATLAB\R2009b\bin;d:\Python26;d:\Python26\DLLs;d:\Python26\Scripts;d:\Python26\Lib\site-packages\PyQt4;d:\Python26\gnuplot\bin;d:\Python26\Lib\site-packages\vtk;d:\Python26\OpenCV\bin;d:\Program Files\pythonxy\console;d:\Program Files\pythonxy\SciTE-2.01;d:\Program Files\pythonxy\mingw\bin;d:\Program Files\pythonxy\swig;d:\Program Files\pythonxy\gettext\bin;C:\Program Files\Java\jdk1.6.0_16\bin;d:\CTEX\UserData\miktex\bin;d:\CTEX\MiKTeX\miktex\bin;d:\CTEX\CTeX\ctex\bin;d:\CTEX\CTeX\cct\bin;d:\CTEX\CTeX\ty\bin;d:\CTEX\Ghostscript\gs8.70\bin;d:\CTEX\GSview\gsview;d:\CTEX\WinEdt;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\System32;d:\Program Files\StormII\Codec;d:\Program Files\StormII java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 6.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-20090821-r5004.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre6 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_16 java.ext.dirs = C:\Program Files\Java\jre6\lib\ext;C:\Windows\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\sunrsasign.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Wed Jan 20 19:37:08 EST 2010 extra.classpath = D:\\bookClasses-8-21-06 lineenum.enabled = true key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] recent.files = [E:\\Documents\\Downloads\\bookClasses-8-21-06\\Turtle.java,E:\\Documents\\Downloads\\bookClasses-8-21-06\\TurtleArt.java,E:\\Documents\\Downloads\\bookClasses-8-21-06\\SimpleTurtle.java,E:\\Documents\\Downloads\\bookClasses-8-21-06\\TurtleTest.java] window.x = 270 window.y = 74 last.dir = D:\\bookClasses-8-21-06\\TurtleArt.java last.interactions.dir = D:\\bookClasses-8-21-06 tabbedpanes.state = 640 400 700 400 new.version.notification.last = 1263950702550 drjava.survey.notification.last = 1264033950536 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Windows%207&os.version=6.1&java.version=1.6.0_16&java.vendor=Sun%20Microsystems%20Inc. Used memory: about 27.06 megabytes Free memory: about 6.40 megabytes Total memory: about 33.46 megabytes Total memory can expand to: about 63.56 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2935964&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-17 23:18:57
|
Bugs item #2934012, was opened at 2010-01-17 23:18 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2934012&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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: error when startup Initial Comment: java.lang.NullPointerException at edu.rice.cs.drjava.model.JarJDKToolsLibrary.guessVersion(JarJDKToolsLibrary.java:215) at edu.rice.cs.drjava.model.JarJDKToolsLibrary.makeFromFile(JarJDKToolsLibrary.java:120) at edu.rice.cs.drjava.model.DefaultGlobalModel.findLibraries(DefaultGlobalModel.java:248) at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:187) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2994) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:163) at edu.rice.cs.drjava.DrJava.configureAndLoadDrJavaRoot(DrJava.java:250) at edu.rice.cs.drjava.DrJava.main(DrJava.java:145) System Properties: DrJava Version drjava-20090821-r5004 DrJava Build Time 20090821-1520 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Programfiler\Java\jre6\bin java.vm.version = 14.3-b01 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = NO sun.os.patch.level = Service Pack 3 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Mine dokumenter\Download java.runtime.version = 1.6.0_17-b04 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Programfiler\Java\jre6\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\ODDHEL~1\LOKALE~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = NY os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Programfiler\Java\jre6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;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 = Europe/Berlin java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.home>\Mine dokumenter\Download\drjava-stable-20090821-r5004.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Programfiler\Java\jre6 sun.arch.data.model = 32 user.language = no java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_17 java.ext.dirs = C:\Programfiler\Java\jre6\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Programfiler\Java\jre6\lib\resources.jar;C:\Programfiler\Java\jre6\lib\rt.jar;C:\Programfiler\Java\jre6\lib\sunrsasign.jar;C:\Programfiler\Java\jre6\lib\jsse.jar;C:\Programfiler\Java\jre6\lib\jce.jar;C:\Programfiler\Java\jre6\lib\charsets.jar;C:\Programfiler\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Sun Jan 17 23:45:36 CET 2010 javac.location = C:\\Documents and Settings\\<anonymized user.name>\\Mine dokumenter\\Download\\HybridJava_v0.94.zip key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] quit.prompt = false save.before.compile = true recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\New Folder\\Hilsen.java] window.height = 746 window.width = 1032 window.x = -4 window.y = -4 window.state = 6 doc.list.width = 22 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\New Folder last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name> tabbedpanes.state = 512 384 700 400 new.version.notification.last = 1263420794765 drjava.survey.notification.last = 1263421313625 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Windows%20XP&os.version=5.1&java.version=1.6.0_17&java.vendor=Sun%20Microsystems%20Inc. file.ext.registration = always Used memory: about 2,40 megabytes Free memory: about 2,53 megabytes Total memory: about 4,94 megabytes Total memory can expand to: about 63,56 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2934012&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-17 23:03:26
|
Bugs item #2934008, was opened at 2010-01-17 23:03 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2934008&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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: error when startup Initial Comment: java.lang.NullPointerException at edu.rice.cs.drjava.model.JarJDKToolsLibrary.guessVersion(JarJDKToolsLibrary.java:215) at edu.rice.cs.drjava.model.JarJDKToolsLibrary.makeFromFile(JarJDKToolsLibrary.java:120) at edu.rice.cs.drjava.model.DefaultGlobalModel.findLibraries(DefaultGlobalModel.java:248) at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:187) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2994) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:163) at edu.rice.cs.drjava.DrJava.configureAndLoadDrJavaRoot(DrJava.java:250) at edu.rice.cs.drjava.DrJava.main(DrJava.java:145) System Properties: DrJava Version drjava-20090821-r5004 DrJava Build Time 20090821-1520 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Programfiler\Java\jre6\bin java.vm.version = 14.3-b01 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = NO sun.os.patch.level = Service Pack 3 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Mine dokumenter\Download java.runtime.version = 1.6.0_17-b04 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Programfiler\Java\jre6\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\ODDHEL~1\LOKALE~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = NY os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Programfiler\Java\jre6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;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 = Europe/Berlin java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.home>\Mine dokumenter\Download\drjava-stable-20090821-r5004.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Programfiler\Java\jre6 sun.arch.data.model = 32 user.language = no java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_17 java.ext.dirs = C:\Programfiler\Java\jre6\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Programfiler\Java\jre6\lib\resources.jar;C:\Programfiler\Java\jre6\lib\rt.jar;C:\Programfiler\Java\jre6\lib\sunrsasign.jar;C:\Programfiler\Java\jre6\lib\jsse.jar;C:\Programfiler\Java\jre6\lib\jce.jar;C:\Programfiler\Java\jre6\lib\charsets.jar;C:\Programfiler\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Sun Jan 17 23:45:36 CET 2010 javac.location = C:\\Documents and Settings\\<anonymized user.name>\\Mine dokumenter\\Download\\HybridJava_v0.94.zip key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] quit.prompt = false save.before.compile = true recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\New Folder\\Hilsen.java] window.height = 746 window.width = 1032 window.x = -4 window.y = -4 window.state = 6 doc.list.width = 22 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\New Folder last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name> tabbedpanes.state = 512 384 700 400 new.version.notification.last = 1263420794765 drjava.survey.notification.last = 1263421313625 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Windows%20XP&os.version=5.1&java.version=1.6.0_17&java.vendor=Sun%20Microsystems%20Inc. file.ext.registration = always Used memory: about 2,40 megabytes Free memory: about 2,53 megabytes Total memory: about 4,94 megabytes Total memory can expand to: about 63,56 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2934008&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-17 22:51:32
|
Bugs item #2934002, was opened at 2010-01-17 22:51 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2934002&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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: error when startup Initial Comment: java.lang.NullPointerException at edu.rice.cs.drjava.model.JarJDKToolsLibrary.guessVersion(JarJDKToolsLibrary.java:215) at edu.rice.cs.drjava.model.JarJDKToolsLibrary.makeFromFile(JarJDKToolsLibrary.java:120) at edu.rice.cs.drjava.model.DefaultGlobalModel.findLibraries(DefaultGlobalModel.java:248) at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:187) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2994) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:163) at edu.rice.cs.drjava.DrJava.configureAndLoadDrJavaRoot(DrJava.java:250) at edu.rice.cs.drjava.DrJava.main(DrJava.java:145) System Properties: DrJava Version drjava-20090821-r5004 DrJava Build Time 20090821-1520 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Programfiler\Java\jre6\bin java.vm.version = 14.3-b01 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = NO sun.os.patch.level = Service Pack 3 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Mine dokumenter\Download java.runtime.version = 1.6.0_17-b04 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Programfiler\Java\jre6\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\ODDHEL~1\LOKALE~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = NY os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Programfiler\Java\jre6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;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 = Europe/Berlin java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = <anonymized user.home>\Mine dokumenter\Download\drjava-stable-20090821-r5004.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Programfiler\Java\jre6 sun.arch.data.model = 32 user.language = no java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_17 java.ext.dirs = C:\Programfiler\Java\jre6\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Programfiler\Java\jre6\lib\resources.jar;C:\Programfiler\Java\jre6\lib\rt.jar;C:\Programfiler\Java\jre6\lib\sunrsasign.jar;C:\Programfiler\Java\jre6\lib\jsse.jar;C:\Programfiler\Java\jre6\lib\jce.jar;C:\Programfiler\Java\jre6\lib\charsets.jar;C:\Programfiler\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Sun Jan 17 23:45:36 CET 2010 javac.location = C:\\Documents and Settings\\<anonymized user.name>\\Mine dokumenter\\Download\\HybridJava_v0.94.zip key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] quit.prompt = false save.before.compile = true recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\New Folder\\Hilsen.java] window.height = 746 window.width = 1032 window.x = -4 window.y = -4 window.state = 6 doc.list.width = 22 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\New Folder last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name> tabbedpanes.state = 512 384 700 400 new.version.notification.last = 1263420794765 drjava.survey.notification.last = 1263421313625 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Windows%20XP&os.version=5.1&java.version=1.6.0_17&java.vendor=Sun%20Microsystems%20Inc. file.ext.registration = always Used memory: about 2,40 megabytes Free memory: about 2,53 megabytes Total memory: about 4,94 megabytes Total memory can expand to: about 63,56 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2934002&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-16 22:47:59
|
Bugs item #2933573, was opened at 2010-01-16 14:47 Message generated for change (Tracker Item Submitted) made by stephendgilbert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2933573&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stephen Gilbert (stephendgilbert) Assigned to: Nobody/Anonymous (nobody) Summary: 2916719 - Cannot edit external processes Initial Comment: I can't figure out how to reply to the messages for a bug. The source-forge bug-tracker page doesn't seem to have ny reply button. I downloaded the weekly Jar file that should fix this problem. It still seems to be there. Here's the printout from Dr.Java java.lang.NullPointerException at edu.rice.cs.drjava.ui.ExecuteExternalDialog.<init>(ExecuteExternalDialog.java:238) at edu.rice.cs.drjava.ui.EditExternalDialog._edit(EditExternalDialog.java:330) at edu.rice.cs.drjava.ui.EditExternalDialog.access$000(EditExternalDialog.java:61) at edu.rice.cs.drjava.ui.EditExternalDialog$3.actionPerformed(EditExternalDialog.java:207) 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.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.Component.processMouseEvent(Component.java:5583) at javax.swing.JComponent.processMouseEvent(JComponent.java:3135) at java.awt.Component.processEvent(Component.java:5348) at java.awt.Container.processEvent(Container.java:2010) at java.awt.Component.dispatchEventImpl(Component.java:4050) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Component.dispatchEvent(Component.java:3885) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866) at java.awt.Container.dispatchEventImpl(Container.java:2054) at java.awt.Window.dispatchEventImpl(Window.java:1791) at java.awt.Component.dispatchEvent(Component.java:3885) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) System Properties: DrJava Version drjava-20100115-r5172 DrJava Build Time 20100115-1825 drjava.debug.port = 50028 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries java.vm.version = 1.5.0_19-138 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>/Desktop java.runtime.version = 1.5.0_19-b02-306 java.awt.graphicsenv = apple.awt.CGraphicsEnvironment java.endorsed.dirs = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/endorsed os.arch = ppc 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 = .:/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/Los_Angeles java.awt.printerjob = apple.awt.CPrinterJob file.encoding = MacRoman java.specification.version = 1.5 java.class.path = <anonymized user.home>/Desktop/drjava-weekly-20100115-r5172.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_19 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/jsfd.jar:/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 = UnicodeBig sun.cpu.endian = big java.rmi.server.hostname = 127.0.0.1 mrj.version = 1040.1.5.0_19-306 sun.awt.exception.handler = apple.awt.CToolkit$EventQueueExceptionHandler sun.cpu.isalist = #DrJava configuration file #Sat Jan 16 14:45:27 PST 2010 lineenum.enabled = true key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] save.before.compile = true indent.level = 4 compiler.default = JDK 5.0_19 recent.files = [<anonymized user.home>/Documents/cs150home/cccfiles/GetRunFiles.java,<anonymized user.home>/Documents/CS170/CS170S10/cs170Home/drjava/DrJava.java,<anonymized user.home>/MyApp.java,<anonymized user.home>/Documents/drjava-build/drjava/src/edu/rice/cs/drjava/model/compiler/DefaultCompilerModel.java,<anonymized user.home>/Documents/drjava-build/drjava/src/edu/rice/cs/drjava/model/compiler/CompilerModel.java] recent.projects = [<anonymized user.home>/Documents/CS170/CS170S10/cs170Home/drjava/DrJava.drjava] window.x = 176 window.y = 138 last.dir = <anonymized user.home>/Documents/cs150home/cccfiles last.interactions.dir = <anonymized user.home>/Documents/cs150home/cccfiles tabbedpanes.state = 640 512 700 400 dialog.jaroptions.state = 417 338 dialog.drjava.survey.enabled = false external.saved.count = 1 external.saved.names = [External Java 1] external.saved.cmdlines = [${echo;text="Hello world version 2."}] external.saved.workdirs = [${drjava.working.dir}] external.saved.enclosingdjappfiles = [] new.version.notification.last = 1263680882320 drjava.survey.notification.last = 1262128141702 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5165&os.name=Mac%20OS%20X&os.version=10.4.11&java.version=1.5.0_19&java.vendor=Apple%20Computer,%20Inc. Used memory: about 13.34 megabytes Free memory: about 2.28 megabytes Total memory: about 15.64 megabytes Total memory can expand to: about 63.31 megabytes Number of processors/cores: 1 Compiler Discovery Log: >From config: not set >From runtime: JDK library 5.0_19 Dir added: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home Dir added: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0 Dir added: /System/Library/Frameworks/JavaVM.framework/Versions Dir not added: /C:/Program Files/Java Dir not added: /C:/Program Files Dir not added: /C:/Java Dir not added: /C: Dir added: /System/Library/Frameworks/JavaVM.framework/Versions Dir not added: /usr/java Dir not added: /usr/j2se Dir added: /usr Dir not added: /usr/local/java Dir not added: /usr/local/j2se Dir added: /usr/local Dir not added: /usr/lib/jvm Dir not added: /usr/lib/jvm/java-6-sun Dir not added: /usr/lib/jvm/java-1.5.0-sun Dir not added: /usr/lib/jvm/java-6-openjdk Dir not added: /home/javaplt/java/Linux-i686 File not added: /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/lib/tools.jar File added: /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Classes/classes.jar File not added: /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/lib/tools.jar File added: /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes/classes.jar File not added: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/lib/tools.jar File added: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/classes.jar File not added: /C:/Program Files/JavaMint/langtools/dist/lib/classes.jar File not added: /C:/Program Files/JavaMint/langtools/dist/lib/tools.jar File not added: /usr/local/soylatte/lib/classes.jar File not added: /usr/local/soylatte/lib/tools.jar File not added: /usr/local/JavaMint/langtools/dist/lib/classes.jar File not added: /usr/local/JavaMint/langtools/dist/lib/tools.jar MINT_HOME not set File added: <anonymized user.home>/Desktop/drjava-weekly-20100115-r5172.jar Result: Found library: JDK library 5.0 at /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/classes.jar, boot classpath: [/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/charsets.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/classes.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/dt.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jce.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jconsole.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jsse.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/laf.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/ui.jar] Found library: JDK library 1.4.2 at /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes/classes.jar, boot classpath: null Found library: JDK library 1.3.1 at /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Classes/classes.jar, boot classpath: null >From search: duplicate JDK library 5.0 at /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/classes.jar, boot classpath: [/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/charsets.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/classes.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/dt.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jce.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jconsole.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jsse.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/laf.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/ui.jar] >From search: JDK library 1.4.2 at /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes/classes.jar, boot classpath: null >From search: JDK library 1.3.1 at /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Classes/classes.jar, boot classpath: null ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2933573&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-16 22:24:28
|
Bugs item #2933565, was opened at 2010-01-16 22:24 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2933565&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: UI: MacOS X-specific Group: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: square brackets on osx10.6 not working Initial Comment: hey there, the very same bug has already been submitted by marie-luise and obviously been fixed, but the solution has not been posted in comments. so here we go again: i can't type [] in drjava (obviously it works just fine in other programs). german keyboard layout, mac os x 10.6.2 any hints about a proper solution to this? System Properties: DrJava Version drjava-20090821-r5004 DrJava Build Time 20090821-1520 drjava.debug.port = 50956 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 = 14.3-b01-101 awt.nativeDoubleBuffering = true gopherProxySet = false mrj.build = 10M3025 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 = DE sun.os.patch.level = unknown java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.6.0_17-b04-248-10M3025 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.app/Contents/Resources/DrJava.icns apple.awt.graphics.UseOpenGL = false java.io.tmpdir = /var/folders/m2/m21+m8PJGPCzUTYb76vAek+++TI/-Tmp-/ line.separator = "\u000a" java.vm.specification.vendor = Sun Microsystems Inc. os.name = Mac OS X apple.laf.useScreenMenuBar = true sun.jnu.encoding = MacRoman java.library.path = <anonymized user.dir>/DrJava.app/Contents/Resources/Java:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources:.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot 64-Bit Server Compiler os.version = 10.6.2 http.nonProxyHosts = local|*.local|169.254/16|*.169.254/16 user.home = <anonymized user.home> user.timezone = Europe/Berlin java.awt.printerjob = apple.awt.CPrinterJob file.encoding = MacRoman java.specification.version = 1.6 java.class.path = <anonymized user.dir>/DrJava.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 = de java.specification.vendor = Sun Microsystems Inc. awt.toolkit = apple.awt.CToolkit java.vm.info = mixed mode java.version = 1.6.0_17 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/jsfd.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.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 = 1060.1.6.0_17-248 socksNonProxyHosts = local|*.local|169.254/16|*.169.254/16 ftp.nonProxyHosts = local|*.local|169.254/16|*.169.254/16 sun.awt.exception.handler = apple.awt.CToolkit$EventQueueExceptionHandler sun.cpu.isalist = #DrJava configuration file #Sat Jan 16 23:23:17 CET 2010 toolbar.icons.enabled = false lineenum.enabled = true look.and.feel = javax.swing.plaf.metal.MetalLookAndFeel key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] quit.prompt = false interactions.reset.prompt = false save.before.compile = true warn.change.laf = false window.height = 933 window.width = 1236 window.x = 205 window.y = 35 last.dir = <anonymized user.home>/Documents/DrJava Projects/Variables.java last.interactions.dir = <anonymized user.home>/Documents/DrJava Projects tabbedpanes.state = 840 525 700 400 new.version.notification.last = 1263657195369 drjava.survey.notification.last = 1263680586937 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Mac%20OS%20X&os.version=10.6.2&java.version=1.6.0_17&java.vendor=Apple%20Inc. Used memory: about 34,80 megabytes Free memory: about 44,58 megabytes Total memory: about 79,38 megabytes Total memory can expand to: about 81,44 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2933565&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-16 19:14:49
|
Bugs item #2933487, was opened at 2010-01-16 19:14 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2933487&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: 5: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Editor Error Initial Comment: java.lang.ArrayIndexOutOfBoundsException: 50 at sun.font.FontDesignMetrics.charsWidth(Unknown Source) at javax.swing.text.Utilities.getTabbedTextOffset(Unknown Source) at javax.swing.text.Utilities.getTabbedTextOffset(Unknown Source) at javax.swing.text.Utilities.getTabbedTextOffset(Unknown Source) at javax.swing.text.PlainView.viewToModel(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.viewToModel(Unknown Source) at javax.swing.plaf.basic.BasicTextUI.viewToModel(Unknown Source) at javax.swing.text.DefaultCaret.positionCaret(Unknown Source) at javax.swing.text.DefaultCaret.adjustCaret(Unknown Source) at javax.swing.text.DefaultCaret.adjustCaretAndFocus(Unknown Source) at javax.swing.text.DefaultCaret.mousePressed(Unknown Source) at java.awt.AWTEventMulticaster.mousePressed(Unknown Source) at java.awt.AWTEventMulticaster.mousePressed(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version drjava-20090821-r5004 DrJava Build Time 20090821-1520 drjava.debug.port = 3089 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre6\bin java.vm.version = 14.3-b01 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 3 java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>\Desktop java.runtime.version = 1.6.0_17-b04 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre6\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\<anonymized user.name>\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.6.0_11\bin;C:\Program Files\Java\jre6\bin java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = <anonymized user.home> user.timezone = Asia/Calcutta java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = C:\Downloads\software\drjava-stable-20090821-r5004.exe user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre6 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0_17 java.ext.dirs = C:\Program Files\Java\jre6\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\sunrsasign.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = #DrJava configuration file #Sun Jan 17 00:41:03 IST 2010 key.delete.next = [shift DELETE] key.delete.previous = [shift BACK_SPACE] interactions.exit.prompt = false save.before.compile = true recent.files = [C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\ZipFileDemo.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\WriteObjectToFile.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\RandomAccessFileDemo.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\MyFilesDemo.java,C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\MyStreamsDemo.java] window.height = 746 window.width = 1032 window.x = -4 window.y = -4 window.state = 6 doc.list.width = 254 last.dir = C:\\Documents and Settings\\<anonymized user.name>\\Desktop\\PavanWindow.java last.interactions.dir = C:\\Documents and Settings\\<anonymized user.name>\\Desktop tabbedpanes.state = 512 384 700 400 new.version.notification.last = 1263593728820 drjava.survey.notification.last = 1263127717846 drjava.survey.result.last = http://www.drjava.org/submit-usage.php?rev=5004&os.name=Windows%20XP&os.version=5.1&java.version=1.6.0_17&java.vendor=Sun%20Microsystems%20Inc. Used memory: about 20.34 megabytes Free memory: about 5.98 megabytes Total memory: about 26.32 megabytes Total memory can expand to: about 63.56 megabytes Number of processors/cores: 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2933487&group_id=44253 |
From: SourceForge.net <no...@so...> - 2010-01-15 19:25:53
|
Feature Requests item #2933047, was opened at 2010-01-15 13:25 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2933047&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Stack Trace Walker Initial Comment: It would be nice to be able to import a stack trace as printed out by Java exceptions into a special Tabbed Pane, and then use the "Next Region" and "Previous Region" actions to quickly browse to the locations of the stack trace. For example, I choose the "Walk Stack Trace" action and paste the following text into a text area: java.lang.NullPointerException at edu.rice.cs.drjava.ui.ExecuteExternalDialog.<init>(ExecuteExternalDialog.java:238) at edu.rice.cs.drjava.ui.EditExternalDialog._edit(EditExternalDialog.java:330) at edu.rice.cs.drjava.ui.EditExternalDialog.access$000(EditExternalDialog.java:61) The cursor will now jump to ExecuteExternalDialog.java, line 238. If I use the "Next Region" action, it will jump to EditExternalDialog.java, line 330, and so on. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2933047&group_id=44253 |