[pmd-commits] [pmd/pmd] 69b4d6: Update documentation

2022-03-03 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: 69b4d6574621ff08174ff59c05e1e0d2f6ccea4f
  https://github.com/pmd/pmd/commit/69b4d6574621ff08174ff59c05e1e0d2f6ccea4f
  Author: PMD CI (pmd-bot) 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M feed.xml
M pmd_release_notes.html
M pmd_userdocs_tools_java_api.html

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/1929158942
https://github.com/pmd/pmd/compare/a2c35d6b8e8a...373876a1a3eb




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd] a8fbd9: Add file collector

2022-03-03 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: a8fbd97e72fd4391444fc5b46f43111de388b9d1
  https://github.com/pmd/pmd/commit/a8fbd97e72fd4391444fc5b46f43111de388b9d1
  Author: Clément Fournier 
  Date:   2022-02-13 (Sun, 13 Feb 2022)

  Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/lang/BaseLanguageModule.java
M pmd-core/src/main/java/net/sourceforge/pmd/util/IOUtil.java
A 
pmd-core/src/test/java/net/sourceforge/pmd/util/document/FileCollector.java
A 
pmd-core/src/test/java/net/sourceforge/pmd/util/document/FileCollectorTest.java

  Log Message:
  ---
  Add file collector


  Commit: 43ee01c892a974fa035528c575a267b1656dc972
  https://github.com/pmd/pmd/commit/43ee01c892a974fa035528c575a267b1656dc972
  Author: Clément Fournier 
  Date:   2022-02-13 (Sun, 13 Feb 2022)

  Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/PMD.java
M pmd-core/src/main/java/net/sourceforge/pmd/util/FileUtil.java
A 
pmd-core/src/main/java/net/sourceforge/pmd/util/document/FileCollector.java
A 
pmd-core/src/main/java/net/sourceforge/pmd/util/document/internal/LanguageDiscoverer.java
A pmd-core/src/main/java/net/sourceforge/pmd/util/log/PmdLogger.java
A pmd-core/src/main/java/net/sourceforge/pmd/util/log/SimplePmdLogger.java
R 
pmd-core/src/test/java/net/sourceforge/pmd/util/document/FileCollector.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/util/document/FileCollectorTest.java

  Log Message:
  ---
  Add logger and language discoverer


  Commit: 42e9d46eb8baecdeeb53966eb0fa5ae17a14980b
  https://github.com/pmd/pmd/commit/42e9d46eb8baecdeeb53966eb0fa5ae17a14980b
  Author: Clément Fournier 
  Date:   2022-02-13 (Sun, 13 Feb 2022)

  Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/PMD.java
M pmd-core/src/main/java/net/sourceforge/pmd/PMDConfiguration.java
M pmd-core/src/main/java/net/sourceforge/pmd/benchmark/Benchmarker.java
A 
pmd-core/src/main/java/net/sourceforge/pmd/internal/util/FileCollectionUtil.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/lang/LanguageVersionDiscoverer.java
M pmd-core/src/main/java/net/sourceforge/pmd/util/FileUtil.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/util/document/FileCollector.java
A pmd-core/src/main/java/net/sourceforge/pmd/util/document/NioTextFile.java
A 
pmd-core/src/main/java/net/sourceforge/pmd/util/document/StringTextFile.java
A pmd-core/src/main/java/net/sourceforge/pmd/util/document/TextFile.java
M pmd-core/src/main/java/net/sourceforge/pmd/util/log/PmdLogger.java
M pmd-core/src/main/java/net/sourceforge/pmd/util/log/SimplePmdLogger.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/util/document/FileCollectorTest.java
A 
pmd-core/src/test/java/net/sourceforge/pmd/util/document/TestPmdLogger.java

  Log Message:
  ---
  Finish porting internalGetApplicableFiles


  Commit: 9d8d32dfa87698c44ba38bf825f9481a8fcc8354
  https://github.com/pmd/pmd/commit/9d8d32dfa87698c44ba38bf825f9481a8fcc8354
  Author: Clément Fournier 
  Date:   2022-02-13 (Sun, 13 Feb 2022)

  Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/PMD.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/internal/util/FileCollectionUtil.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/util/document/FileCollector.java
M pmd-core/src/main/java/net/sourceforge/pmd/util/document/NioTextFile.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/util/document/StringTextFile.java
M pmd-core/src/main/java/net/sourceforge/pmd/util/document/TextFile.java

  Log Message:
  ---
  Add compat layer for data source


  Commit: 75b5f588614150e42470f12925789820ee392a8d
  https://github.com/pmd/pmd/commit/75b5f588614150e42470f12925789820ee392a8d
  Author: Clément Fournier 
  Date:   2022-02-13 (Sun, 13 Feb 2022)

  Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/PMD.java
