Description
Static analysis for Java, XML, and related files can run inside Eclipse through the PMD plugin. It is useful for developers catching code smells, potential bugs, and style issues early.
Static analysis can produce false positives. Review findings before making large mechanical changes.