Skip to content

Update dependency com.puppycrawl.tools:checkstyle to v13.7.0#358

Open
xdev-renovate wants to merge 1 commit into
developfrom
renovate/com.puppycrawl.tools-checkstyle-13.x
Open

Update dependency com.puppycrawl.tools:checkstyle to v13.7.0#358
xdev-renovate wants to merge 1 commit into
developfrom
renovate/com.puppycrawl.tools-checkstyle-13.x

Conversation

@xdev-renovate

@xdev-renovate xdev-renovate commented May 31, 2026

Copy link
Copy Markdown
Member

This PR contains the following updates:

Package Type Update Change
com.puppycrawl.tools:checkstyle (source) build minor 13.4.213.7.0
com.puppycrawl.tools:checkstyle (source) build minor 13.5.013.7.0

Release Notes

checkstyle/checkstyle (com.puppycrawl.tools:checkstyle)

v13.7.0

Checkstyle 13.7.0 - https://checkstyle.org/releasenotes.html#Release_13.7.0

New:

#​20357 - UnusedLocalVariable: new property jdkVersion to allow unused named pattern matching variables for pre-Java 22 code.
#​19148 - update MissingJavadocMethodCheck to use AST of javadoc.
#​19144 - update JavadocMethod to use AST of javadoc.
#​19889 - OverloadMethodsDeclarationOrder: new property required to order overloaded methods according to increasing parameter count.

Bug fixes:

#​20395 - Javadoc parse error on @link label containing Java array initializer braces.
#​20452 - Add checks for OpenJDK style §4.6 - Constants.
#​20462 - Fix default property validation in InlineConfigParser.
#​20437 - Add checks for Openjdk style §3.8.3 - Wrapping Expressions.
#​19629 - Add checks for OpenJDK Style §3.5 - Modifiers.
#​20428 - Add checks for OpenJDK §3.4 - Class structure.
#​19623 - Add checks for OpenJDK Style §3.3 - Import statements.
#​20271 - UnnecessarySemicolonAfterTypeMemberDeclarationCheck: trailing semicolon after nested type not flagged in compact source files (JEP 512).
#​20223 - DeclarationOrderCheck: declaration order not enforced on top-level members in compact source files (JEP 512).
#​20219 - AnnotationLocationCheck: annotation on top-level variable not flagged in compact source files (JEP 512).
#​19805 - Add checks for OpenJDK Style §3.4.1 - Order of Constructors and Overloaded Methods.
#​20269 - UnnecessarySemicolonAfterOuterTypeDeclarationCheck reports false positive on JEP 512 compact source files.
#​20391 - Javadoc parse error while parsing formatted @value.
#​19915 - Documentation Comments Style Guide - Required Tags.
#​19972 - RequireThisCheck: NullPointerException on compact source files (JEP 512).
#​20385 - Add checks for OpenJDK Style §4.2 - Class, Interface and Enum Names.
#​20217 - InvalidJavadocPositionCheck: false positive on correctly-placed Javadoc in compact source files (JEP 512).
#​20093 - Add checks for OpenJDK Style §3.13 - Redundant Paranthesis.
#​20268 - OuterTypeNumberCheck reports false positive on JEP 512 compact source files.
#​20283 - Javadoc parse error for generic outer class inner-class link.
#​19835 - Documentation Comments Style Guide - First Sentence.

Other Changes:
Updating properties in Input files to mention all default properties.
Remove CirrusCI since it has shut down.
Move violation comments out of Javadoc for all input files.
Enforce file size on Java inputs.
Fix xdocs Examples AST Consistency Test (Reduce suppressions list).
Use violation message pattern 'first line'.
Xdocs examples should reject violation comments between annotations and declarations.
Add client-side search functionality to Checkstyle documentation website.
Move violation comments above of annotated methods.
Update XdocsPagesTest for sun_checks.xml to use chapterwise testing.
doc: removed contribution guidelines in CONTRIBUTING.md and fixed build instructions hyperlink in README.md.
Add 'first line' and 'last line' violation hint patterns to InlineConfigParser.
Organize openrewrite staticanalysis composite recipes by groups as it is done on openrewrite website.

v13.5.0

Compare Source

Checkstyle 13.5.0 - https://checkstyle.org/releasenotes.html#Release_13.5.0

New:

