Menu

Legacy SVN Repository Commit Log


Commit Date  
[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
[r4117] by rcartwright

This revision further cleans up the coding of synchronization in the
InteractionsController. It also eliminates the CodeStatus.DEVELOPMENT
references in the code which evidently only enabled anti-aliasing in
development builds. The following classes were modified:

M src/edu/rice/cs/drjava/model/repl/InteractionsModel.java
M src/edu/rice/cs/drjava/model/repl/DefaultInteractionsModel.java
M src/edu/rice/cs/drjava/model/AbstractGlobalModel.java
M src/edu/rice/cs/drjava/ui/HelpFrame.java
M src/edu/rice/cs/drjava/ui/InteractionsPane.java
M src/edu/rice/cs/drjava/ui/DefinitionsPane.java
M src/edu/rice/cs/drjava/ui/ConsoleController.java
M src/edu/rice/cs/drjava/ui/config/ConfigFrame.java
M src/edu/rice/cs/drjava/ui/RecentDocFrame.java
M src/edu/rice/cs/drjava/ui/InteractionsController.java
M src/edu/rice/cs/util/FileOps.java
M src/edu/rice/cs/util/text/ConsoleDocument.java
M src/edu/rice/cs/util/text/SwingDocument.java

2007-02-06 06:58:32 Tree
[r4116] by mgricken

Changed the build.xml script to use the JUnit formatter "oneline"
by default, if it is available. If it isn't, then the standard
"brief" formatter will be used as in the past.
You can change the formatter by using -Djunit-formatter=brief.
or -Djunit-formatter=quiet, etc.
To get the "oneline" and "quiet" formatters, please grab my
modified version of Ant 1.7.0 from
http://www.superscalar.org/files/apache-ant-1.7.0-quiet/

M build.xml

2007-02-05 22:57:55 Tree
[r4115] by sigma_lmtd

Checks files when opening project to see if they have been modified outside of DrJava. If a file has been modified, clears all of the bookmarks and breakpoints associated with that file.
Also fixed NullPointerException caused by bug [1651914] by adding a test for null.

M src/edu/rice/cs/drjava/model/AbstractGlobalModel.java
M src/edu/rice/cs/drjava/ui/InteractionsPane.java

2007-02-05 19:59:17 Tree
Older >
MongoDB Logo MongoDB