| Commit | Date | |
|---|---|---|
| 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 |
| 2006-06-09 21:25:38 | Tree | |
| 2006-06-09 21:24:22 | Tree | |
| 2006-06-09 20:57:29 | Tree | |
|
[r3878]
by
rcartwright
This commit refactored AbstractGlobalModel so that the set of M src/edu/rice/cs/drjava/model/AbstractGlobalModel.java |
2006-06-09 03:13:05 | Tree |
|
[r3877]
by
rcartwright
This commit cleans up the behavior CommandLineTest (at the cost of moving MainFrame construction to setUp() from testcase construction), execution logging, the TEST_MODE flag and error reports that the Slave JVM died during setup in unit tests (some of which kill the slave before it has registered). The number of files affected is large (primarilty from cleaning up execution logging) but the number of lines changed is modest. CommandLineTest was problematic because it created many copies of MainFrame (presumably each using a separate class loader) that appeared to interfere with one another when run on PLT lab machines. Now they are created and destroyed serially so that neither they nor the DefaultModels that they create overlap. The modifed files are: M src/edu/rice/cs/drjava/DrJavaTestCase.java |
2006-06-08 22:29:32 | Tree |
|
[r3876]
by
rcartwright
This commit revises the definition of rmi-test-classes in build.xml to be consistent with yesterdays commits revising the RMI code linking the Master and Slave JVMs. The name of the Master class in IntegratedMasterSlaveTest is "IntegratedMasterSlaveTest$TestMasterJVM.class" not "IntegratedMasterSlaveTest$MasterIMpl.class". The latter no longer exists. The following file was modified: M build.xml |
2006-06-08 13:26:20 | Tree |
|
[r3875]
by
rcartwright
This commit cleans up the DrJava RMI code (primarily classes This commit also includes some other minor fixes. The quit command in The modified files include: M src/edu/rice/cs/drjava/model/DefaultGlobalModel.java --This line, and those below, will be ignored-- |
2006-06-07 07:20:10 | Tree |
|
[r3874]
by
rcartwright
This jar file includes the updated compiler adapter for Java 6.0 that was commited just a moment ago. Modified files: M compilers.jar |
2006-06-07 06:44:14 | Tree |