Skip to content

[java] Fix #4183 AvoidArrayLoops false positive#4190

Merged
adangel merged 1 commit into
pmd:masterfrom
adangel:issue-4183-AvoidArrayLoops
Nov 25, 2022
Merged

[java] Fix #4183 AvoidArrayLoops false positive#4190
adangel merged 1 commit into
pmd:masterfrom
adangel:issue-4183-AvoidArrayLoops

Conversation

@adangel

@adangel adangel commented Nov 3, 2022

Copy link
Copy Markdown
Member

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)

@adangel adangel added this to the 6.52.0 milestone Nov 3, 2022
@ghost

ghost commented Nov 3, 2022

Copy link
Copy Markdown
1 Message
📖 Compared to master:
This changeset changes 0 violations,
introduces 0 new violations, 0 new errors and 0 new configuration errors,
removes 0 violations, 2 errors and 7 configuration errors.
Full report

Generated by 🚫 Danger

@adangel adangel merged commit 366bb3c into pmd:master Nov 25, 2022
@adangel adangel deleted the issue-4183-AvoidArrayLoops branch November 25, 2022 10:12
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.

[java] AvoidArrayLoops regression: from false negative to false positive with final variables

1 participant