From: Erik V. <eri...@hc...> - 2007-05-21 21:24:15
|
In the meantime I have been exposed to Java 1.5, and I am changing my mind about a switch to that version. In particular generics and the for/in loop appeal to me, and autoboxing might also be handy now that I have to wrap many primitives into objects on behalf on undo/redo. The many warnings generated on unsafe use of Collections will be an initial annoyance, but will at the same time point to the places where generics should be applied. No urgency on this switch, though. Erik Vos |