2025 init

This commit is contained in:
Romain Lefeuvre
2025-11-18 14:41:54 +01:00
commit 7b185c9c0c
19 changed files with 417 additions and 0 deletions

18
exercises/pmd-help.md Normal file
View File

@@ -0,0 +1,18 @@
# PMD
### Requirement
* Java 8 or above
### Installation
* download latest release https://github.com/pmd/pmd/releases/download/pmd_releases%2F7.5.0/pmd-dist-7.5.0-bin.zip
* unzip
* add the bin folder to your path
### Usage
(Instruction for linux use ```pmd.bat``` for windows)
* Do not hesitate to have a look on the help page ```pmd -h```
* Same thing for the check help page```pmd check -h```
* Run the analysis ```pmd check -f text -R rulesets/java/quickstart.xml -d [PROJECT_PATH] -r [REPORT_FILE_PATH]```
For more information consult the instructions given in https://pmd.github.io/pmd/pmd_userdocs_installation.html