add a property to allow innerAssignments in for loops.
for example something like this:
for (String s : coll = (coll != null) ? coll : new ArrayList<String>())
{
//do something
}
Nobody/Anonymous
Check
None
Public
|
Date: 2009-06-08 03:11 If you read the book Code Complete you might have seen how he will show |