| Commit | Date | |
|---|---|---|
| 2009-10-16 05:43:07 | Tree | |
|
[r5116]
by
mgricken
Added some NOJOIN annotations to test methods and switched to ConcJUnit as default for unit testing. |
2009-10-16 04:47:59 | Tree |
|
[r5115]
by
mgricken
Now including ConcJUnit 4.7 instead of JUnit. By default, D lib/junit.jar |
2009-10-16 00:16:17 | Tree |
|
[r5114]
by
mgricken
Improved suggestion to increase interactions JVM heap M src/edu/rice/cs/drjava/ui/DrJavaErrorHandler.java |
2009-10-15 01:00:46 | Tree |
|
[r5113]
by
mgricken
Fixed bug 2878957. M src/edu/rice/cs/drjava/ui/JarOptionsDialog.java |
2009-10-14 23:09:41 | Tree |
|
[r5112]
by
mgricken
Fixed a badly written test and renamed some tests that can be A + testFiles/forAdvancedLevelTest/shouldBreak/BadSwitch.dj2.wrong |
2009-10-09 21:17:48 | Tree |
|
[r5111]
by
dlsmith
DynamicJava: Explicit type arguments can now be used for unqualified method invocations ("x = <String>foo(23)"). |
2009-10-09 19:55:29 | Tree |
|
[r5110]
by
dlsmith
DynamicJava: Refactoring of AST nodes, integrating type arguments with the appropriate nodes rather than having separate "Polymorphic..." subtypes. |
2009-10-09 19:34:29 | Tree |
|
[r5109]
by
dlsmith
DynamicJava: Cleaning up dead code. Removed some unused classes. Removed property listener support from the AST, which doesn't get used anywhere, clutters up the code, and makes introducing or modifying AST classes more intimidating. |
2009-10-08 21:53:21 | Tree |
|
[r5108]
by
dlsmith
DynamicJava: SourceChecker support code. Introduced DepthFirstVisitor. Added an "error" property to facilitate multiple errors in a single block and to cache errors for later analysis. Added an "archiveProperties" method to move all properties to a different name, allowing repeated checking with different TypeSystems. |
2009-10-08 21:14:44 | Tree |