| Commit | Date | |
|---|---|---|
|
[r5168]
by
dlsmith
DynamicJava: Implemented special array clone() method. This allows: 1) better typing: String[] s = new String[3].clone(); 2) use when accessibility checks are turned on; 3) use in a method body that doesn't handle a CloneNotSupportedException. See JLS 6.4.5. |
2009-12-23 20:19:43 | Tree |
|
[r5167]
by
dlsmith
DynamicJava: Adjusted constant field hack so that it doesn't allow non-primitive, non-String fields to be treated as constants. SourceInfos support ordering. SourceCheckerImprovements. Checking for multiple errors in a single AST doesn't break when an error occurs in a ConstructorCall (the constructor body was then skipped previously). |
2009-12-23 00:01:52 | Tree |
|
[r5166]
by
dlsmith
PLT Utilities: Tweaks to satisfy the Eclipse compiler. One important change: LambdaUtil.and(Iterable<Condition>) became LambdaUtil.and0 due to an overloading problem that javac missed. Same for LambdaUtil.or. |
2009-12-21 20:16:53 | Tree |
|
[r5165]
by
fro21888
Adds ability for the selected compiler to be remembered for the next use. Partial address to feature request ID:2869375 --John Cate 12-15-09 |
2009-12-15 22:12:34 | Tree |
|
[r5164]
by
rcartwright
This revision moves superSetup() out of the invokeInWait in The following files were modified: M src/edu/rice/cs/drjava/model/BrowserDocumentRegion.java |
2009-12-14 09:21:07 | Tree |
|
[r5163]
by
mgricken
Fixed the JLL tests. Now touching the class files in testFiles to make sure they have a more recent time stamp. |
2009-12-14 07:33:49 | Tree |
| 2009-12-14 07:11:41 | Tree | |
| 2009-12-14 06:12:29 | Tree | |
| 2009-12-14 06:11:57 | Tree | |
| 2009-12-14 06:06:55 | Tree |