eclipse-pmd

The eclipse-pmd plug-in integrates the static source code analyzer PMD 7.0.0 into the Eclipse IDE.

chevron_right Install 3.6.0

Analyse

Everytime you save your work, eclipse-pmd scans your source code and looks for potential problems like possible bugs and suboptimal, duplicate, dead or overly complicated code.

Locate

When eclipse-pmd finds problems it highlights those in your editor so you can fix them right away. Discovered problems are also logged in the Eclipse Problems View.

Fix

Where possible, eclipse-pmd offers quick fixes that automatically fix the problems. These quick fixes can be used to fix a single problem or all occurrences in your entire code base.

chevron_rightGet started