dependabot[bot] opened a new pull request, #361:
URL: https://github.com/apache/commons-vfs/pull/361

   Bumps `commons.pmd.version` from 6.52.0 to 6.53.0.
   Updates `pmd-core` from 6.52.0 to 6.53.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases";>pmd-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>PMD 6.53.0 (31-December-2022)</h2>
   <h2>31-December-2022 - 6.53.0</h2>
   <p>The PMD team is pleased to announce PMD 6.53.0.</p>
   <p>This is a minor release.</p>
   <h3>Table Of Contents</h3>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy";>New 
and noteworthy</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#modified-rules";>Modified 
rules</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-rules";>Deprecated 
rules</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues";>Fixed 
Issues</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes";>API 
Changes</a>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-apis";>Deprecated APIs</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#for-removal";>For 
removal</a></li>
   </ul>
   </li>
   </ul>
   </li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions";>External 
Contributions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats";>Stats</a></li>
   </ul>
   <h3>New and noteworthy</h3>
   <h4>Modified rules</h4>
   <ul>
   <li>The Java rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_bestpractices.html#unusedprivatefield";><code>UnusedPrivateField</code></a>
 has a new property <code>reportForAnnotations</code>.
   This is a list of fully qualified names of the annotation types that should 
be reported anyway. If an unused field
   has any of these annotations, then it is reported. If it has any other 
annotation, then it is still considered
   to be used and is not reported.</li>
   </ul>
   <h4>Deprecated rules</h4>
   <ul>
   <li>
   <p>The Java rules <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#excessiveclasslength";><code>ExcessiveClassLength</code></a>
 and <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#excessivemethodlength";><code>ExcessiveMethodLength</code></a>
   have been deprecated. The rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#ncsscount";><code>NcssCount</code></a>
 can be used instead.
   The deprecated rules will be removed with PMD 7.0.0.</p>
   </li>
   <li>
   <p>The Java rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_errorprone.html#emptystatementnotinloop";><code>EmptyStatementNotInLoop</code></a>
 is deprecated.
   Use the rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_codestyle.html#unnecessarysemicolon";><code>UnnecessarySemicolon</code></a>
 instead.
   Note: Actually it was announced to be deprecated since 6.46.0 but the rule 
was not marked as deprecated yet.
   This has been done now.</p>
   </li>
   </ul>
   <h3>Fixed Issues</h3>
   <ul>
   <li>core
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4248";>#4248</a>: 
[core] Can't analyze sources in zip files</li>
   </ul>
   </li>
   <li>apex-security
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4146";>#4146</a>: 
[apex] ApexCRUDViolation: Recognize User Mode in SOQL + DML</li>
   </ul>
   </li>
   <li>java
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4266";>#4266</a>: 
[java] PMD fails to process a record with lambda in compact constructor</li>
   </ul>
   </li>
   <li>java-bestpractices
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4166";>#4166</a>: 
[java] UnusedPrivateField doesn't find annotated unused private fields 
anymore</li>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4250";>#4250</a>: 
[java] WhileLoopWithLiteralBoolean - false negative with complex expressions 
still occurs in PMD 6.52.0</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/37103451bf0df705fb0a2aa899e1a6996c9dcf37";><code>3710345</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.53.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/349c89240ab8cf0d30f279e23a79bc5ee6467ede";><code>349c892</code></a>
 Prepare pmd release 6.53.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/f0e113c376d530eb0d2cdd28899f925c7a9fc5eb";><code>f0e113c</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4274";>#4274</a> 
from kdebski85:issue-4266-compact-constructor-with-l...</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/ebefb36c730760702b9df85b647da908ce8f7ec8";><code>ebefb36</code></a>
 [doc] Update release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4266";>#4266</a>, <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4274";>#4274</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d0367d024805a86a277ca4f686656e69615f03d0";><code>d0367d0</code></a>
 Add <a href="https://github.com/kdebski85";><code>@​kdebski85</code></a> as a 
