FYI:

Over the period of a year I gradually moved a medium size code base 450 Classes to Generics. Towards the very end I started to trust IntelliJ 7s Automated Generification for blocks of code. I believe it can change a whole code base over with a click of a button, though I haven't used it.
I am sure eclipse has something similar.

There was only one case where the compiler, not IntelliJ, warned that casting wasn't necessary, but it was.
This was with a variable length list(...)

-Rob

Antonio Petrelli wrote:
Hi all,
I've seen that Struts 2 (along with XWork code) do not use generics
"completely".
I see too many maps and lists without type. I think they should be
corrected, we use Java 5 and generics are probably the best feature of
it.

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to