Menu

Legacy SVN Repository Commit Log


Commit Date  
[r4127] by rcartwright

This revision eliminates a reference to the getText method of inner class InputBox within InputController outside the event thread. It appears to fix the rmaining glitches in console input within the interactions pane. The revision also includes some minor changes to formatting and a few conversions of catch(Throwable ...) to catch(Exception ...). The following files were modified:

M src/edu/rice/cs/drjava/DrJava.java
M src/edu/rice/cs/drjava/DrJavaRoot.java
M src/edu/rice/cs/drjava/model/junit/DefaultJUnitModel.java
M src/edu/rice/cs/drjava/ui/InteractionsController.java

2007-02-08 16:52:46 Tree
[r4126] by mgricken

Addresses bugs [ drjava-Bugs-1652900 ] Installation
and [ 1653653 ] alireza

M src/edu/rice/cs/drjava/ui/HTMLFrame.java

2007-02-08 00:39:31 Tree
[r4125] by dlsmith

Modified compiler constructors to take in a version and a default boot class path; modified platform build script so that 'jar' does not include libraries (currently just plt.jar, and there's no need to package it). The jdk16 classes still need to be compiled and committed.

2007-02-07 22:36:09 Tree
[r4124] by dlsmith

Added ShadowingClassLoader; modified the matching semantics of PreemptingClassLoader; added support for Predicate<? super File> args, rather than FileFilters, in the IOUtil file-listing methods; added LambdaUtil and() and or() methods that take 3 arguments (varargs doesn't work with generics); made AbstractIterable's equals & hashCode final to insure correctness

2007-02-07 22:10:33 Tree
[r4123] by rcartwright

This revision postpones signalling input completion until the state of the interactions pane has been appropriately updated. It also converts some instances of "catch(Throwable ...) to catch(Exception ...).

2007-02-07 21:37:27 Tree
[r4122] by dlsmith

Removed JDBC dependency from Debugger interface (replaced int constants with an enum)

2007-02-07 21:14:46 Tree
[r4121] by rcartwright

This revision falls back to the deprecated call on File.toURL() for the
static method FileOps.toURL(File f). The undeprecated alternative, namely
File.toURI().toURL() fails on Windows.

2007-02-07 20:32:41 Tree
[r4120] by dlsmith

Refactored debugger classes to localize all JPDA (from tools.jar) dependencies into a new model.debug.jpda package. This makes it possible to dynamically load those classes.

2007-02-07 18:17:00 Tree
[r4119] by rcartwright

This revision is a minor cleanup of the code in InteractionsController.

2007-02-07 16:51:10 Tree
[r4118] by rcartwright

Cleaned up the code in InteractionsController supporting console input
within the interactions pane. The following files were updates
(changes to files other than InteractionsController were cosmetic).

M src/edu/rice/cs/drjava/model/repl/InteractionsDJDocument.java
M src/edu/rice/cs/drjava/ui/InteractionsController.java
M src/edu/rice/cs/util/text/ConsoleDocument.java
M build.xml

2007-02-07 07:05:45 Tree
Older >
MongoDB Logo MongoDB