M pmd-core/src/main/java/net/sourceforge/pmd/benchmark/Benchmarker.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/internal/util/FileCollectionUtil.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/lang/LanguageVersionDiscoverer.java
M pmd-core/src/main/java/net/sourceforge/pmd/util/IOUtil.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/util/document/FileCollector.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/util/document/FileCollectorTest.java
A 
pmd-core/src/test/java/net/sourceforge/pmd/util/document/PmdTestLogger.java
R 
pmd-core/src/test/java/net/sourceforge/pmd/util/document/TestPmdLogger.java

  Log Message:
  ---
  Fix compil


  Commit: 1789daf16dacc39cbc363b6e7cd6659928987cbf
  https://github.com/pmd/pmd/commit/1789daf16dacc39cbc363b6e7cd6659928987cbf
  Author: Clément Fournier 
  Date:   2022-02-13 (Sun, 13 Feb 2022)

  Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/PMD.java
M 

[pmd-commits] [pmd/pmd-github-action] 0905d0: Bump node-fetch from 2.6.6 to 2.6.7

2022-03-03 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 0905d0b89f3af0714e6085931478bae4718351a4
  
https://github.com/pmd/pmd-github-action/commit/0905d0b89f3af0714e6085931478bae4718351a4
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M package-lock.json

  Log Message:
  ---
  Bump node-fetch from 2.6.6 to 2.6.7


  Commit: dacf605c0563453bbf31609231f8e6b62aa6c9c0
  
https://github.com/pmd/pmd-github-action/commit/dacf605c0563453bbf31609231f8e6b62aa6c9c0
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M dist/index.js

  Log Message:
  ---
  Regenerate dist


Compare: 
https://github.com/pmd/pmd-github-action/compare/13772911c256...dacf605c0563


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] 137729: Updated CHANGELOG.md

2022-03-03 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 13772911c256d7c3d88ae33f0c20c579befbe287
  
https://github.com/pmd/pmd-github-action/commit/13772911c256d7c3d88ae33f0c20c579befbe287
  Author: GitHub Actions (pmd-bot) 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Updated CHANGELOG.md




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action]

2022-03-03 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/actions/artifact-1.0.0
  Home:   https://github.com/pmd/pmd-github-action


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd] 8a2c95: Update documentation

2022-03-03 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: 8a2c9560946a2944fbfd293666e4f14ed17d4d35
  https://github.com/pmd/pmd/commit/8a2c9560946a2944fbfd293666e4f14ed17d4d35
  Author: PMD CI (pmd-bot) 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M 404.html
