| Commit | Date | |
|---|---|---|
|
[r3891]
by
mgricken
Changed RegionManager to have a notion of a "current" region. M src/edu/rice/cs/drjava/model/debug/DebugTestCase.java |
2006-06-17 04:20:32 | Tree |
|
[r3890]
by
mgricken
Fixed Retroweaver error; changed Ant build script to support -Dtest-list, -Dtest-repeat and -Dtest-timeout (type ant help for more information); the changes to the build script required the inclusion of ant-contrib.jar. |
2006-06-16 23:26:32 | Tree |
|
[r3889]
by
rcartwright
This commit fixed a bug in method testGetFiles of FileOpsTest.java; the test assumed that File.listFiles(...) returns a list of files in alphabetic order when no such guarantee is made by the that method's contract. The revised test makes no such assumption. The following files were modified: M src/edu/rice/cs/util/FileOps.java |
2006-06-16 22:30:27 | Tree |
|
[r3888]
by
rcartwright
This commit cleaned up the formatting of classes in the package M src/edu/rice/cs/drjava/config/OptionMap.java |
2006-06-15 12:06:50 | Tree |
|
[r3887]
by
dlsmith
Added "recur" package, containing RecursionStacks for tracing infinite recursive calls and Continuations; added "RecurUtil" with safe implementations of toString, equals, and hashCode for infinite data structures; added IdentityPair, etc., which uses == for equality tests instead of equals(); added TotalMap and Multimap collections; added some utility functions to LambdaUtil |
2006-06-14 19:47:08 | Tree |
|
[r3886]
by
rcartwright
Added entry in prefences for passing command line arguments to Main JVM on startup. Set the default maximum heap size for the main JVM to 128MB. Eliminated a few redundant casts as indiated by the Java 6.0 compiler. The modified files were: M src/edu/rice/cs/drjava/DrJava.java |
2006-06-14 15:47:42 | Tree |
|
[r3885]
by
bjwhitfield
(Untitled) empty document prompt to save on exit changed (Feature Request: 1473262) |
2006-06-12 22:48:27 | Tree |
|
[r3884]
by
bjwhitfield
|
2006-06-12 22:13:40 | Tree |
| 2006-06-10 04:15:51 | Tree | |
|
[r3882]
by
dlsmith
Fixed Retroweaver error (replaced Arrays.toString with Arrays.asList().toString); commented out broken ToolsJarClassLoaderTest, to be fixed later |
2006-06-10 02:44:37 | Tree |