* Improved the code quality according to Sonar's checking rules:
- removed unused import statements. - put static final fields in uppercase. - added 'final' to not overridden methods. - moved from protected to private fields. - added brackets to if/else/do/for statements. - removed public to interfaces' methods. * Replaced "USTL" by "University of Lille 1". * Cosmetic updates.