M feed.xml
M index.html
M js/mydoc_scroll.html
M license.html
M news.html
M news_archive.html
M pmd_about_help.html
M pmd_apex_metrics_index.html
M pmd_devdocs_building.html
M pmd_devdocs_development.html
M pmd_devdocs_experimental_ast_dump.html
M pmd_devdocs_how_pmd_works.html
M pmd_devdocs_major_adding_new_cpd_language.html
M pmd_devdocs_major_adding_new_language.html
M pmd_devdocs_major_adding_new_metrics_framework.html
M pmd_devdocs_major_rule_guidelines.html
M pmd_devdocs_pmdtester.html
M pmd_devdocs_roadmap.html
M pmd_devdocs_rule_deprecation_policy.html
M pmd_devdocs_writing_documentation.html
M pmd_java_metrics_index.html
M pmd_languages_jsp.html
M pmd_languages_plsql.html
M pmd_languages_visualforce.html
M pmd_next_major_development.html
M pmd_projectdocs_committers_infrastructure.html
M pmd_projectdocs_committers_main_landing_page.html
M pmd_projectdocs_committers_merging_pull_requests.html
M pmd_projectdocs_committers_releasing.html
M pmd_projectdocs_credits.html
M pmd_projectdocs_faq.html
M pmd_projectdocs_trivia_meaning.html
M pmd_projectdocs_trivia_news.html
M pmd_projectdocs_trivia_products.html
M pmd_projectdocs_trivia_similarprojects.html
M pmd_release_notes.html
M pmd_release_notes_old.html
M pmd_rules_apex.html
M pmd_rules_apex_bestpractices.html
M pmd_rules_apex_codestyle.html
M pmd_rules_apex_design.html
M pmd_rules_apex_documentation.html
M pmd_rules_apex_errorprone.html
M pmd_rules_apex_performance.html
M pmd_rules_apex_security.html
M pmd_rules_ecmascript.html
M pmd_rules_ecmascript_bestpractices.html
M pmd_rules_ecmascript_codestyle.html
M pmd_rules_ecmascript_errorprone.html
M pmd_rules_java.html
M pmd_rules_java_bestpractices.html
M pmd_rules_java_codestyle.html
M pmd_rules_java_design.html
M pmd_rules_java_documentation.html
M pmd_rules_java_errorprone.html
M pmd_rules_java_multithreading.html
M pmd_rules_java_performance.html
M pmd_rules_java_security.html
M pmd_rules_jsp.html
M pmd_rules_jsp_bestpractices.html
M pmd_rules_jsp_codestyle.html
M pmd_rules_jsp_design.html
M pmd_rules_jsp_errorprone.html
M pmd_rules_jsp_security.html
M pmd_rules_modelica.html
M pmd_rules_modelica_bestpractices.html
M pmd_rules_plsql.html
M pmd_rules_plsql_bestpractices.html
M pmd_rules_plsql_codestyle.html
M pmd_rules_plsql_design.html
M pmd_rules_plsql_errorprone.html
M pmd_rules_pom.html
M pmd_rules_pom_errorprone.html
M pmd_rules_scala.html
M pmd_rules_vf.html
M pmd_rules_vf_security.html
M pmd_rules_vm.html
M pmd_rules_vm_bestpractices.html
M pmd_rules_vm_design.html
M pmd_rules_vm_errorprone.html
M pmd_rules_xml.html
M pmd_rules_xml_errorprone.html
M pmd_rules_xsl.html
M pmd_rules_xsl_codestyle.html
M pmd_rules_xsl_performance.html
M pmd_userdocs_best_practices.html
M pmd_userdocs_cli_reference.html
M pmd_userdocs_configuring_rules.html
M pmd_userdocs_cpd.html
M pmd_userdocs_cpd_report_formats.html
M pmd_userdocs_extending_defining_properties.html
M pmd_userdocs_extending_designer_reference.html
M pmd_userdocs_extending_metrics_howto.html
M pmd_userdocs_extending_rule_guidelines.html
M pmd_userdocs_extending_testing.html
M pmd_userdocs_extending_writing_java_rules.html
M pmd_userdocs_extending_writing_pmd_rules.html
M pmd_userdocs_extending_writing_rules_intro.html
M pmd_userdocs_extending_writing_xpath_rules.html
M pmd_userdocs_extending_your_first_rule.html
M pmd_userdocs_incremental_analysis.html
M pmd_userdocs_installation.html
M pmd_userdocs_making_rulesets.html
M pmd_userdocs_report_formats.html
M pmd_userdocs_suppressing_warnings.html
M pmd_userdocs_tools.html
M pmd_userdocs_tools_ant.html
M pmd_userdocs_tools_ci.html
M pmd_userdocs_tools_gradle.html
M pmd_userdocs_tools_java_api.html
M pmd_userdocs_tools_maven.html
M tag_devdocs.html
M tag_extending.html
M tag_getting_started.html
M tag_languages.html
M tag_metrics.html
M tag_release_notes.html
M tag_rule_references.html
M tag_tools.html
M tag_troubleshooting.html
M tag_userdocs.html

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/1929028221
https://github.com/pmd/pmd/compare/691887af003e...a2c35d6b8e8a




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net

