Menu

Commit [r4131]  Maximize  Restore  History

This revision makes very minor changes to DefaultCompilerModel to work around a bug in the JDK 6.0 version of javac. In particular, the signature

of the private method

_compileLanguageLevelsFiles(List<? extends File> files, List<? super CompilerError> errors)

in DefaultCompilerModel has been weakened to

_compileLanguageLevelsFiles(List<? extends File> files, List<CompilerError> errors) {

to avoid tripping over a compiler bug. Since the method is only called from one site, the more general signature (while more elegant) is unnecessary.

rcartwright 2007-02-08

changed /trunk/drjava/src/edu/rice/cs/drjava/model/compiler/DefaultCompilerModel.java
/trunk/drjava/src/edu/rice/cs/drjava/model/compiler/DefaultCompilerModel.java Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB