Questions tagged [eclipse-pmd]

eclipse-pmd is a PMD plugin for the Eclipse IDE. This tag should only be used for questions specifically about the eclipse-pmd plugin, not for generalized PMD or Eclipse topics.

The eclipse-pmd plug-in integrates the static source code analyzer PMD into the Eclipse IDE. It finds common code design issues, highlights them in Eclipse and provides quick fixes to automatically resolve the problems.

You can find eclipse-pmd on GitHub.

3 questions
3
votes
2 answers

How to Add custom JAR to the "eclipse-pmd" plugin?

Installed the Eclipse PMD plugin (written by Philip Graf) from here. I tried to associate a custom PMD rule classes JAR but couldn't find a provision for it. This JAR contains custom rule classes (that extends AbstractJavaRule indirectly). So is…
KrishPrabakar
  • 2,824
  • 2
  • 31
  • 44
2
votes
2 answers

Error installing PMD on Eclipse Version: 2020-06 (4.16.0)

I recently upgraded to Eclipse Version: 2020-06 (4.16.0) on Windows 10. My java version is "14.0.1" 2020-04-14 After the upgrade, I attempted to install Eclipse-PMD 2.0 from the Marketplace ( help / Eclipse Marketplace / etc. ) ...I receive the…
R M
  • 133
  • 10
0
votes
1 answer

PMD error coloring on eclipse project level?

Is there any way to color the errors differently in the eclipse PMD plugin? I know the way via workspace settings, but I need it on project level so I can commit the changes for the full team. Any hints?
cilap
  • 2,215
  • 1
  • 25
  • 51