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<ScmFile> files;

+ we can use  another form of for statement designed for iteration through
Collections and arrays.
+ many other issues.

PS:
In actual fact, "J2SE 5.0 is in its Java Technology End of Life (EOL)
transition period. The EOL transition period began April 8th, 2008 and will
complete October 8th, 2009, when J2SE 5.0 will have reached its End of
Service Life (EOSL)" (see
http://java.sun.com/javase/downloads/index_jdk5.jsp), so it's time to
migrate the project to java 6.0 ;)



-- 
Best regards,
Sergey Zakusov
------------------------------------------
Software Developer, EmDev,
Saint-Petersburg, Remeslennaya 17-415,
197110, Russia

Phone: +7 (812) 498-72-21
Mobile: +7 (921) 301-77-13

Reply via email to