diff --git a/feed.xml b/feed.xml index 6fc34312f2..702fe9c168 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/ - Thu, 13 Aug 2020 08:20:30 +0000 - Thu, 13 Aug 2020 08:20:30 +0000 + Thu, 13 Aug 2020 12:41:53 +0000 + Thu, 13 Aug 2020 12:41:53 +0000 Jekyll v3.9.0 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index 07c2c5272f..73be499e4d 100644 --- a/pmd_release_notes.html +++ b/pmd_release_notes.html @@ -1442,6 +1442,8 @@ which was introduced in PMD 6.26.0.
  • java-errorprone diff --git a/pmd_rules_java_bestpractices.html b/pmd_rules_java_bestpractices.html index f78d058ed6..e609715e5c 100644 --- a/pmd_rules_java_bestpractices.html +++ b/pmd_rules_java_bestpractices.html @@ -2976,6 +2976,18 @@ out by default, in case you already have enabled those rules, but may be enabled reportUnusedVariables. Variables whose name starts with ignored are filtered out, as is standard practice for exceptions.

    +

    Limitations:

    + + +

    Both of those limitations may be partly relaxed in PMD 7.

    +

    This rule is defined by the following Java class: net.sourceforge.pmd.lang.java.rule.bestpractices.UnusedAssignmentRule

    Example(s):