| Commit | Date | |
|---|---|---|
| 2008-12-09 15:25:10 | Tree | |
|
[r4697]
by
dlsmith
Updated build template reflecting recent changes in the build scripts -- removed Java 1.4 support; added FindBugs; improved testing options; changed version tags to use svn revisions. |
2008-12-09 14:52:52 | Tree |
|
[r4696]
by
dlsmith
Eclipse: Updated build script to eliminate Java 1.4 references and match the template and other scripts. |
2008-12-09 01:21:51 | Tree |
|
[r4695]
by
dlsmith
Eclipse: Always uses user.home as the working directory; added a top-level reset toolbar button; cleaned up deprecated copy/paste code. |
2008-12-08 22:22:56 | Tree |
|
[r4694]
by
dlsmith
Workaround for a NullPointerException arising when the Eclipse plug-in performs a reset. MainJVM assumed a pointer to a Swing object was non-null. (This should be fixed by eliminating the strong tie to Swing in MainJVM.) |
2008-12-08 20:47:26 | Tree |
|
[r4693]
by
dlsmith
Added a timeout to the slave JVM protocol in cases when the slave does not register. |
2008-12-08 16:39:42 | Tree |
|
[r4692]
by
dlsmith
Eclipse: Completed bulk of migration to compatibility with the current DrJava sources, Eclipse 3.2+, and ant-driven building. A few rough edges remain to be cleaned up. The plug-in can now be built using "ant jar" and copying the result to the Eclipse plug-ins directory. |
2008-12-05 23:36:10 | Tree |
|
[r4691]
by
dlsmith
Code cleanup recommended by Eclipse. Mostly removed dead code and added generic arguments; touched many files. |
2008-12-02 23:33:27 | Tree |
| 2008-12-02 17:28:08 | Tree | |
|
[r4689]
by
dlsmith
PLT Utilities: Added Condition as a 0-ary Predicate. I wasn't previously convinced there was a use case, but found one in WeakHashSetTest -- an abstraction of a condition expression whose value depends on state. Also cleaned up javadoc comments. |
2008-12-01 23:42:25 | Tree |