Timo Nentwig wrote:
> SimpleDateFormat.parse() does not support StringBuilder in 1.5-beta1 and
> I assume there are plenty of other methods to which the same applies as
> well.
>
> Did sun forget that?!
Yes and no. We did not do a survey of existing methods that could be retrofit
with support for StringBuilder except in some core libraries, and although we
expect to do that, probably not in time for 1.5. We would not want to slip the
release for something like this.
> P.S. Why doesn't StringBuffer no more compile with current versions of
> jikes?
StringBuffer now uses covariant returns, which are not implemented by jikes.
|