Re: [configuration] Java 1.5 compatibility

2011-12-08 Thread Oliver Heger
Am 08.12.2011 21:30, schrieb Emmanuel Bourg: Thank you Oliver. Do you also want the tests to be upgraded to JUnit 4? Well, I think this would be nice, but it's not a must IMHO. Going through the tests and fixing the numerous warnings, is probably a good opportunity to actually do the convers

Re: [configuration] Java 1.5 compatibility

2011-12-08 Thread Emmanuel Bourg
Thank you Oliver. Do you also want the tests to be upgraded to JUnit 4? Emmanuel Bourg Le 06/12/2011 22:04, Oliver Heger a écrit : As you may have noticed, I was working on the task of making the code base ready for Java 1.5 (the tests are still missing). I mainly fixed numerous warnings rela

[configuration] Java 1.5 compatibility

2011-12-06 Thread Oliver Heger
As you may have noticed, I was working on the task of making the code base ready for Java 1.5 (the tests are still missing). I mainly fixed numerous warnings related to raw types and type safety, applied enhanced for loops, added annotations, and replaced StringBuffer by StringBuilder. If some