minor: remove PMD from type-aware analysis tools

This commit is contained in:
Roman Ivanov 2016-08-04 15:19:29 +03:00
parent ffceb9d8e3
commit 60fffc3306
1 changed files with 2 additions and 3 deletions

View File

@ -523,10 +523,9 @@ java -classpath mycompanychecks.jar;checkstyle-${projectVersion}-all.jar \
</ul>
<p>
This means that you cannot implement some of the code inspection
features that are available in advanced IDEs like <a
href="http://www.jetbrains.com/idea/">IntelliJ IDEA</a>,
features that are available in advanced IDEs like Eclipse,
<a href="http://www.jetbrains.com/idea/">IntelliJ IDEA</a>,
<a href="http://findbugs.sourceforge.net/">FindBugs</a>,
<a href="http://pmd.sourceforge.net/">PMD</a>,
<a href="http://www.sonarqube.org/">Sonarqube</a>.
</p>