| Commit | Date | |
|---|---|---|
|
[r5172]
by
mgricken
Fixed bug #2932204: ArrayIndexOutOfBoundsException: -1 M src/edu/rice/cs/drjava/ui/InsertVariableDialog.java |
2010-01-15 18:08:29 | Tree |
|
[r5171]
by
dlsmith
DynamicJava: Can handle "native" and "@interface" without choking; uses Class.isAnonymousClass (available in Java 5) when possible rather than testing for a certain class name format; added StandardTypeSystem option to (incorrectly, but matching javac) use boxing when checking for ambiguous method invocations. |
2010-01-14 02:45:12 | Tree |
| 2009-12-23 20:44:31 | Tree | |
| 2009-12-23 20:20:10 | Tree | |
|
[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 |