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

2022-01-05 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/jest-27.4.6
  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] c257bf: Bump jest from 27.4.5 to 27.4.7

2022-01-05 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/jest-27.4.7
  Home:   https://github.com/pmd/pmd-github-action
  Commit: c257bfb4bfbd5e817c5fc18bd001370f066508d3
  
https://github.com/pmd/pmd-github-action/commit/c257bfb4bfbd5e817c5fc18bd001370f066508d3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-05 (Wed, 05 Jan 2022)

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

  Log Message:
  ---
  Bump jest from 27.4.5 to 27.4.7

Bumps [jest](https://github.com/facebook/jest) from 27.4.5 to 27.4.7.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.4.5...v27.4.7)

---
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] abfdb5: Add reportMissingProperty property

2022-01-05 Thread Clément Fournier via Pmd-commits
  Branch: refs/heads/pmd/7.0.x
  Home:   https://github.com/pmd/pmd
  Commit: abfdb572d34512417028d3501bebcecab9b1cb13
  https://github.com/pmd/pmd/commit/abfdb572d34512417028d3501bebcecab9b1cb13
  Author: babula 
  Date:   2021-12-17 (Fri, 17 Dec 2021)

  Changed paths:
M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/documentation/ApexDocRule.java
M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/documentation/xml/ApexDoc.xml

  Log Message:
  ---
  Add reportMissingProperty property


  Commit: ba903437c097c6d5e9344bc19c9b4c87cf652cbe
  https://github.com/pmd/pmd/commit/ba903437c097c6d5e9344bc19c9b4c87cf652cbe
  Author: Andreas Dangel 
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/documentation/ApexDocRule.java
M pmd-apex/src/main/resources/category/apex/documentation.xml
M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/documentation/xml/ApexDoc.xml

  Log Message:
  ---
  [apex] ApexDoc - handle properties via "reportProperty".


  Commit: aadef37d49f002430323a3eef6dae49afb59f48f
  https://github.com/pmd/pmd/commit/aadef37d49f002430323a3eef6dae49afb59f48f
  Author: Andreas Dangel 
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
M docs/pages/release_notes.md

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


  Commit: 1775e844b8301fd9f039eb644f6b6596120d8355
  https://github.com/pmd/pmd/commit/1775e844b8301fd9f039eb644f6b6596120d8355
  Author: Andreas Dangel 
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
M docs/pages/release_notes.md
M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/documentation/ApexDocRule.java
M pmd-apex/src/main/resources/category/apex/documentation.xml
M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/documentation/xml/ApexDoc.xml

  Log Message:
  ---
  Merge pull request from babula:master

[apex] ApexDoc: Add reportProperty property #3693

* pr-3693:
  [doc] Update release notes (#3693)
  [apex] ApexDoc - handle properties via "reportProperty".
  Add reportMissingProperty property


  Commit: bdf390668267fc7bf18ba324c7807935a41f4abb
  https://github.com/pmd/pmd/commit/bdf390668267fc7bf18ba324c7807935a41f4abb
  Author: Andreas Dangel 
  Date:   2021-12-21 (Tue, 21 Dec 2021)

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

  Log Message:
  ---
  [doc] Add @babula as a contributor [skip ci]


  Commit: b792c14f4d80a586853abc3c08574b51cd4f0a78
  https://github.com/pmd/pmd/commit/b792c14f4d80a586853abc3c08574b51cd4f0a78
  Author: Vincent Galloy 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/UnnecessaryModifierRule.java
M pmd-java/src/main/resources/category/java/codestyle.xml
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/UnnecessaryModifier.xml

  Log Message:
  ---
  [java] New rule: StaticNestedRecord

Add the rule to check that nested record are not declared with static modifier


  Commit: ee763ee3d74b92f72c4762b0c9dceb5276484dae
  https://github.com/pmd/pmd/commit/ee763ee3d74b92f72c4762b0c9dceb5276484dae
  Author: Vincent Galloy 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTRecordDeclaration.java
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/UnnecessaryModifierRule.java
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java16/LocalRecords.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/EnhancedTypeCheckingSwitch.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/UnnecessaryModifier.xml

  Log Message:
  ---
  Check records are not declare with final modifier


  Commit: aa6a652dc974afb1cff46c2c462cb10fb7e60382
  https://github.com/pmd/pmd/commit/aa6a652dc974afb1cff46c2c462cb10fb7e60382
  Author: Vincent Galloy 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTRecordDeclaration.java
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/UnnecessaryModifierRule.java
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java16/LocalRecords.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-commits] [pmd/pmd] e93b77: Update documentation

2022-01-05 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: e93b7751f65806cb228b40726e9b6e8c1b0d1887
  https://github.com/pmd/pmd/commit/e93b7751f65806cb228b40726e9b6e8c1b0d1887
  Author: PMD CI (pmd-bot) 
  Date:   2022-01-05 (Wed, 05 Jan 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/1658324562
https://github.com/pmd/pmd/compare/bdf390668267...72c4bbb31dac




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

[pmd-commits] [pmd/pmd] b792c1: [java] New rule: StaticNestedRecord

2022-01-05 Thread Clément Fournier via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: b792c14f4d80a586853abc3c08574b51cd4f0a78
  https://github.com/pmd/pmd/commit/b792c14f4d80a586853abc3c08574b51cd4f0a78
  Author: Vincent Galloy 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/UnnecessaryModifierRule.java
M pmd-java/src/main/resources/category/java/codestyle.xml
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/UnnecessaryModifier.xml

  Log Message:
  ---
  [java] New rule: StaticNestedRecord

Add the rule to check that nested record are not declared with static modifier


  Commit: ee763ee3d74b92f72c4762b0c9dceb5276484dae
  https://github.com/pmd/pmd/commit/ee763ee3d74b92f72c4762b0c9dceb5276484dae
  Author: Vincent Galloy 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTRecordDeclaration.java
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/UnnecessaryModifierRule.java
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java16/LocalRecords.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/EnhancedTypeCheckingSwitch.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/UnnecessaryModifier.xml

  Log Message:
  ---
  Check records are not declare with final modifier


  Commit: aa6a652dc974afb1cff46c2c462cb10fb7e60382
  https://github.com/pmd/pmd/commit/aa6a652dc974afb1cff46c2c462cb10fb7e60382
  Author: Vincent Galloy 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTRecordDeclaration.java
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/UnnecessaryModifierRule.java
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java16/LocalRecords.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/EnhancedTypeCheckingSwitch.txt

  Log Message:
  ---
  Create ASTRecordDeclaration#isSyntacticallyFinal


  Commit: 45b1b81cc799fc3949bc351f349222a909c20e93
  https://github.com/pmd/pmd/commit/45b1b81cc799fc3949bc351f349222a909c20e93
  Author: Clément Fournier 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M docs/pages/release_notes.md

  Log Message:
  ---
  Update release notes

refs #3713


  Commit: 72c4bbb31dac95ef2f31af50ff2ba10e34ac35ca
  https://github.com/pmd/pmd/commit/72c4bbb31dac95ef2f31af50ff2ba10e34ac35ca
  Author: Clément Fournier 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M docs/pages/release_notes.md
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTRecordDeclaration.java
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/UnnecessaryModifierRule.java
M pmd-java/src/main/resources/category/java/codestyle.xml
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java16/LocalRecords.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/EnhancedTypeCheckingSwitch.txt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/UnnecessaryModifier.xml

  Log Message:
  ---
  Merge branch 'pr/3713'


Compare: https://github.com/pmd/pmd/compare/bdf390668267...72c4bbb31dac


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