contributor</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/62d789526a0180590bbc347c2cee7b981a2c5661";><code>62d7895</code></a>
 [java] DoNotUseThreads: more tests</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/11867b0d3df20d01a7658688048f591d35fc432b";><code>11867b0</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4265";>#4265</a> 
from adangel:issue-4164-AvoidAssertAsIdentifier</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/3dd0f84ef6ef9daf891d5d6eb5b3588a66002b61";><code>3dd0f84</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4264";>#4264</a> 
from adangel:issue-4250-WhileLoopWithLiteralBoolean</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b81df9681ee157acd4d88d23a25f1287c2a50fd4";><code>b81df96</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4262";>#4262</a> 
from adangel:issue-2127-deprecate-excessive-length-r...</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/67230ed7b074ac62821e1bbda6fc618d838503d3";><code>67230ed</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4260";>#4260</a> 
from adangel:issue-4166-UnusedPrivateField-annotations</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.52.0...pmd_releases/6.53.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.52.0 to 6.53.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases";>pmd-java's 
releases</a>.</em></p>
   <blockquote>
   <h2>PMD 6.53.0 (31-December-2022)</h2>
   <h2>31-December-2022 - 6.53.0</h2>
   <p>The PMD team is pleased to announce PMD 6.53.0.</p>
   <p>This is a minor release.</p>
   <h3>Table Of Contents</h3>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy";>New 
and noteworthy</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#modified-rules";>Modified 
rules</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-rules";>Deprecated 
rules</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues";>Fixed 
Issues</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes";>API 
Changes</a>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-apis";>Deprecated APIs</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#for-removal";>For 
removal</a></li>
   </ul>
   </li>
   </ul>
   </li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions";>External 
Contributions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats";>Stats</a></li>
   </ul>
   <h3>New and noteworthy</h3>
   <h4>Modified rules</h4>
   <ul>
   <li>The Java rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_bestpractices.html#unusedprivatefield";><code>UnusedPrivateField</code></a>
 has a new property <code>reportForAnnotations</code>.
   This is a list of fully qualified names of the annotation types that should 
be reported anyway. If an unused field
   has any of these annotations, then it is reported. If it has any other 
annotation, then it is still considered
   to be used and is not reported.</li>
   </ul>
   <h4>Deprecated rules</h4>
   <ul>
   <li>
   <p>The Java rules <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#excessiveclasslength";><code>ExcessiveClassLength</code></a>
 and <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#excessivemethodlength";><code>ExcessiveMethodLength</code></a>
   have been deprecated. The rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#ncsscount";><code>NcssCount</code></a>
 can be used instead.
   The deprecated rules will be removed with PMD 7.0.0.</p>
   </li>
   <li>
   <p>The Java rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_errorprone.html#emptystatementnotinloop";><code>EmptyStatementNotInLoop</code></a>
 is deprecated.
   Use the rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_codestyle.html#unnecessarysemicolon";><code>UnnecessarySemicolon</code></a>
 instead.
   Note: Actually it was announced to be deprecated since 6.46.0 but the rule 
was not marked as deprecated yet.
   This has been done now.</p>
   </li>
   </ul>
   <h3>Fixed Issues</h3>
   <ul>
   <li>core
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4248";>#4248</a>: 
[core] Can't analyze sources in zip files</li>
   </ul>
   </li>
   <li>apex-security
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4146";>#4146</a>: 
[apex] ApexCRUDViolation: Recognize User Mode in SOQL + DML</li>
   </ul>
   </li>
   <li>java
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4266";>#4266</a>: 
[java] PMD fails to process a record with lambda in compact constructor</li>
   </ul>
   </li>
   <li>java-bestpractices
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4166";>#4166</a>: 
[java] UnusedPrivateField doesn't find annotated unused private fields 
anymore</li>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4250";>#4250</a>: 
[java] WhileLoopWithLiteralBoolean - false negative with complex expressions 
still occurs in PMD 6.52.0</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/37103451bf0df705fb0a2aa899e1a6996c9dcf37";><code>3710345</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.53.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/349c89240ab8cf0d30f279e23a79bc5ee6467ede";><code>349c892</code></a>
 Prepare pmd release 6.53.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/f0e113c376d530eb0d2cdd28899f925c7a9fc5eb";><code>f0e113c</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4274";>#4274</a> 
