From: <ju...@ag...> - 2007-01-29 20:47:34
|
Hi back, > Juan, > > Sorry, my mistake, that looks good. > > Thanks, John > I didnt explain myself very well on the "new" test target, sorry for my side too. I forgot to mention that i've also added a new arg to the javac command (-Xlint:unchecked) which show unsafe usages on classes that support Generics (like Vector, Map,...), as soon as you confirm which classes will stay the same after the re-struct Alan and you are working on I would like to clean all up and use type-safe generics whenever is possible (this helps to understand the code and bulletproof it against many mistakes we may make). Please, take a look at the current output of "ant clean" and tell me what you think of all these. Thanks, Juan |