Skip to content

[java] Update rule SignatureDeclareThrowsException#3731

Merged
oowekyala merged 2 commits into
pmd:pmd/7.0.xfrom
adangel:pmd7-update-SignatureDeclareThrowsException
Jan 26, 2022
Merged

[java] Update rule SignatureDeclareThrowsException#3731
oowekyala merged 2 commits into
pmd:pmd/7.0.xfrom
adangel:pmd7-update-SignatureDeclareThrowsException

Conversation

@adangel

@adangel adangel commented Jan 14, 2022

Copy link
Copy Markdown
Member

Part of #2701

@adangel adangel added this to the 7.0.0 milestone Jan 14, 2022
@ghost

ghost commented Jan 14, 2022

Copy link
Copy Markdown
2 Messages
📖 Compared to pmd/7.0.x:
This changeset changes 0 violations,
introduces 1890 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 48826 violations,
introduces 26409 new violations, 5 new errors and 0 new configuration errors,
removes 152827 violations, 27 errors and 3 configuration errors.
Full report
Compared to pmd/7.0.x:
This changeset changes 0 violations,
introduces 12586 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 49146 violations,
introduces 37102 new violations, 5 new errors and 0 new configuration errors,
removes 152824 violations, 27 errors and 3 configuration errors.
Full report

Generated by 🚫 Danger

@oowekyala oowekyala left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

AFAICT, there are FPs due to overridden methods that don't have an @Override annotation. We're anyway using ASTMethodDeclaration::isOverridden, which I'd like to improve to do the same thing as MissingOverride in a resolution pass after parsing. This will suppress FPs in more rules, and we don't need to fix it in this PR

@oowekyala oowekyala merged commit 41a7f20 into pmd:pmd/7.0.x Jan 26, 2022
@adangel adangel deleted the pmd7-update-SignatureDeclareThrowsException branch January 27, 2022 13:30
@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