| Commit | Date | |
|---|---|---|
|
[r5176]
by
mgricken
Improvements to print preview zooming. M src/edu/rice/cs/drjava/ui/PreviewFrame.java |
2010-01-20 20:18:58 | Tree |
| 2010-01-20 08:46:32 | Tree | |
|
[r5174]
by
mgricken
Shuaib's features: New Class and Zoom for Print Preview. M src/edu/rice/cs/drjava/model/AbstractGlobalModel.java |
2010-01-20 06:36:28 | Tree |
| 2010-01-16 22:52:18 | Tree | |
|
[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 |