-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[core] Fix #5849: Support Markdown Output for CPD Reports #6008
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
Conversation
|
Compared to main: (comment created at 2025-09-11 15:12:54+00:00 for 59ff641) |
pmd-core/src/main/java/net/sourceforge/pmd/cpd/MarkdownRenderer.java
Outdated
Show resolved
Hide resolved
pmd-core/src/test/java/net/sourceforge/pmd/cpd/MarkdownCodeBlockTest.java
Outdated
Show resolved
Hide resolved
Also render locations as a list
adangel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I'll update the docs and merge it for 7.17.0.
|
This feature will make pmd cpd very useful for agents |
Describe the PR
Adds support for rendering CPD reports in Markdown. Duplicates are displayed as code blocks.
Related issues
Ready?
./mvnw clean verifypasses (checked automatically by github actions)