from kdebski85:issue-4266-compact-constructor-with-l...</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/ebefb36c730760702b9df85b647da908ce8f7ec8";><code>ebefb36</code></a>
 [doc] Update release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4266";>#4266</a>, <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4274";>#4274</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d0367d024805a86a277ca4f686656e69615f03d0";><code>d0367d0</code></a>
 Add <a href="https://github.com/kdebski85";><code>@​kdebski85</code></a> as a 
contributor</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/62d789526a0180590bbc347c2cee7b981a2c5661";><code>62d7895</code></a>
 [java] DoNotUseThreads: more tests</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/11867b0d3df20d01a7658688048f591d35fc432b";><code>11867b0</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4265";>#4265</a> 
from adangel:issue-4164-AvoidAssertAsIdentifier</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/3dd0f84ef6ef9daf891d5d6eb5b3588a66002b61";><code>3dd0f84</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4264";>#4264</a> 
from adangel:issue-4250-WhileLoopWithLiteralBoolean</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b81df9681ee157acd4d88d23a25f1287c2a50fd4";><code>b81df96</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4262";>#4262</a> 
from adangel:issue-2127-deprecate-excessive-length-r...</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/67230ed7b074ac62821e1bbda6fc618d838503d3";><code>67230ed</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4260";>#4260</a> 
from adangel:issue-4166-UnusedPrivateField-annotations</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.52.0...pmd_releases/6.53.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-javascript` from 6.52.0 to 6.53.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pmd/pmd/releases";>pmd-javascript's 
releases</a>.</em></p>
   <blockquote>
   <h2>PMD 6.53.0 (31-December-2022)</h2>
   <h2>31-December-2022 - 6.53.0</h2>
   <p>The PMD team is pleased to announce PMD 6.53.0.</p>
   <p>This is a minor release.</p>
   <h3>Table Of Contents</h3>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy";>New 
and noteworthy</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#modified-rules";>Modified 
rules</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-rules";>Deprecated 
rules</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues";>Fixed 
Issues</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes";>API 
Changes</a>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-apis";>Deprecated APIs</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#for-removal";>For 
removal</a></li>
   </ul>
   </li>
   </ul>
   </li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions";>External 
Contributions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats";>Stats</a></li>
   </ul>
   <h3>New and noteworthy</h3>
   <h4>Modified rules</h4>
   <ul>
   <li>The Java rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_bestpractices.html#unusedprivatefield";><code>UnusedPrivateField</code></a>
 has a new property <code>reportForAnnotations</code>.
   This is a list of fully qualified names of the annotation types that should 
be reported anyway. If an unused field
   has any of these annotations, then it is reported. If it has any other 
annotation, then it is still considered
   to be used and is not reported.</li>
   </ul>
   <h4>Deprecated rules</h4>
   <ul>
   <li>
   <p>The Java rules <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#excessiveclasslength";><code>ExcessiveClassLength</code></a>
 and <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#excessivemethodlength";><code>ExcessiveMethodLength</code></a>
   have been deprecated. The rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#ncsscount";><code>NcssCount</code></a>
 can be used instead.
   The deprecated rules will be removed with PMD 7.0.0.</p>
   </li>
   <li>
   <p>The Java rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_errorprone.html#emptystatementnotinloop";><code>EmptyStatementNotInLoop</code></a>
 is deprecated.
   Use the rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_codestyle.html#unnecessarysemicolon";><code>UnnecessarySemicolon</code></a>
 instead.
   Note: Actually it was announced to be deprecated since 6.46.0 but the rule 
was not marked as deprecated yet.
   This has been done now.</p>
   </li>
   </ul>
   <h3>Fixed Issues</h3>
   <ul>
   <li>core
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4248";>#4248</a>: 
[core] Can't analyze sources in zip files</li>
   </ul>
   </li>
   <li>apex-security
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4146";>#4146</a>: 
[apex] ApexCRUDViolation: Recognize User Mode in SOQL + DML</li>
   </ul>
   </li>
   <li>java
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4266";>#4266</a>: 
[java] PMD fails to process a record with lambda in compact constructor</li>
   </ul>
   </li>
   <li>java-bestpractices
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4166";>#4166</a>: 
[java] UnusedPrivateField doesn't find annotated unused private fields 
anymore</li>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4250";>#4250</a>: 
[java] WhileLoopWithLiteralBoolean - false negative with complex expressions 
still occurs in PMD 6.52.0</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/37103451bf0df705fb0a2aa899e1a6996c9dcf37";><code>3710345</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.53.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/349c89240ab8cf0d30f279e23a79bc5ee6467ede";><code>349c892</code></a>
 Prepare pmd release 6.53.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/f0e113c376d530eb0d2cdd28899f925c7a9fc5eb";><code>f0e113c</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4274";>#4274</a> 
from kdebski85:issue-4266-compact-constructor-with-l...</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/ebefb36c730760702b9df85b647da908ce8f7ec8";><code>ebefb36</code></a>
 [doc] Update release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4266";>#4266</a>, <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4274";>#4274</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d0367d024805a86a277ca4f686656e69615f03d0";><code>d0367d0</code></a>
 Add <a href="https://github.com/kdebski85";><code>@​kdebski85</code></a> as a 
contributor</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/62d789526a0180590bbc347c2cee7b981a2c5661";><code>62d7895</code></a>
 [java] DoNotUseThreads: more tests</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/11867b0d3df20d01a7658688048f591d35fc432b";><code>11867b0</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4265";>#4265</a> 
from adangel:issue-4164-AvoidAssertAsIdentifier</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/3dd0f84ef6ef9daf891d5d6eb5b3588a66002b61";><code>3dd0f84</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4264";>#4264</a> 
from adangel:issue-4250-WhileLoopWithLiteralBoolean</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b81df9681ee157acd4d88d23a25f1287c2a50fd4";><code>b81df96</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4262";>#4262</a> 
from adangel:issue-2127-deprecate-excessive-length-r...</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/67230ed7b074ac62821e1bbda6fc618d838503d3";><code>67230ed</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4260";>#4260</a> 
from adangel:issue-4166-UnusedPrivateField-annotations</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.52.0...pmd_releases/6.53.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-jsp` from 6.52.0 to 6.53.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases";>pmd-jsp's 
releases</a>.</em></p>
   <blockquote>
   <h2>PMD 6.53.0 (31-December-2022)</h2>
   <h2>31-December-2022 - 6.53.0</h2>
   <p>The PMD team is pleased to announce PMD 6.53.0.</p>
   <p>This is a minor release.</p>
   <h3>Table Of Contents</h3>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy";>New 
