Skip to content

Fix failed tests in CPD reports that were hidden by overly broad catch clauses #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

elharo
Copy link
Contributor

@elharo elharo commented Apr 20, 2025

No description provided.

@elharo elharo changed the title Fix failed tests in CPD reports that were hidden by overly braod catch clauses Fix failed tests in CPD reports that were hidden by overly broad catch clauses Apr 20, 2025
} catch (final Exception e) {
assertTrue(e.getMessage()
.startsWith("CPD " + AbstractPmdReport.getPmdVersion() + " has found 1 duplication."));
} catch (final MojoFailureException e) {
Copy link
Contributor

Choose a reason for hiding this comment

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

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