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

489 B

Using PMD

Pick a Java project from Github (see the instructions for suggestions). Run PMD on its source code using any ruleset (see the pmd install instruction). Describe below an issue found by PMD that you think should be solved (true positive) and include below the changes you would add to the source code. Describe below an issue found by PMD that is not worth solving (false positive). Explain why you would not solve this issue.

Answer