On Mar 11, 4:44 am, roadt <[email protected]> wrote:
> Sure, it is. the problem is that upgrade the whole project to jdk1.5 > is more crazy idea. > We have millions of codes, i think. I must move forward hardly. :P You're not rewriting anything, just upgrading the compiler and runtime. It'll pretty much immediately go faster and you can start using new features going forward. It would be kind of crazy to run through you code and use every java 5 feature you could just because of a compiler/runtime upgrade. However, that would put you in a position to clean up some core areas where something like generics would be beneficial.
