[pmd-commits] [pmd/pmd-github-action] 2b9723: Bump jest from 28.0.2 to 28.0.3

2022-04-29 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/jest-28.0.3
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 2b972388205e1f9d40ae7c363f8f372c0b58b9f6
  
https://github.com/pmd/pmd-github-action/commit/2b972388205e1f9d40ae7c363f8f372c0b58b9f6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

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

  Log Message:
  ---
  Bump jest from 28.0.2 to 28.0.3

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 
28.0.2 to 28.0.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.0.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 




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


[pmd-commits] [pmd/pmd] 1f9c7c: [test] Print Test Method Name for failed rule tests

2022-04-29 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/pmd/7.0.x
  Home:   https://github.com/pmd/pmd
  Commit: 1f9c7c57654648df6d25fdee54b48f4a5f58c69a
  https://github.com/pmd/pmd/commit/1f9c7c57654648df6d25fdee54b48f4a5f58c69a
  Author: Andreas Dangel 
  Date:   2022-04-24 (Sun, 24 Apr 2022)

  Changed paths:
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/PMDTestRunner.java
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/RuleTestRunner.java
M pmd-test/src/main/java/net/sourceforge/pmd/testframework/RuleTst.java
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/TestDescriptor.java

  Log Message:
  ---
  [test] Print Test Method Name for failed rule tests

This helps to select just this failed test to
rerun it within the IDE.
Also replace parenthesis in the test case description.


  Commit: 6ec5fe1073dd91abfded114ff8f194537c9693a5
  https://github.com/pmd/pmd/commit/6ec5fe1073dd91abfded114ff8f194537c9693a5
  Author: Andreas Dangel 
  Date:   2022-04-24 (Sun, 24 Apr 2022)

  Changed paths:
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/TestDescriptor.java

  Log Message:
  ---
  Fix pmd


  Commit: 57dfc7fb40d315106d6882b0b132db82ce55fa4c
  https://github.com/pmd/pmd/commit/57dfc7fb40d315106d6882b0b132db82ce55fa4c
  Author: naveen <172697+naveensriniva...@users.noreply.github.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M .github/workflows/troubleshooting.yml

  Log Message:
  ---
  chore: Set permissions for GitHub actions

 Restrict the GitHub token permissions only to the required ones; this way, 
even if the attackers will succeed in compromising your workflow, they won’t be 
able to do much.

- Included permissions for the action. 
https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn 
requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

Signed-off-by: naveen <172697+naveensriniva...@users.noreply.github.com>


  Commit: c224209d7fe12f0b7e2a1c34b25f6ee562f8addc
  https://github.com/pmd/pmd/commit/c224209d7fe12f0b7e2a1c34b25f6ee562f8addc
  Author: Andreas Dangel 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M pmd-html/src/test/java/net/sourceforge/pmd/lang/html/ast/PositionTest.java
M 
pmd-html/src/test/resources/net/sourceforge/pmd/lang/html/ast/testdata/SimpleHtmlFile.txt
M 
pmd-html/src/test/resources/net/sourceforge/pmd/lang/html/ast/testdata/SimpleXmlFile.txt
M 
pmd-html/src/test/resources/net/sourceforge/pmd/lang/html/ast/testdata/TemplateFragment.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java15/TextBlocks.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java16/PatternMatchingInstanceof.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java16/Point.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java16/Records.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java17p/DealingWithNull.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java17p/EnhancedTypeCheckingSwitch.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java17p/GuardedAndParenthesizedPatterns.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java17p/PatternsInSwitchLabels.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java17p/ScopeOfPatternVariableDeclarations.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/DealingWithNull.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/EnhancedTypeCheckingSwitch.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/ExhaustiveSwitch.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/GuardedAndParenthesizedPatterns.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/PatternsInSwitchLabels.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/RefiningPatternsInSwitch.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/ScopeOfPatternVariableDeclarations.txt
M 
pmd-lang-test/src/main/kotlin/net/sourceforge/pmd/lang/ast/test/NodePrinters.kt
M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/ExecuteImmediateBulkCollect1.txt
M 

[pmd-commits] [pmd/pmd] b136ff: Update documentation

2022-04-29 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: b136ffa036f370acf6fb58aee7c94ce8e7129918
  https://github.com/pmd/pmd/commit/b136ffa036f370acf6fb58aee7c94ce8e7129918
  Author: PMD CI (pmd-bot) 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M feed.xml

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/2244833472
https://github.com/pmd/pmd/compare/094bb1310ae0...915b7f8b619d




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


