Files
VV-ISTIC-TP2/exercises/pmd-help.md
Romain Lefeuvre 7b185c9c0c 2025 init
2025-11-18 14:41:54 +01:00

631 B

PMD

Requirement

  • Java 8 or above

Installation

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 pagepmd 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