| Commit | Date | |
|---|---|---|
| 2009-04-01 15:10:09 | Tree | |
|
[r4858]
by
mgricken
Removed unnecessary cast that was causing a warning. M src/edu/rice/cs/drjava/model/debug/jpda/JPDADebugger.java |
2009-03-31 01:09:12 | Tree |
|
[r4857]
by
mgricken
Fixes bug 2722310: Deadlock when using Debugger + Test M src/edu/rice/cs/drjava/model/junit/DefaultJUnitModel.java |
2009-03-31 00:58:05 | Tree |
| 2009-03-30 19:48:40 | Tree | |
|
[r4855]
by
dlsmith
PLT Utilities: Added Order and TotalOrder to complement java.util.Comparator. Implemented CollectUtil.maxList fand minList for computing max/min for a partial order. Added IterUtil.distribute, which uses cross() to apply the distribution rule to ASTs and other composite objects. Added IOUtil.readLines for treating a file/reader as an Iterator<String>, sseparated by line breaks. Added LambdaUtil.transpose for transposing binary lambdas. |
2009-03-27 21:23:23 | Tree |
|
[r4854]
by
mgricken
Fixes bug 2692509: Compile Re-Opens Closed File |
2009-03-27 20:28:24 | Tree |
|
[r4853]
by
mgricken
Added array accesss to getVariableToString and getVariableType. |
2009-03-27 19:54:02 | Tree |
|
[r4852]
by
kevinmontrose
Fix for issue where compiling would re-open a test case that had failed and been subsequently closed. |
2009-03-27 19:39:31 | Tree |
|
[r4851]
by
mgricken
Disabled junit.JUnitErrorModelTest.testLanguageLevelJUnitErrorLine unit test: M src/edu/rice/cs/drjava/model/junit/JUnitErrorModelTest.java |
2009-03-26 05:04:03 | Tree |
|
[r4850]
by
mgricken
Changed line number map in Language Level Converter to a table at the top of the generated file. The entries are <line in dj*>-<line in java> pairs. |
2009-03-26 04:32:34 | Tree |