From 6faf6ed223d9cb4d0b06a7b30d77315a55a78e32 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 6 Oct 2022 16:25:20 +0200 Subject: [PATCH 1/2] [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. From 1063d6c2243c49a6379dac38cc0f39f1f0c702c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Thu, 6 Oct 2022 13:02:43 -0300 Subject: [PATCH 2/2] Update docs/pages/release_notes.md Co-authored-by: Andreas Dangel --- docs/pages/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 1107d2084f..3cec147b8a 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -16,7 +16,7 @@ This is a {{ site.pmd.release_type }} release. ### Fixed Issues * doc - * [#4143](https://github.com/pmd/pmd/pull/4142) \[doc] Update docs to reflect supported languages + * [#4144](https://github.com/pmd/pmd/pull/4144) \[doc] Update docs to reflect supported languages ### API Changes