SERG-Delft / jpacman-framework

Pacman-inspired game, for teaching testing purposes.
123 stars 254 forks source link

Update checkstyle version used in cs plugin. #107

Closed avandeursen closed 7 years ago

avandeursen commented 7 years ago

The standard Checkstyle version fails on annotated receiver parameters, as used for the checkerframework (as introduced in e.g. 9da1cb15b7c90973217fd2a46b7bf2ceba023b83).

This is a known and resolved issue in Checkstyle, see https://github.com/checkstyle/checkstyle/pull/3734

The solution is to upgrade Checkstyle to a version including that fix (e.g. 7.6.1).

This is not done by updating the maven plugin, but by setting the checkstyle version used within the checkstyle maven plugin configuration. https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/upgrading-checkstyle.html