Skip to content

[java] Update rule AvoidCatchingGenericException#3715

Merged
adangel merged 3 commits into
pmd:pmd/7.0.xfrom
oowekyala:update-AvoidCatchingGenericException
Jan 14, 2022
Merged

[java] Update rule AvoidCatchingGenericException#3715
adangel merged 3 commits into
pmd:pmd/7.0.xfrom
oowekyala:update-AvoidCatchingGenericException

Conversation

@oowekyala

Copy link
Copy Markdown
Member

Describe the PR

Part of #2701

Related issues

  • Fixes #

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)

@oowekyala oowekyala added this to the 7.0.0 milestone Jan 4, 2022
@ghost

ghost commented Jan 4, 2022

Copy link
Copy Markdown
2 Messages
📖 Compared to pmd/7.0.x:
This changeset changes 0 violations,
introduces 1357 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 48816 violations,
introduces 26218 new violations, 5 new errors and 0 new configuration errors,
removes 154560 violations, 27 errors and 3 configuration errors.
Full report
Compared to pmd/7.0.x:
This changeset changes 0 violations,
introduces 1270 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 48812 violations,
introduces 26209 new violations, 5 new errors and 0 new configuration errors,
removes 154596 violations, 27 errors and 3 configuration errors.
Full report
Compared to pmd/7.0.x:
This changeset changes 2 violations,
introduces 19961 new violations, 0 new errors and 0 new configuration errors,
removes 1 violations, 0 errors and 0 configuration errors.
Full report
Compared to master:
This changeset changes 48812 violations,
introduces 26197 new violations, 5 new errors and 0 new configuration errors,
removes 155854 violations, 27 errors and 3 configuration errors.
Full report

Generated by 🚫 Danger

@oowekyala oowekyala force-pushed the update-AvoidCatchingGenericException branch from 157a477 to ef658c7 Compare January 4, 2022 23:43
Comment thread pmd-java/src/main/resources/category/java/design.xml Outdated

@adangel adangel 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.

👍

The new violations are due to typeresolution: Now we also detect e.g. java.lang.RuntimeException and not only RuntimeException.

@adangel adangel merged commit e273ca6 into pmd:pmd/7.0.x Jan 14, 2022
@oowekyala oowekyala deleted the update-AvoidCatchingGenericException branch January 14, 2022 08:23
@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