and noteworthy</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#modified-rules";>Modified 
rules</a></li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-rules";>Deprecated 
rules</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues";>Fixed 
Issues</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes";>API 
Changes</a>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-apis";>Deprecated APIs</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#for-removal";>For 
removal</a></li>
   </ul>
   </li>
   </ul>
   </li>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions";>External 
Contributions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats";>Stats</a></li>
   </ul>
   <h3>New and noteworthy</h3>
   <h4>Modified rules</h4>
   <ul>
   <li>The Java rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_bestpractices.html#unusedprivatefield";><code>UnusedPrivateField</code></a>
 has a new property <code>reportForAnnotations</code>.
   This is a list of fully qualified names of the annotation types that should 
be reported anyway. If an unused field
   has any of these annotations, then it is reported. If it has any other 
annotation, then it is still considered
   to be used and is not reported.</li>
   </ul>
   <h4>Deprecated rules</h4>
   <ul>
   <li>
   <p>The Java rules <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#excessiveclasslength";><code>ExcessiveClassLength</code></a>
 and <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#excessivemethodlength";><code>ExcessiveMethodLength</code></a>
   have been deprecated. The rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_design.html#ncsscount";><code>NcssCount</code></a>
 can be used instead.
   The deprecated rules will be removed with PMD 7.0.0.</p>
   </li>
   <li>
   <p>The Java rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_errorprone.html#emptystatementnotinloop";><code>EmptyStatementNotInLoop</code></a>
 is deprecated.
   Use the rule <a 
