[pmd-commits] [pmd/pmd-github-action] 3bd7f2: Bump @octokit/rest from 18.12.0 to 19.0.1

2022-07-07 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/octokit/rest-19.0.1
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 3bd7f2efeb93a1a6e7a289206e215b064650b53d
  
https://github.com/pmd/pmd-github-action/commit/3bd7f2efeb93a1a6e7a289206e215b064650b53d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-07-07 (Thu, 07 Jul 2022)

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

  Log Message:
  ---
  Bump @octokit/rest from 18.12.0 to 19.0.1

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.12.0 to 
19.0.1.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.12.0...v19.0.1)

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

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] a5b0a3: [java] fix false negative with unnecessary parenth...

2022-07-07 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/pmd/7.0.x
  Home:   https://github.com/pmd/pmd
  Commit: a5b0a3239ca8391509e8b86c98abeb9592034931
  https://github.com/pmd/pmd/commit/a5b0a3239ca8391509e8b86c98abeb9592034931
  Author: dalizi007 <11912...@mail.sustech.edu.cn>
  Date:   2022-05-28 (Sat, 28 May 2022)

  Changed paths:
M pmd-java/src/main/resources/category/java/design.xml
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/FinalFieldCouldBeStatic.xml

  Log Message:
  ---
  [java] fix false negative with unnecessary parenthesis pmd#3949


  Commit: 077005f7b473b3ab9b7c9dbde8f4b97a2c0bc8ab
  https://github.com/pmd/pmd/commit/077005f7b473b3ab9b7c9dbde8f4b97a2c0bc8ab
  Author: dalizi007 <90743616+dalizi...@users.noreply.github.com>
  Date:   2022-05-28 (Sat, 28 May 2022)

  Changed paths:
M .github/workflows/build.yml
M .github/workflows/git-repo-sync.yml
M .github/workflows/troubleshooting.yml
M docs/_config.yml
M docs/pages/next_major_development.md
M docs/pages/release_notes.md
M docs/pages/release_notes_old.md
M pmd-apex-jorje/pom.xml
M pmd-apex/pom.xml
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/RuleSetFactory.java
M pmd-core/src/main/java/net/sourceforge/pmd/RuleSetLoader.java
M pmd-core/src/main/java/net/sourceforge/pmd/RuleSetReferenceId.java
M pmd-core/src/main/java/net/sourceforge/pmd/ant/Formatter.java
M pmd-core/src/main/java/net/sourceforge/pmd/cpd/CPD.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/cpd/CPDCommandLineInterface.java
A pmd-core/src/main/resources/rulesets/releases/6460.xml
M pmd-core/src/test/java/net/sourceforge/pmd/RuleSetFactoryTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/cli/CoreCliTest.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/cpd/CPDCommandLineInterfaceTest.java
M pmd-cpp/pom.xml
M pmd-cs/pom.xml
M pmd-dart/pom.xml
M pmd-dist/pom.xml
M pmd-doc/pom.xml
M pmd-fortran/pom.xml
M pmd-go/pom.xml
M pmd-groovy/pom.xml
M pmd-html/pom.xml
M 
pmd-html/src/main/java/net/sourceforge/pmd/lang/html/HtmlLanguageModule.java
M pmd-java/pom.xml
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTInitializer.java
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTResource.java
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTSynchronizedStatement.java
A 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/EmptyControlStatementRule.java
M pmd-java/src/main/resources/category/java/codestyle.xml
M pmd-java/src/main/resources/category/java/errorprone.xml
M pmd-java/src/main/resources/rulesets/java/quickstart.xml
M pmd-java/src/test/java/net/sourceforge/pmd/cli/CLITest.java
M 
pmd-java/src/test/java/net/sourceforge/pmd/cpd/CPDCommandLineInterfaceTest.java
A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/codestyle/EmptyControlStatementTest.java
A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/codestyle/UnnecessarySemicolonTest.java
A 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/EmptyControlStatement.xml
A 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/UnnecessarySemicolon.xml
M pmd-java8/pom.xml
M pmd-javascript/pom.xml
M 
pmd-javascript/src/test/java/net/sourceforge/pmd/cpd/CPDCommandLineInterfaceTest.java
M pmd-jsp/pom.xml
M pmd-kotlin/pom.xml
M pmd-lang-test/pom.xml
M pmd-lua/pom.xml
M pmd-matlab/pom.xml
M pmd-modelica/pom.xml
M pmd-objectivec/pom.xml
M pmd-perl/pom.xml
M pmd-php/pom.xml
M pmd-plsql/pom.xml
M pmd-python/pom.xml
M pmd-ruby/pom.xml
M pmd-scala-modules/pmd-scala-common/pom.xml
M pmd-scala-modules/pmd-scala_2.12/pom.xml
M pmd-scala-modules/pmd-scala_2.13/pom.xml
M pmd-scala/pom.xml
M pmd-swift/pom.xml
M pmd-test/pom.xml
M pmd-test/src/main/java/net/sourceforge/pmd/cli/BaseCPDCLITest.java
M pmd-visualforce/pom.xml
M pmd-vm/pom.xml
M pmd-xml/pom.xml
M pom.xml

  Log Message:
  ---
  Merge branch 'pmd:master' into parenthesis_iss#3949


  Commit: 3c1a246fe9f6a9ceb0bc210cd7666d2133bab5be
  https://github.com/pmd/pmd/commit/3c1a246fe9f6a9ceb0bc210cd7666d2133bab5be
  Author: 茅延安 <11811...@mail.sustech.edu.cn>
  Date:   2022-05-29 (Sun, 29 May 2022)

  Changed paths:
