Skip to content

Fix #3362: [java] ImplicitSwitchFallThrough should consider switch expressions#5248

Merged
adangel merged 3 commits into
pmd:mainfrom
adangel:issue-3362
Oct 24, 2024
Merged

Fix #3362: [java] ImplicitSwitchFallThrough should consider switch expressions#5248
adangel merged 3 commits into
pmd:mainfrom
adangel:issue-3362

Conversation

@adangel

@adangel adangel commented Oct 4, 2024

Copy link
Copy Markdown
Member

Describe the PR

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 7.7.0 milestone Oct 4, 2024
@ghost

ghost commented Oct 4, 2024

Copy link
Copy Markdown
1 Message
📖 Compared to main:
This changeset changes 0 violations,
introduces 4 new violations, 0 new errors and 0 new configuration errors,
removes 0 violations, 2 errors and 7 configuration errors.
Download full report as build artifact
Compared to main:
This changeset changes 0 violations,
introduces 4 new violations, 0 new errors and 0 new configuration errors,
removes 0 violations, 2 errors and 7 configuration errors.
Download full report as build artifact

Generated by 🚫 Danger

@adangel adangel changed the title [java] ImplicitSwitchFallThrough should consider switch expressions Fix #3362: [java] ImplicitSwitchFallThrough should consider switch expressions Oct 4, 2024
@adangel adangel merged commit 93f6279 into pmd:main Oct 24, 2024
@adangel adangel deleted the issue-3362 branch October 24, 2024 09:11
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] ImplicitSwitchFallThrough should consider switch expressions

1 participant