#​19496 - AvoidStarImport: new property maxAllowedStarImports to allow atmost one star import in a file.
#​14782 - LITERAL_DEFAULT token support in RightCurlyCheck.
#​15484 - New Check UnusedTryResourceShouldBeUnnamed.

Bug fixes:

#​17697 - Google style: Disallow comments enclosed in boxes.
#​19641 - Add checks for OpenJDK Style §3.10 - Variable Declarations.
#​19640 - Add checks for OpenJDK Style §4.1 - Package Names.
#​18227 - Extend TextBlockGoogleStyleFormatting to check indentation of each line in the blocks.
#​19770 - JavadocTypeCheck incorrectly matches record component @param tags using prefix instead of exact match.
#​17052 - Add support for flexible constructor bodies (JEP 513) targeted for JDK25.
#​17464 - RequireThis false positive inside annotation definition.
#​19623 - Add checks for OpenJDK Style §3.3 - Import statements.
#​17203 - PatternVariableAssignment check false negative when pattern variable extends beyond the statement of introduction.
#​19716 - False Negative: SimplifyBooleanExpression does not report with paranthesized boolean literals in ternary operators.
#​19617 - Add checks for OpenJDK Style §2 - Java Source Files.
#​17253 - Google-style: Illegal to break the line before or after the lambda arrow.
#​19149 - update MissingJavadocTypeCheck to use AST of javadoc.
#​2629 - IndentationCheck: incorrect validation for class definition.
#​5685 - Indentation: false positive for try child on the same line.
#​11822 - RequireThisCheck giving multiple violation for classes nested in lambdas.
#​19622 - Add checks for OpenJDK Style §3.2 - Package declaration.

Other Changes:
Confused supression of Indentation in google_checks.
Remove chapter numbers from Doc Comments Coverage Page.
Fix xdocs Examples AST Consistency Test (Reduce suppressions list).
Move violation comments out of Javadoc for all input files.
`Regexp` check for unnecessary `// ok` comments is configured under `TreeWalker`.
google_style.xml: support multiple config links per rule entry in XdocsPagesTest.
missing description of blue-tick checks at google style coverage page.
False Negative: FinalLocalVariableCheck does not report for variables assigned in adjacent catches.
Cached page of Documentation style guide should be open in mobile browser in easy to read rendering.
Documentation Comments Style Guide - Images in HTML Destination.
Documentation Comments Style Guide - `@`author.
AbbreviationAsWordInName doc should have horizontal line after above example description.
Remove Chapter number from openjdk_checks.xml file.
resolve Qodana inspections in Javadoc and test utilities.
NoClassDefFound Exception during compilation on jdk25.
review suppresions of org.openrewrite.staticanalysis.CodeCleanup.
Website warnings in maven output: Anchor name used more than once.
Add Oracle Doc Comments Style Guide coverage infrastructure.
Improve design of PropertiesMacros.
inner lambdas right curly idented too much on left to much same ident as wrapper statement.
Move violation comments above of annotated methods.
Violate all inlined violations that are placed in between method singature and annoation or javadoc.
Resolve CheckerFramework violations.
Trigger linkcheck by Github comment.
Organize openrewrite staticanalysis composite recipes by groups as it is done on openrewrite website.
Test extension: Variables `&` Patterns Syntax: Indentation.
Error in bash method does not stop execution of whole command.
Parsing problem detected by CI at jdk25/test/jdk/jdk/jfr/event/tracing/TestConstructors.java.
Remove UnmodifiableCollectionUtil and use pitest funmodifiablecollection feature.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-13.x branch 4 times, most recently from 45abd31 to 65cfb1f Compare June 4, 2026 05:48
@xdev-renovate xdev-renovate changed the title Update dependency com.puppycrawl.tools:checkstyle to v13.5.0 Update dependency com.puppycrawl.tools:checkstyle to v13.6.0 Jun 15, 2026
@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-13.x branch from 65cfb1f to 2b8fd4a Compare June 15, 2026 06:04
@xdev-renovate xdev-renovate force-pushed the renovate/com.puppycrawl.tools-checkstyle-13.x branch from 2b8fd4a to 41d37cc Compare June 29, 2026 05:52
@xdev-renovate xdev-renovate changed the title Update dependency com.puppycrawl.tools:checkstyle to v13.6.0 Update dependency com.puppycrawl.tools:checkstyle to v13.7.0 Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant