From b3a3ec1c22972de01e2d61ee094418f0b2e0c06e Mon Sep 17 00:00:00 2001 From: "PMD CI (pmd-bot)" Date: Mon, 23 Nov 2020 10:41:26 +0000 Subject: [PATCH] Update documentation https://github.com/pmd/pmd/runs/378704681 https://github.com/pmd/pmd/compare/efc2773e3b0e...af07f1af92a0 --- feed.xml | 4 ++-- pmd_release_notes.html | 2 ++ pmd_userdocs_report_formats.html | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/feed.xml b/feed.xml index cd2f20f6a6..734d3252ca 100644 --- a/feed.xml +++ b/feed.xml @@ -5,8 +5,8 @@ Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features. https://pmd.github.io/pmd/ - Mon, 23 Nov 2020 10:17:46 +0000 - Mon, 23 Nov 2020 10:17:46 +0000 + Mon, 23 Nov 2020 10:38:58 +0000 + Mon, 23 Nov 2020 10:38:58 +0000 Jekyll v3.9.0 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index 4eb905da26..78f1b12088 100644 --- a/pmd_release_notes.html +++ b/pmd_release_notes.html @@ -1422,6 +1422,7 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
  • pmd-core
    • #1939: [core] XPath expressions return handling
    • +
    • #1961: [core] Text renderer should include name of violated rule
  • scala @@ -1463,6 +1464,7 @@ You can identify them with the External Contributions
      +
    • #2914: [core] Include rule name in text renderer - Gunther Schrijvers
    • #2925: Cleanup: Correct annotation array initializer indents from checkstyle #8083 - Abhishek Kumar
    • #2929: [scala] Add support for CPD-ON and CPD-OFF special comments - Andy Robinson
    • #2938: [cs] CPD: fix issue where ignoring using directives could not be disabled - Maikel Steneker
    • diff --git a/pmd_userdocs_report_formats.html b/pmd_userdocs_report_formats.html index 63a4ec2e84..b7ab74ad39 100644 --- a/pmd_userdocs_report_formats.html +++ b/pmd_userdocs_report_formats.html @@ -1575,8 +1575,8 @@ and configuration errors are reported.

      Example:

      -
      /home/pmd/source/pmd-core/src/main/java/net/sourceforge/pmd/RuleContext.java:124:    Logger calls should be surrounded by log level guards.
      -/home/pmd/source/pmd-core/src/main/java/net/sourceforge/pmd/benchmark/Benchmarker.java:58:   This for loop can be replaced by a foreach loop
      +
      /home/pmd/source/pmd-core/src/main/java/net/sourceforge/pmd/RuleContext.java:124:    GuardLogStatement:    Logger calls should be surrounded by log level guards.
      +/home/pmd/source/pmd-core/src/main/java/net/sourceforge/pmd/benchmark/Benchmarker.java:58:    ForLoopCanBeForeach:   This for loop can be replaced by a foreach loop
       /home/pmd/source/pmd-core/src/test/resources/net/sourceforge/pmd/cpd/files/file_with_ISO-8859-1_encoding.java    -   PMDException: Error while parsing /home/pmd/source/pmd-core/src/test/resources/net/sourceforge/pmd/cpd/files/file_with_ISO-8859-1_encoding.java
       CloseResource rule violation suppressed by Annotation in /home/pmd/source/pmd-core/src/main/java/net/sourceforge/pmd/PMD.java
       LoosePackageCoupling    -   No packages or classes specified