> I intend to fire up IDEA, run java5-specific code inspections and fix
> whatever it finds, something automatically (with manual review
> afterwards), something by hand.
>
> 1. Replace for/while loops that go through arrays/lists by index, or
> through collections by iterators with for-each loops.
I intend to fire up IDEA, run java5-specific code inspections and fix
whatever it finds, something automatically (with manual review
afterwards), something by hand.
1. Replace for/while loops that go through arrays/lists by index, or
through collections by iterators with for-each loops.
This just