Re: Migration to java 5.0

2008-06-03 Thread Brett Porter
Zakusov <[EMAIL PROTECTED]> wrote: Hello, What do you think about migration to java 5.0 - it will allow you to close many todos like // XXX List of what? private List files; The following code looks better :) private List files; + we can use another form of for

Re: Migration to java 5.0

2008-06-03 Thread Emmanuel Venisse
lo, > > What do you think about migration to java 5.0 - it will allow you to close > many todos like > > // XXX List of what? > private List files; > > The following code looks better :) > > private List files; > > + we can use another form of for sta

Migration to java 5.0

2008-06-02 Thread Sergey Zakusov
Hello, What do you think about migration to java 5.0 - it will allow you to close many todos like // XXX List of what? private List files; The following code looks better :) private List files; + we can use another form of for statement designed for iteration through Collections