[pmd-commits] [pmd/pmd] 1f9c7c: [test] Print Test Method Name for failed rule tests

2022-04-29 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 1f9c7c57654648df6d25fdee54b48f4a5f58c69a
  https://github.com/pmd/pmd/commit/1f9c7c57654648df6d25fdee54b48f4a5f58c69a
  Author: Andreas Dangel 
  Date:   2022-04-24 (Sun, 24 Apr 2022)

  Changed paths:
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/PMDTestRunner.java
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/RuleTestRunner.java
M pmd-test/src/main/java/net/sourceforge/pmd/testframework/RuleTst.java
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/TestDescriptor.java

  Log Message:
  ---
  [test] Print Test Method Name for failed rule tests

This helps to select just this failed test to
rerun it within the IDE.
Also replace parenthesis in the test case description.


  Commit: 6ec5fe1073dd91abfded114ff8f194537c9693a5
  https://github.com/pmd/pmd/commit/6ec5fe1073dd91abfded114ff8f194537c9693a5
  Author: Andreas Dangel 
  Date:   2022-04-24 (Sun, 24 Apr 2022)

  Changed paths:
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/TestDescriptor.java

  Log Message:
  ---
  Fix pmd


  Commit: efcc58308604a8210677f11c6dd5ae816fb458dc
  https://github.com/pmd/pmd/commit/efcc58308604a8210677f11c6dd5ae816fb458dc
  Author: Andreas Dangel 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M pmd-test/src/main/java/net/sourceforge/pmd/testframework/RuleTst.java
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/TestDescriptor.java
A 
pmd-test/src/test/java/net/sourceforge/pmd/testframework/TestDescriptorTest.java

  Log Message:
  ---
  [test] Improve test method name, display test method


  Commit: 915b7f8b619d4992c3dc7ea166db73b79c83f9ae
  https://github.com/pmd/pmd/commit/915b7f8b619d4992c3dc7ea166db73b79c83f9ae
  Author: Andreas Dangel 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/PMDTestRunner.java
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/RuleTestRunner.java
M pmd-test/src/main/java/net/sourceforge/pmd/testframework/RuleTst.java
M 
pmd-test/src/main/java/net/sourceforge/pmd/testframework/TestDescriptor.java
A 
pmd-test/src/test/java/net/sourceforge/pmd/testframework/TestDescriptorTest.java

  Log Message:
  ---
  Merge pull request #3939 from adangel:improved-rule-test-support

[test] Print Test Method Name for failed rule tests #3939


Compare: https://github.com/pmd/pmd/compare/094bb1310ae0...915b7f8b619d


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


[pmd-commits] [pmd/pmd] 63bde8: Update documentation

2022-04-29 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: 63bde85214a9ba1c4c625e5027071e6e63634308
  https://github.com/pmd/pmd/commit/63bde85214a9ba1c4c625e5027071e6e63634308
  Author: PMD CI (pmd-bot) 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M feed.xml

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/2244699001
https://github.com/pmd/pmd/compare/4eb2471939d4...094bb1310ae0




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


[pmd-commits] [pmd/pmd] d4ace9: Update documentation

2022-04-29 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: d4ace9c9448bd1b388ee16950f85c813d2eba8c8
  https://github.com/pmd/pmd/commit/d4ace9c9448bd1b388ee16950f85c813d2eba8c8
  Author: PMD CI (pmd-bot) 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

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

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/2244672468
https://github.com/pmd/pmd/compare/c224209d7fe1...4eb2471939d4




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


[pmd-commits] [pmd/pmd] 094bb1: Update gems

2022-04-29 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 094bb1310ae011e484ad7c61dc1c66b0320c8f0d
  https://github.com/pmd/pmd/commit/094bb1310ae011e484ad7c61dc1c66b0320c8f0d
  Author: Andreas Dangel 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M docs/Gemfile.lock

  Log Message:
  ---
  Update gems




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


[pmd-commits] [pmd/pmd] 57dfc7: chore: Set permissions for GitHub actions

2022-04-29 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 57dfc7fb40d315106d6882b0b132db82ce55fa4c
  https://github.com/pmd/pmd/commit/57dfc7fb40d315106d6882b0b132db82ce55fa4c
  Author: naveen <172697+naveensriniva...@users.noreply.github.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M .github/workflows/troubleshooting.yml

  Log Message:
  ---
  chore: Set permissions for GitHub actions

 Restrict the GitHub token permissions only to the required ones; this way, 
even if the attackers will succeed in compromising your workflow, they won’t be 
able to do much.

