From 095441bd4830b1d09737ac00acc1adf8b0b6c05e Mon Sep 17 00:00:00 2001
From: "PMD CI (pmd-bot)"
Date: Tue, 25 May 2021 17:51:41 +0000
Subject: [PATCH] Update documentation
https://github.com/pmd/pmd/actions/runs/875813091
https://github.com/pmd/pmd/compare/e69855c69d4c...993ae828cf5b
---
feed.xml | 4 ++--
pmd_release_notes.html | 10 ++++++++++
pmd_rules_java.html | 1 +
pmd_rules_java_design.html | 34 +++++++++++++++++++++++++++++++++-
search.json | 9 +++++++++
5 files changed, 55 insertions(+), 3 deletions(-)
diff --git a/feed.xml b/feed.xml
index bea19071d8..9945950393 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/
- Tue, 25 May 2021 11:37:20 +0000
- Tue, 25 May 2021 11:37:20 +0000
+ Tue, 25 May 2021 17:49:39 +0000
+ Tue, 25 May 2021 17:49:39 +0000Jekyll v3.9.0
diff --git a/pmd_release_notes.html b/pmd_release_notes.html
index 59fdf509f3..d2964bf2c2 100644
--- a/pmd_release_notes.html
+++ b/pmd_release_notes.html
@@ -1444,6 +1444,12 @@ to analyze JavaScript code. Note that PMD core still only requires Java 7.
enforces the convention that JUnit 5 tests should have minimal visibility.
You can try out this rule like so:
The new Java rule MutableStaticState finds non-private static fields
+that are not final. These fields break encapsulation since these fields can be modified from anywhere
+within the program. You can try out this rule like so:
+