Skip to content

checkstyle-10.16.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 17:28
· 38 commits to master since this release

Checkstyle 10.16.0 - https://checkstyle.org/releasenotes.html#Release_10.16.0

New:

#14620 - LITERAL_CASE token support in RightCurlyCheck

Bug fixes:

#14765 - OverloadMethodDeclarationOrder check ignores anything besides methods
#14788 - MagicNumberCheck NPE when ignoring field declarations
#14092 - UnusedLocalVariable does not support local classes
#12923 - UnusedImports does not report unused static imports when the method is used as a method reference

Other Changes:
IDEA inspection suppressions resulted from migration to v2022.3.3
Remove '//ok' comments from Input files
Enforce new naming convention "InputXpath{Checkname}Xxxx.java" in IT area
update version of IDEA inspection engine Version:2022.3.3
Enable examples tests
doc: updated cmdline docs to be more specific
update JavadocTokenTypes.java to new format of AST print