Skip to content

[java] chore(style): Fix lambda argument indentation for checkstyle compliance#6434

Merged
adangel merged 1 commit intopmd:mainfrom
aclfe:fix-lambda-indentation
Feb 16, 2026
Merged

[java] chore(style): Fix lambda argument indentation for checkstyle compliance#6434
adangel merged 1 commit intopmd:mainfrom
aclfe:fix-lambda-indentation

Conversation

@aclfe
Copy link
Contributor

@aclfe aclfe commented Feb 1, 2026

[java] Fix lambda argument indentation for checkstyle compliance

Describe the PR

Checkstyle is working on fixing false negatives in indentation for lambda arguments (checkstyle/checkstyle#18784). This PR simply changes indentation to allow CI to pass.

Corrects indentation of lambda arguments from level 20 to level 16 to comply with checkstyle Indentation rules. This resolves CI failure: no-error-pmd

Related issues

Ready?

  • Added unit tests for fixed bug/feature
  • Passing all unit tests
  • Complete build ./mvnw clean verify passes (checked automatically by github actions)
  • Added (in-code) documentation (if needed)

Correct indentation from level 20 to level 16 to fix checkstyle violations.
@adangel adangel changed the title [java] style: Fix lambda argument indentation for checkstyle compliance [java] chore(style): Fix lambda argument indentation for checkstyle compliance Feb 16, 2026
@adangel adangel added this to the 7.22.0 milestone Feb 16, 2026
@pmd-actions-helper
Copy link
Contributor

Documentation Preview

Compared to main:
This changeset changes 0 violations,
introduces 0 new violations, 0 new errors and 0 new configuration errors,
removes 0 violations, 0 errors and 0 configuration errors.

Regression Tester Report

(comment created at 2026-02-16 19:12:53+00:00 for 98700d1)

Copy link
Member

@adangel adangel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@adangel adangel merged commit eff2e73 into pmd:main Feb 16, 2026
12 checks passed
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.

2 participants