Closed
Description
Due to a backward incompatible change in the CheckStyle API ( Rename LocalizedMessage to violations ) with the recent CheckStyle release, SpringChecks.processFiltered
fails with CheckStyle version 8.42. It seems that AbstractFileSetCheck.addMessages
is now AbstractFileSetCheck.addViolations
. Since this is a breaking change, the minimum CheckStyle would also have to be increased to 8.42.