Skip to content
  • Philippe Merle's avatar
    * Improved the code quality according to Sonar's checking rules: · 2f08ab06
    Philippe Merle authored
      - 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.
    2f08ab06