From 60fffc3306b6513daf8edeebd59746bd6cb20a63 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Thu, 4 Aug 2016 15:19:29 +0300 Subject: [PATCH] minor: remove PMD from type-aware analysis tools --- src/xdocs/writingchecks.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/xdocs/writingchecks.xml b/src/xdocs/writingchecks.xml index c61d54a69..9f1b3a34a 100644 --- a/src/xdocs/writingchecks.xml +++ b/src/xdocs/writingchecks.xml @@ -523,10 +523,9 @@ java -classpath mycompanychecks.jar;checkstyle-${projectVersion}-all.jar \

This means that you cannot implement some of the code inspection - features that are available in advanced IDEs like IntelliJ IDEA, + features that are available in advanced IDEs like Eclipse, + IntelliJ IDEA, FindBugs, - PMD, Sonarqube.