From 1967b7de8d93df81bd1bdd1791f5d2738802f150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Wed, 23 Aug 2017 14:55:09 -0300 Subject: [PATCH] Add Visualforce to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b4c13dc9..f4bd567a19 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## About **PMD** is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, -unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex, PLSQL, Apache Velocity, +unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, PLSQL, Apache Velocity, XML, XSL. Additionally it includes **CPD**, the copy-paste-detector. CPD finds duplicated code in