minor: remove PMD from type-aware analysis tools
This commit is contained in:
parent
ffceb9d8e3
commit
60fffc3306
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue