From 6faf6ed223d9cb4d0b06a7b30d77315a55a78e32 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 6 Oct 2022 16:25:20 +0200 Subject: [PATCH] [doc] Update docs to reflect supported languages (#4143) Refs #4059 --- docs/index.md | 4 ++-- docs/pages/pmd/userdocs/cli_reference.md | 8 +++++--- docs/pages/pmd/userdocs/installation.md | 4 ++-- docs/pages/release_notes.md | 2 ++ pom.xml | 4 ++-- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6066c103a8..46df788333 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ summary: > Welcome to the documentation site for PMD and CPD!

-last_updated: August 2017 +last_updated: October 2022 author: Jeff Jensen , Andreas Dangel , Clément Fournier --- @@ -29,7 +29,7 @@ author: Jeff Jensen , Andreas Dangel 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 and Visualforce, - Modelica, PLSQL, Apache Velocity, XML, XSL, Scala. + Modelica, PLSQL, Apache Velocity, HTML, XML, XSL, Scala. Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in - C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica, + C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce.