https://github.com/codacy/codacy-duplication-pmdcpd
Codacy Duplication Tool for PMD
https://github.com/codacy/codacy-duplication-pmdcpd
Last synced: 9 months ago
JSON representation
Codacy Duplication Tool for PMD
- Host: GitHub
- URL: https://github.com/codacy/codacy-duplication-pmdcpd
- Owner: codacy
- License: other
- Created: 2016-02-18T19:16:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T18:59:11.000Z (11 months ago)
- Last Synced: 2025-04-20T11:43:53.851Z (9 months ago)
- Language: Scala
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 14
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://www.codacy.com/gh/codacy/codacy-duplication-pmdcpd?utm_source=github.com&utm_medium=referral&utm_content=codacy/codacy-duplication-pmdcpd&utm_campaign=Badge_Grade)
[](https://www.codacy.com/gh/codacy/codacy-duplication-pmdcpd?utm_source=github.com&utm_medium=referral&utm_content=codacy/codacy-duplication-pmdcpd&utm_campaign=Badge_Coverage)
[](https://circleci.com/gh/codacy/codacy-duplication-pmdcpd)
[](https://microbadger.com/images/codacy/codacy-duplication-pmdcpd "Get your own version badge on microbadger.com")
# Codacy Duplication PMD CPD
This is the duplication docker we use at Codacy to have [PMD CPD](https://pmd.github.io/) support.
You can also create a docker to integrate the tool and language of your choice!
## Usage
You can create the docker by doing:
```bash
./scripts/publish.sh
```
The docker is ran with the following command:
```bash
docker run -it -v $srcDir:/src :
docker run -it -v $PWD/src/test/resources:/src codacy/codacy-duplication-pmdcpd:latest
```
## Test
```bash
./scripts/test.sh
```
## What is Codacy?
[Codacy](https://www.codacy.com/) is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.
### Among Codacy’s features:
- Identify new Static Analysis issues
- Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)
- Auto-comments on Commits and Pull Requests
- Integrations with Slack, HipChat, Jira, YouTrack
- Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories
Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.
Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.
### Free for Open Source
Codacy is free for Open Source projects.