for(String elt : vector) fails to compile under v1.6

  • If I try the shortcut “for each” statement with the Java compiler set to v1.6, DDE complains that this is only available if source level is 1.5. It should work if >=1.5, not 1.5 exactly.