[pmd-commits] [pmd/pmd-github-action] 4ba139: Bump @actions/artifact from 0.6.1 to 1.0.0 (#63)

2022-03-03 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 4ba13936c882de6b2f0b871630a6efbfd8aa2292
  
https://github.com/pmd/pmd-github-action/commit/4ba13936c882de6b2f0b871630a6efbfd8aa2292
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump @actions/artifact from 0.6.1 to 1.0.0 (#63)

Bumps 
[@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact)
 from 0.6.1 to 1.0.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- 
[Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md)
- 
[Commits](https://github.com/actions/toolkit/commits/@actions/io@1.0.0/packages/artifact)

---
updated-dependencies:
- dependency-name: "@actions/artifact"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] 01e29e: Updated CHANGELOG.md

2022-03-03 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 01e29e77761349c97ae25fc086a9330a87b27234
  
https://github.com/pmd/pmd-github-action/commit/01e29e77761349c97ae25fc086a9330a87b27234
  Author: GitHub Actions (pmd-bot) 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Updated CHANGELOG.md




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action]

2022-03-03 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/github_actions/actions/checkout-3
  Home:   https://github.com/pmd/pmd-github-action


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] 17320e: Bump actions/checkout from 2 to 3 (#62)

2022-03-03 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 17320e7d6fa16555ec098b34f7bea810af828b96
  
https://github.com/pmd/pmd-github-action/commit/17320e7d6fa16555ec098b34f7bea810af828b96
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M .github/workflows/check-changelog.yml
M .github/workflows/check-dist.yml
M .github/workflows/publish.yml
M .github/workflows/test.yml

  Log Message:
  ---
  Bump actions/checkout from 2 to 3 (#62)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd] 9b2081: Updated xpath for EagerlyLoadedDescribeSObjectResu...

2022-03-03 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 9b20815b0da715b7aa42a4b2bbd60483a3f32984
  https://github.com/pmd/pmd/commit/9b20815b0da715b7aa42a4b2bbd60483a3f32984
  Author: Filip Rafałowicz 
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
M pmd-apex/src/main/resources/category/apex/performance.xml

  Log Message:
  ---
  Updated xpath for EagerlyLoadedDescribeSObjectResult rule to work correctly 
for SObjectField.getDescribe()


  Commit: d1aadf447e7613c764802097759755495c5389df
  https://github.com/pmd/pmd/commit/d1aadf447e7613c764802097759755495c5389df
  Author: Andreas Dangel 
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
M pmd-apex/src/main/resources/category/apex/performance.xml
M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/performance/xml/EagerlyLoadedDescribeSObjectResult.xml

  Log Message:
  ---
  [apex] Add more test cases for EagerlyLoadedDesribeSObjectResult

Test cases use SObjectField and FieldDescribeOptions


  Commit: 5dba45852e2f45e1fe2d343571f3691b361895c2
  https://github.com/pmd/pmd/commit/5dba45852e2f45e1fe2d343571f3691b361895c2
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/ast/ASTReferenceExpression.java
M pmd-apex/src/main/resources/category/apex/performance.xml
M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/performance/xml/EagerlyLoadedDescribeSObjectResult.xml

  Log Message:
  ---
  [apex] Fix EagerlyLoadedDescribeSObjectResult for SObjectField usages

Refs #3773


  Commit: 38aae0531741cc7c5f464bc02c9ff64958ede9eb
  https://github.com/pmd/pmd/commit/38aae0531741cc7c5f464bc02c9ff64958ede9eb
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/performance/xml/EagerlyLoadedDescribeSObjectResult.xml

  Log Message:
  ---
  Add comment


  Commit: dddb2abd157715a0e0440f84038ce216646d492f
  https://github.com/pmd/pmd/commit/dddb2abd157715a0e0440f84038ce216646d492f
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/ast/SafeNavigationOperator.txt

  Log Message:
  ---
  Fix tests


  Commit: 3a6c2f23bec4d84f06cb28a3d9b0d223c710
  https://github.com/pmd/pmd/commit/3a6c2f23bec4d84f06cb28a3d9b0d223c710
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/ast/ASTReferenceExpression.java

  Log Message:
  ---
  Fix PMD violation


  Commit: 24897f9db343839119a99a8f0c71b35a5b91da60
  https://github.com/pmd/pmd/commit/24897f9db343839119a99a8f0c71b35a5b91da60
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M docs/pages/release_notes.md

  Log Message:
  ---
  [doc] Update release notes (#3773)


  Commit: 63808d3d807d0b7250e8490ccae2e7df9710caa7
  https://github.com/pmd/pmd/commit/63808d3d807d0b7250e8490ccae2e7df9710caa7
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M .all-contributorsrc
M docs/pages/pmd/projectdocs/credits.md

  Log Message:
  ---
   Add @filiprafalowicz as a contributor


  Commit: f30cfe92f6869bf0cf5d405d42e6cde8ef34610a
  https://github.com/pmd/pmd/commit/f30cfe92f6869bf0cf5d405d42e6cde8ef34610a
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M .all-contributorsrc
M .ci/build.sh
M Gemfile.lock
M docs/Gemfile.lock
M docs/_config.yml
M docs/_layouts/default.html
M docs/_layouts/page.html
M docs/css/customstyles.css
M docs/js/customscripts.js
M docs/pages/next_major_development.md
M docs/pages/pmd/projectdocs/credits.md
M docs/pages/pmd/userdocs/tools/ant.md
M docs/pages/release_notes_old.md
M pmd-apex-jorje/pom.xml
M pmd-apex/pom.xml
M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/documentation/ApexDocRule.java
M 
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/SuppressWarningsTest.java
M 
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/rule/AbstractApexRuleTest.java
M 
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/rule/security/ApexSharingViolationsNestedClassTest.java
M pmd-core/pom.xml
M pmd-core/src/main/java/net/sourceforge/pmd/PMD.java
M pmd-core/src/main/java/net/sourceforge/pmd/Report.java
M pmd-core/src/main/java/net/sourceforge/pmd/RuleContext.java
M pmd-core/src/main/java/net/sourceforge/pmd/RuleSet.java
M pmd-core/src/main/java/net/sourceforge/pmd/ThreadSafeReportListener.java
M pmd-core/src/main/java/net/sourceforge/pmd/ant/PMDTask.java
M pmd-core/src/main/java/net/sourceforge/pmd/cli/PMDParameters.java
A