- Included permissions for the action. 
https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn 
requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

Signed-off-by: naveen <172697+naveensriniva...@users.noreply.github.com>


  Commit: 94057f688d041ad140604bb1fb1249bad54adb31
  https://github.com/pmd/pmd/commit/94057f688d041ad140604bb1fb1249bad54adb31
  Author: Andreas Dangel 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M docs/pages/release_notes.md

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


  Commit: 47beb1c3cdcb8af1a0334c1c16bf589e760a3077
  https://github.com/pmd/pmd/commit/47beb1c3cdcb8af1a0334c1c16bf589e760a3077
  Author: Andreas Dangel 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

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

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


  Commit: e110a8447381a003e81b4212ddbf0e721b5bcb2e
  https://github.com/pmd/pmd/commit/e110a8447381a003e81b4212ddbf0e721b5bcb2e
  Author: Andreas Dangel 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M .all-contributorsrc
M .github/workflows/troubleshooting.yml
M docs/pages/pmd/projectdocs/credits.md
M docs/pages/release_notes.md

  Log Message:
  ---
  Merge pull request #3943 from turrisxyz:setup-permissions

chore: Set permissions for GitHub actions #3943


  Commit: 4eb2471939d49fe325fb2af1f60bf8b7b31c733d
  https://github.com/pmd/pmd/commit/4eb2471939d49fe325fb2af1f60bf8b7b31c733d
  Author: Andreas Dangel 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M Gemfile.lock

  Log Message:
  ---
  Update gems

Fixes Command injection in ruby-git
(https://github.com/pmd/pmd/security/dependabot/21)


Compare: https://github.com/pmd/pmd/compare/c224209d7fe1...4eb2471939d4


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


[pmd-commits] [pmd/pmd] 674833: Update documentation

2022-04-29 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: 674833f61c264939fda13e979913fefa2c02109a
  https://github.com/pmd/pmd/commit/674833f61c264939fda13e979913fefa2c02109a
  Author: PMD CI (pmd-bot) 
  Date:   2022-04-29 (Fri, 29 Apr 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_html.html
M pmd_languages_java.html
M pmd_languages_jsp.html
M pmd_languages_plsql.html
M pmd_languages_visualforce.html
M pmd_languages_xml.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_html.html
M pmd_rules_html_bestpractices.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/2244571193

[pmd-commits] [pmd/pmd] c22420: [test] Backport NodePrinters.kt from pmd7

2022-04-29 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: c224209d7fe12f0b7e2a1c34b25f6ee562f8addc
  https://github.com/pmd/pmd/commit/c224209d7fe12f0b7e2a1c34b25f6ee562f8addc
  Author: Andreas Dangel 
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
M pmd-html/src/test/java/net/sourceforge/pmd/lang/html/ast/PositionTest.java
M 
pmd-html/src/test/resources/net/sourceforge/pmd/lang/html/ast/testdata/SimpleHtmlFile.txt
M 
pmd-html/src/test/resources/net/sourceforge/pmd/lang/html/ast/testdata/SimpleXmlFile.txt
M 
pmd-html/src/test/resources/net/sourceforge/pmd/lang/html/ast/testdata/TemplateFragment.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java15/TextBlocks.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java16/PatternMatchingInstanceof.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java16/Point.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java16/Records.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java17p/DealingWithNull.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java17p/EnhancedTypeCheckingSwitch.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java17p/GuardedAndParenthesizedPatterns.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java17p/PatternsInSwitchLabels.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java17p/ScopeOfPatternVariableDeclarations.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/DealingWithNull.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/EnhancedTypeCheckingSwitch.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/ExhaustiveSwitch.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/GuardedAndParenthesizedPatterns.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/PatternsInSwitchLabels.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/RefiningPatternsInSwitch.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java18p/ScopeOfPatternVariableDeclarations.txt
M 
pmd-lang-test/src/main/kotlin/net/sourceforge/pmd/lang/ast/test/NodePrinters.kt
M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/ExecuteImmediateBulkCollect1.txt
M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/ExecuteImmediateBulkCollect2.txt
M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/ExecuteImmediateBulkCollect3.txt
M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/OpenForStatement.txt
M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/ParenthesisGroup0.txt
M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/ParenthesisGroup1.txt
M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/ParenthesisGroup2.txt
M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/ParsingExclusion.txt
M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/SelectIntoArray.txt
M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/SqlPlusLexicalVariablesIssue195.txt

  Log Message:
  ---
  [test] Backport NodePrinters.kt from pmd7




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