SERG-Delft / jpacman-template

Template to start working on a solution for JPacman software testing exercises.
2 stars 10 forks source link

Enable check style warning suppression #14

Closed avandeursen closed 9 years ago

avandeursen commented 9 years ago

Allow the use of the @SuppressWarnings annotations in Checkstyle.

See http://stackoverflow.com/questions/4023185/how-to-disable-a-particular-checkstyle-rule-for-a-particular-line-of-code/22556386#22556386