M pmd-java/src/main/resources/category/java/design.xml
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/TooManyMethods.xml

  Log Message:
  ---
  handle issue 3729


  Commit: 7f5f0406ec63ef9f7608e598827209d25c2fd746
  https://github.com/pmd/pmd/commit/7f5f0406ec63ef9f7608e598827209d25c2fd746
  Author: 茅延安 <100549608+341816...@users.noreply.github.com>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

  Changed paths:
M pmd-java/sr

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

2022-07-07 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: babb705b4ab8983d09e50947ae4d627ca8ea5a06
  
https://github.com/pmd/pmd-github-action/commit/babb705b4ab8983d09e50947ae4d627ca8ea5a06
  Author: GitHub Actions (pmd-bot) 
  Date:   2022-07-07 (Thu, 07 Jul 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-07-07 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/eslint-8.19.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-github-action] 17cc93: Bump eslint from 8.18.0 to 8.19.0 (#107)

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

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

  Log Message:
  ---
  Bump eslint from 8.18.0 to 8.19.0 (#107)

Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.18.0...v8.19.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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] 6edef2: Update documentation

2022-07-07 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: 6edef2deb1fc1244236e7f5411cf9a95e0dff663
  https://github.com/pmd/pmd/commit/6edef2deb1fc1244236e7f5411cf9a95e0dff663
  Author: PMD CI (pmd-bot) 
  Date:   2022-07-07 (Thu, 07 Jul 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_gherkin.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/263014

[pmd-commits] [pmd/pmd] a5b0a3: [java] fix false negative with unnecessary parenth...

2022-07-07 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: a5b0a3239ca8391509e8b86c98abeb9592034931
  https://github.com/pmd/pmd/commit/a5b0a3239ca8391509e8b86c98abeb9592034931
  Author: dalizi007 <11912...@mail.sustech.edu.cn>
  Date:   2022-05-28 (Sat, 28 May 2022)

  Changed paths:
M pmd-java/src/main/resources/category/java/design.xml
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/FinalFieldCouldBeStatic.xml

  Log Message:
  ---
  [java] fix false negative with unnecessary parenthesis pmd#3949


  Commit: 077005f7b473b3ab9b7c9dbde8f4b97a2c0bc8ab
  https://github.com/pmd/pmd/commit/077005f7b473b3ab9b7c9dbde8f4b97a2c0bc8ab
  Author: dalizi007 <90743616+dalizi...@users.noreply.github.com>
  Date:   2022-05-28 (Sat, 28 May 2022)

  Changed paths:
M .github/workflows/build.yml
M .github/workflows/git-repo-sync.yml
M .github/workflows/troubleshooting.yml
M docs/_config.yml
M docs/pages/next_major_development.md
M docs/pages/release_notes.md
M docs/pages/release_notes_old.md
M pmd-apex-jorje/pom.xml
M pmd-apex/pom.xml
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/RuleSetFactory.java
M pmd-core/src/main/java/net/sourceforge/pmd/RuleSetLoader.java
M pmd-core/src/main/java/net/sourceforge/pmd/RuleSetReferenceId.java
M pmd-core/src/main/java/net/sourceforge/pmd/ant/Formatter.java
M pmd-core/src/main/java/net/sourceforge/pmd/cpd/CPD.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/cpd/CPDCommandLineInterface.java
A pmd-core/src/main/resources/rulesets/releases/6460.xml
M pmd-core/src/test/java/net/sourceforge/pmd/RuleSetFactoryTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/cli/CoreCliTest.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/cpd/CPDCommandLineInterfaceTest.java
M pmd-cpp/pom.xml
M pmd-cs/pom.xml
M pmd-dart/pom.xml
M pmd-dist/pom.xml
M pmd-doc/pom.xml
M pmd-fortran/pom.xml
M pmd-go/pom.xml
M pmd-groovy/pom.xml
M pmd-html/pom.xml
M 
pmd-html/src/main/java/net/sourceforge/pmd/lang/html/HtmlLanguageModule.java
M pmd-java/pom.xml
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTInitializer.java
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTResource.java
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTSynchronizedStatement.java
A 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/EmptyControlStatementRule.java
M pmd-java/src/main/resources/category/java/codestyle.xml
M pmd-java/src/main/resources/category/java/errorprone.xml
M pmd-java/src/main/resources/rulesets/java/quickstart.xml
M pmd-java/src/test/java/net/sourceforge/pmd/cli/CLITest.java
M 
pmd-java/src/test/java/net/sourceforge/pmd/cpd/CPDCommandLineInterfaceTest.java
A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/codestyle/EmptyControlStatementTest.java
A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/codestyle/UnnecessarySemicolonTest.java
A 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/EmptyControlStatement.xml
A 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/UnnecessarySemicolon.xml
M pmd-java8/pom.xml
M pmd-javascript/pom.xml
M 
pmd-javascript/src/test/java/net/sourceforge/pmd/cpd/CPDCommandLineInterfaceTest.java
M pmd-jsp/pom.xml
M pmd-kotlin/pom.xml
M pmd-lang-test/pom.xml
M pmd-lua/pom.xml
M pmd-matlab/pom.xml
M pmd-modelica/pom.xml
M pmd-objectivec/pom.xml
M pmd-perl/pom.xml
M pmd-php/pom.xml
M pmd-plsql/pom.xml
M pmd-python/pom.xml
M pmd-ruby/pom.xml
M pmd-scala-modules/pmd-scala-common/pom.xml
M pmd-scala-modules/pmd-scala_2.12/pom.xml
M pmd-scala-modules/pmd-scala_2.13/pom.xml
M pmd-scala/pom.xml
M pmd-swift/pom.xml
M pmd-test/pom.xml
M pmd-test/src/main/java/net/sourceforge/pmd/cli/BaseCPDCLITest.java
M pmd-visualforce/pom.xml
M pmd-vm/pom.xml
M pmd-xml/pom.xml
M pom.xml

  Log Message:
  ---
  Merge branch 'pmd:master' into parenthesis_iss#3949


  Commit: 3c1a246fe9f6a9ceb0bc210cd7666d2133bab5be
  https://github.com/pmd/pmd/commit/3c1a246fe9f6a9ceb0bc210cd7666d2133bab5be
  Author: 茅延安 <11811...@mail.sustech.edu.cn>
  Date:   2022-05-29 (Sun, 29 May 2022)

  Changed paths:
M pmd-java/src/main/resources/category/java/design.xml
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/TooManyMethods.xml

  Log Message:
  ---
  handle issue 3729


  Commit: 7f5f0406ec63ef9f7608e598827209d25c2fd746
  https://github.com/pmd/pmd/commit/7f5f0406ec63ef9f7608e598827209d25c2fd746
  Author: 茅延安 <100549608+341816...@users.noreply.github.com>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

  Changed paths:
M pmd-java/src/m