Skip to content

checkstyle-10.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 02:57
· 77 commits to master since this release

Checkstyle 10.15.0 - https://checkstyle.org/releasenotes.html#Release_10.15.0

Breaking backward compatibility:

#14615 - fix ordering of AST under STRING_TEMPLATE_BEGIN and remove empty STRING_TEMPLATE_CONTENT nodes

New:

#11340 - Add ignoreMethodAnnotatedBy property to ParameterNumberCheck

Bug fixes:

#11230 - FallThrough check false positive with labelled break
#3110 - some messages are still hardcoded in english

Other Changes:
Enforce new naming convention "InputXpath{Checkname}Xxxx.java" in IT area
Wrap `assertThrows` with `getExpectedThrowable` method.
Expand XPath IT Regression Testing
Enforce input naming convention in IT
Remove '//ok' comments from Input files
Enable examples tests
Resolve Pitest Suppression in Pitest-Javadoc Profile
update JavadocTokenTypes.java to new format of AST print
Resolve CheckerFramework violations
Use module properties macro in all templates