| Commit | Date | |
|---|---|---|
|
[r4574]
by
rcartwright
This revision fixes a bug in GlobalModelJUnitTest and the code that handles aborted JUnit test suites. The followign files were modified: M src/edu/rice/cs/drjava/model/debug/jpda/JPDADebugger.java |
2008-07-12 01:55:25 | Tree |
|
[r4573]
by
rcartwright
This revision fixes a serious bug when running Junit tests with the debugger enabled. The previous builds (since the inadvertent NoDocLocking commit) deadlocked. The following files were modified: M src/edu/rice/cs/drjava/model/debug/DebugTestCase.java |
2008-07-11 23:39:12 | Tree |
|
[r4572]
by
rcartwright
This revision revises the code in IndentTest and ConfigFileTest to fix corcurrency bugs in Windows. The following files were modified: M src/edu/rice/cs/drjava/ConfigFileTest.java |
2008-07-11 16:20:43 | Tree |
|
[r4571]
by
dlsmith
Fixed Version.java consistent with the previous change in version numbers in build.xml. |
2008-07-10 22:45:33 | Tree |
|
[r4570]
by
dlsmith
Modified build script to use a simplified version tag (no time stamp) and to produce a exe rather than zip for Windows distribution. |
2008-07-10 21:53:02 | Tree |
| 2008-07-10 21:24:45 | Tree | |
|
[r4568]
by
dlsmith
DynamicJava: In the absense of full definite assignment checking, modified default values for variable declarations and method return types so that primitives have zero values rather than null. (For example: "int x; x" produces 0.) |
2008-07-10 20:40:54 | Tree |
|
[r4567]
by
mgricken
This commit adds a work-around to the Java 1.6 compiler which is M platform/src-jdk16/edu/rice/cs/drjava/model/compiler/Javac160Compiler.java |
2008-07-10 19:33:51 | Tree |
|
[r4566]
by
dlsmith
DynamicJava: Fixed bug in for-each iteration. Needed to relax accessibility checks on the iterator() reflective method invocation because otherwise methods declared in private classes are inaccessible. (Don't just use the Iterable.iterator() method, because the class Iterable is not guaranteed to exist, as in Java 1.4.) |
2008-07-10 18:38:26 | Tree |
| 2008-07-10 18:01:00 | Tree |