RE: Java5 migration

2009-10-07 Thread Uwe Schindler
> 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.

Java5 migration

2009-10-07 Thread Earwin Burrfoot
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