Skip to content

[java] Update rule LogicInversion#3607

Merged
adangel merged 4 commits into
pmd:pmd/7.0.xfrom
adangel:pmd7-update-LogicInversion
Nov 26, 2021
Merged

[java] Update rule LogicInversion#3607
adangel merged 4 commits into
pmd:pmd/7.0.xfrom
adangel:pmd7-update-LogicInversion

Conversation

@adangel

@adangel adangel commented Nov 11, 2021

Copy link
Copy Markdown
Member

Part of #2701

@adangel adangel added this to the 7.0.0 milestone Nov 11, 2021
@ghost

ghost commented Nov 11, 2021

Copy link
Copy Markdown
2 Messages
📖 Compared to pmd/7.0.x:
This changeset changes 0 violations,
introduces 29 new violations, 0 new errors and 0 new configuration errors,
removes 0 violations, 0 errors and 0 configuration errors.
Full report
📖 Compared to master:
This changeset changes 45900 violations,
introduces 25721 new violations, 38 new errors and 0 new configuration errors,
removes 182411 violations, 28 errors and 3 configuration errors.
Full report
Compared to pmd/7.0.x:
This changeset changes 0 violations,
introduces 25 new violations, 0 new errors and 0 new configuration errors,
removes 0 violations, 0 errors and 0 configuration errors.
Full report
Compared to master:
This changeset changes 31211 violations,
introduces 21291 new violations, 1 new errors and 0 new configuration errors,
removes 135620 violations, 8 errors and 3 configuration errors.
Full report

Generated by 🚫 Danger

Comment thread pmd-java/src/main/resources/category/java/design.xml Outdated
@jsotuyod

Copy link
Copy Markdown
Member

Really happy to see this rule is actually detecting 25 more violations, and all of them being right. Parenthesis seemed to be confusing the old rule, another big win for the updated grammar.

@adangel

adangel commented Nov 25, 2021

Copy link
Copy Markdown
Member Author

Really happy to see this rule is actually detecting 25 more violations, and all of them being right. Parenthesis seemed to be confusing the old rule, another big win for the updated grammar.

Actually these 25 violation are new, because the rule was disabled till now 🤓 . Comparing with master shows, that we detect exactly the same violations for this rule (no additions, no removals).

@adangel adangel self-assigned this Nov 26, 2021
@adangel adangel merged commit 71f26bb into pmd:pmd/7.0.x Nov 26, 2021
@adangel adangel deleted the pmd7-update-LogicInversion branch November 26, 2021 07:53
@adangel adangel mentioned this pull request Jan 23, 2023
55 tasks
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