| Commit | Date | |
|---|---|---|
|
[r4798]
by
dlsmith
DynamicJava: Code cleanup prompted by Eclipse errors/warnings. Mostly Javadoc fixes and dead code elimination. (Foundd one bug, where a field was unused because its getter was incorrectly returning the value of a different field.) |
2009-03-05 19:54:51 | Tree |
|
[r4797]
by
rcartwright
This revision cleans up the _testFileSort method in M src/edu/rice/cs/drjava/model/definitions/reducedmodel/Gap.java |
2009-03-04 19:36:20 | Tree |
| 2009-03-04 17:27:39 | Tree | |
|
[r4795]
by
rcartwright
This revision includes a partial workaround for a bug in the handling The following files were modified: M src/edu/rice/cs/drjava/model/compiler/DefaultCompilerModel.java |
2009-03-04 16:51:39 | Tree |
|
[r4794]
by
rcartwright
Cleaned up the formatting of LanguageLevelConverter.java and The following files were modified: M src/edu/rice/cs/javalanglevels/LanguageLevelConverter.java |
2009-03-04 16:29:56 | Tree |
| 2009-03-03 18:07:37 | Tree | |
|
[r4792]
by
rcartwright
Added defensive null tests for line 963 in ExpressionTypeChecker. M src/edu/rice/cs/javalanglevels/LValueTypeChecker.java |
2009-03-03 06:50:11 | Tree |
| 2009-03-02 19:34:29 | Tree | |
|
[r4790]
by
rcartwright
Added a defensive null check in LanguageLevelConverter and LanguageLevelVisitor to prevent NullPointerException. |
2009-03-02 19:18:05 | Tree |
|
[r4789]
by
mgricken
Fixed bug 2634638: Next/Previous Word has Problems with Whitespace The main problem was that JTextComponent.getText() translates newlines to System.getProperty("line.separator"), which is two characters long on Windows. The internal offset, however, is just based on "\n" newlines. Therefore, the offset always got one character too large per line. Instead, we are now using JTextComponent.getDocument().getText(...), which keeps the internal representation. Also fixed two problems with boundary conditions. |
2009-03-02 18:03:10 | Tree |