diff --git a/feed.xml b/feed.xml index 012c1effe3..c33df80a2a 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/ - Sat, 04 Apr 2020 09:14:29 +0000 - Sat, 04 Apr 2020 09:14:29 +0000 + Sat, 04 Apr 2020 16:37:49 +0000 + Sat, 04 Apr 2020 16:37:49 +0000 Jekyll v3.8.5 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index 696ee70407..be5919523d 100644 --- a/pmd_release_notes.html +++ b/pmd_release_notes.html @@ -1396,6 +1396,19 @@ not change the result of your rules, if it does, please report a bug at htt

Note that XPath 1.0 support, the default XPath version, is deprecated since PMD 6.22.0. We highly recommend that you upgrade your rules to XPath 2.0. Please refer to the migration guide.

+

New Rules

+ + +

Fixed Issues

diff --git a/pmd_rules_apex.html b/pmd_rules_apex.html index cd896a0570..f79866cdc3 100644 --- a/pmd_rules_apex.html +++ b/pmd_rules_apex.html @@ -1387,6 +1387,7 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
  • AvoidGlobalModifier: Global classes should be avoided (especially in managed packages) as they can never be deleted or…
  • AvoidLogicInTrigger: As triggers do not allow methods like regular classes they are less flexible and suited to apply …
  • DebugsShouldUseLoggingLevel: The first parameter of System.debug, when using the signature with two parameters, is a LoggingLe…
  • +
  • UnusedLocalVariable: Detects when a local variable is declared and/or assigned but not used.
  • Code Style

    @@ -1395,6 +1396,7 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3