href="https://pmd.github.io/pmd-6.53.0/pmd_rules_java_codestyle.html#unnecessarysemicolon";><code>UnnecessarySemicolon</code></a>
 instead.
   Note: Actually it was announced to be deprecated since 6.46.0 but the rule 
was not marked as deprecated yet.
   This has been done now.</p>
   </li>
   </ul>
   <h3>Fixed Issues</h3>
   <ul>
   <li>core
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4248";>#4248</a>: 
[core] Can't analyze sources in zip files</li>
   </ul>
   </li>
   <li>apex-security
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4146";>#4146</a>: 
[apex] ApexCRUDViolation: Recognize User Mode in SOQL + DML</li>
   </ul>
   </li>
   <li>java
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4266";>#4266</a>: 
[java] PMD fails to process a record with lambda in compact constructor</li>
   </ul>
   </li>
   <li>java-bestpractices
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4166";>#4166</a>: 
[java] UnusedPrivateField doesn't find annotated unused private fields 
anymore</li>
   <li><a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4250";>#4250</a>: 
[java] WhileLoopWithLiteralBoolean - false negative with complex expressions 
still occurs in PMD 6.52.0</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/37103451bf0df705fb0a2aa899e1a6996c9dcf37";><code>3710345</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.53.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/349c89240ab8cf0d30f279e23a79bc5ee6467ede";><code>349c892</code></a>
 Prepare pmd release 6.53.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/f0e113c376d530eb0d2cdd28899f925c7a9fc5eb";><code>f0e113c</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4274";>#4274</a> 
from kdebski85:issue-4266-compact-constructor-with-l...</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/ebefb36c730760702b9df85b647da908ce8f7ec8";><code>ebefb36</code></a>
 [doc] Update release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4266";>#4266</a>, <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4274";>#4274</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d0367d024805a86a277ca4f686656e69615f03d0";><code>d0367d0</code></a>
 Add <a href="https://github.com/kdebski85";><code>@​kdebski85</code></a> as a 
contributor</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/62d789526a0180590bbc347c2cee7b981a2c5661";><code>62d7895</code></a>
 [java] DoNotUseThreads: more tests</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/11867b0d3df20d01a7658688048f591d35fc432b";><code>11867b0</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4265";>#4265</a> 
from adangel:issue-4164-AvoidAssertAsIdentifier</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/3dd0f84ef6ef9daf891d5d6eb5b3588a66002b61";><code>3dd0f84</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4264";>#4264</a> 
from adangel:issue-4250-WhileLoopWithLiteralBoolean</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b81df9681ee157acd4d88d23a25f1287c2a50fd4";><code>b81df96</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4262";>#4262</a> 
from adangel:issue-2127-deprecate-excessive-length-r...</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/67230ed7b074ac62821e1bbda6fc618d838503d3";><code>67230ed</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4260";>#4260</a> 
from adangel:issue-4166-UnusedPrivateField-annotations</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.52.0...pmd_releases/6.53.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to