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

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

  Changed paths:
M css/customstyles.css
M feed.xml
M pmd_about_help.html
M pmd_devdocs_development.html
M pmd_devdocs_major_adding_new_cpd_language.html
M pmd_devdocs_major_adding_new_language_antlr.html
M pmd_devdocs_major_adding_new_language_javacc.html
M pmd_languages_apex.html
M pmd_languages_coco.html
M pmd_languages_configuration.html
M pmd_languages_cpp.html
M pmd_languages_cs.html
M pmd_languages_dart.html
M pmd_languages_fortran.html
M pmd_languages_gherkin.html
M pmd_languages_go.html
M pmd_languages_groovy.html
M pmd_languages_html.html
M pmd_languages_java.html
M pmd_languages_js_ts.html
M pmd_languages_jsp.html
M pmd_languages_julia.html
M pmd_languages_kotlin.html
M pmd_languages_lua.html
M pmd_languages_matlab.html
M pmd_languages_modelica.html
M pmd_languages_objectivec.html
M pmd_languages_perl.html
M pmd_languages_php.html
M pmd_languages_plsql.html
M pmd_languages_python.html
M pmd_languages_ruby.html
M pmd_languages_scala.html
M pmd_languages_swift.html
M pmd_languages_tsql.html
M pmd_languages_velocity.html
M pmd_languages_visualforce.html
M pmd_languages_xml.html
M pmd_projectdocs_trivia_news.html
M pmd_release_notes.html
M pmd_release_notes_pmd7.html
M pmd_rules_java.html
M pmd_rules_java_errorprone.html
M pmd_rules_java_performance.html
M pmd_userdocs_cli_reference.html
M pmd_userdocs_cpd.html
M pmd_userdocs_extending_writing_xpath_rules.html
M pmd_userdocs_incremental_analysis.html
M pmd_userdocs_installation.html
M pmd_userdocs_migrating_to_pmd7.html
M pmd_userdocs_tools_gradle.html
M tag_devdocs.html

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/8299575336
https://github.com/pmd/pmd/compare/b79518191d2e...7d9dc2fcb65b



To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd/settings/notifications


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


[pmd-commits] [pmd/pmd] 708c8f: [doc] Rework release notes

2024-03-15 Thread Juan Martín Sotuyo Dodero via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 708c8f14c6b6f15a3b6581638882194776253077
  https://github.com/pmd/pmd/commit/708c8f14c6b6f15a3b6581638882194776253077
  Author: Andreas Dangel 
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M docs/pages/pmd/userdocs/migrating_to_pmd7.md
M docs/pages/release_notes.md
M docs/pages/release_notes_pmd7.md

  Log Message:
  ---
  [doc] Rework release notes

- move more details into release_notes_pmd7.md
- sort sections alphabetically (in language related changes)


  Commit: d1ef7c728c6388d09065853f143572cec9416a4d
  https://github.com/pmd/pmd/commit/d1ef7c728c6388d09065853f143572cec9416a4d
  Author: Andreas Dangel 
  Date:   2024-03-10 (Sun, 10 Mar 2024)

  Changed paths:
M docs/pages/pmd/userdocs/migrating_to_pmd7.md
M docs/pages/release_notes.md
M docs/pages/release_notes_pmd7.md

  Log Message:
  ---
  [doc] Review release notes

- make sure, everything is mentioned in both files
- unify formatting
- combine java 21/22 changes
- sort language related changes alphabetically


  Commit: eb631b987d731bf81937cdc0ac41623b91d15428
  https://github.com/pmd/pmd/commit/eb631b987d731bf81937cdc0ac41623b91d15428
  Author: Andreas Dangel 
  Date:   2024-03-10 (Sun, 10 Mar 2024)

  Changed paths:
M docs/_includes/language_info.html
M docs/_plugins/javadoc_tag.rb
M docs/_plugins/tocmaker_block.rb
M docs/css/customstyles.css
M 
docs/pages/pmd/devdocs/major_contributions/adding_a_new_antlr_based_language.md
M 
docs/pages/pmd/devdocs/major_contributions/adding_a_new_javacc_based_language.md
M docs/pages/pmd/devdocs/major_contributions/adding_new_cpd_language.md
M docs/pages/pmd/languages/java.md
M docs/pages/pmd/languages/kotlin.md
M docs/pages/pmd/languages/language_properties.md
M docs/pages/pmd/languages/velocity.md
M docs/pages/pmd/languages/xml.md
M docs/pages/pmd/userdocs/extending/writing_xpath_rules.md
M docs/pages/pmd/userdocs/incremental_analysis.md
M docs/pages/pmd/userdocs/migrating_to_pmd7.md
M docs/pages/release_notes.md
M docs/pages/release_notes_pmd7.md
M pmd-core/src/main/java/net/sourceforge/pmd/lang/metrics/MetricsUtil.java

  Log Message:
  ---
  [doc] Review links in release notes and doc pages

- fix javadoc to find Kotlin files
- fix formatting for language info box
- fix tocmaker link generator


  Commit: afaa198237c2e906d24f300ed5f2cfcf7e9fde33
  https://github.com/pmd/pmd/commit/afaa198237c2e906d24f300ed5f2cfcf7e9fde33
  Author: Andreas Dangel 
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
M docs/_plugins/javadoc_tag.rb
M docs/_plugins/jdoc_namespace_tag.rb
M docs/pages/release_notes_pmd7.md

  Log Message:
  ---
  [doc] Add tag jdoc_package_old


  Commit: 10aba575facba48b2e49fef2af8266afd9e1555d
  https://github.com/pmd/pmd/commit/10aba575facba48b2e49fef2af8266afd9e1555d
  Author: Andreas Dangel 
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
M docs/pages/release_notes_pmd7.md

  Log Message:
  ---
  [doc] Review links in release notes

- fix javadoc links


  Commit: 873dea97ffe33de4852de6d36773c603d4083711
  https://github.com/pmd/pmd/commit/873dea97ffe33de4852de6d36773c603d4083711
  Author: Andreas Dangel 
  Date:   2024-03-12 (Tue, 12 Mar 2024)

  Changed paths:
M docs/pages/release_notes_pmd7.md

  Log Message:
  ---
  [doc] Review links in release notes

- fix javadoc links


  Commit: 2dc91b3de5111f8f46a545295e3853399040a2b8
  https://github.com/pmd/pmd/commit/2dc91b3de5111f8f46a545295e3853399040a2b8
  Author: Andreas Dangel 
  Date:   2024-03-12 (Tue, 12 Mar 2024)

  Changed paths:
M Gemfile
M Gemfile.lock
M docs/Gemfile
M docs/Gemfile.lock

  Log Message:
  ---
  Update gems

Add bigdecimal and csv module, to be ruby 3.4 ready


  Commit: fb90ba3e385db07b3f71d45d4f32f763b861eec6
  https://github.com/pmd/pmd/commit/fb90ba3e385db07b3f71d45d4f32f763b861eec6
  Author: Andreas Dangel 
  Date:   2024-03-12 (Tue, 12 Mar 2024)

  Changed paths:
M docs/pages/release_notes_pmd7.md

  Log Message:
  ---
  [doc] Review links in release notes

Replace links with fixed urls


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

  Changed paths:
M docs/pages/release_notes_pmd7.md

  Log Message:
  ---
  [doc] Review links in release notes

Replace links with fixed urls


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

  Changed paths:
M docs/pages/release_notes_pmd7.md
M 
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/xpath/InternalApiBridge.java

[pmd-commits] [pmd/pmd] 437af1: Update documentation

2024-03-15 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: 437af18265033d0f80f82d34162d5498c164f960
  https://github.com/pmd/pmd/commit/437af18265033d0f80f82d34162d5498c164f960
  Author: PMD CI (pmd-bot) 
  Date:   2024-03-15 (Fri, 15 Mar 2024)

  Changed paths:
M 404.html
M feed.xml
M index.html
M license.html
M news.html
M news_archive.html
M pmd_about_help.html
M pmd_devdocs_building.html
M pmd_devdocs_development.html
M pmd_devdocs_how_pmd_works.html
M pmd_devdocs_logging.html
M pmd_devdocs_major_adding_new_cpd_language.html
M pmd_devdocs_major_adding_new_language_antlr.html
M pmd_devdocs_major_adding_new_language_javacc.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_languages_apex.html
M pmd_languages_coco.html
M pmd_languages_configuration.html
M pmd_languages_cpp.html
M pmd_languages_cs.html
M pmd_languages_dart.html
M pmd_languages_fortran.html
M pmd_languages_gherkin.html
M pmd_languages_go.html
M pmd_languages_groovy.html
M pmd_languages_html.html
M pmd_languages_index.html
M pmd_languages_java.html
M pmd_languages_js_ts.html
M pmd_languages_jsp.html
M pmd_languages_julia.html
M pmd_languages_kotlin.html
M pmd_languages_lua.html
M pmd_languages_matlab.html
M pmd_languages_modelica.html
M pmd_languages_objectivec.html
M pmd_languages_perl.html
M pmd_languages_php.html
M pmd_languages_plsql.html
M pmd_languages_python.html
M pmd_languages_ruby.html
M pmd_languages_scala.html
M pmd_languages_swift.html
M pmd_languages_tsql.html
M pmd_languages_velocity.html
M pmd_languages_visualforce.html
M pmd_languages_xml.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_decisions.html
M pmd_projectdocs_decisions_adr_1.html
M pmd_projectdocs_decisions_adr_2.html
M pmd_projectdocs_decisions_adr_3.html
M pmd_projectdocs_decisions_adr_NNN.html
M pmd_projectdocs_faq.html
M pmd_projectdocs_logo.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_release_notes_pmd7.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_kotlin.html
M pmd_rules_kotlin_bestpractices.html
M pmd_rules_kotlin_errorprone.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_swift.html
M pmd_rules_swift_bestpractices.html
M pmd_rules_swift_errorprone.html
M pmd_rules_velocity.html
M pmd_rules_velocity_bestpractices.html
M pmd_rules_velocity_design.html
M pmd_rules_velocity_errorprone.html
M pmd_rules_visualforce.html
M pmd_rules_visualforce_security.html
M pmd_rules_xml.html
M pmd_rules_xml_bestpractices.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_3rdpartyrulesets.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-commits] [pmd/pmd] 7b58a7: Fix flaky LatticeRelationTest

2024-03-15 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 7b58a7ef1b7fe5d4f441005c403f01ca486667be
  https://github.com/pmd/pmd/commit/7b58a7ef1b7fe5d4f441005c403f01ca486667be
  Author: sandhu5 
  Date:   2023-11-24 (Fri, 24 Nov 2023)

  Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/util/GraphUtil.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/internal/LatticeRelationTest.java

  Log Message:
  ---
  Fix flaky LatticeRelationTest


  Commit: 3237f13d92cd0f7c5721131a744b8d76ac8dc64f
  https://github.com/pmd/pmd/commit/3237f13d92cd0f7c5721131a744b8d76ac8dc64f
  Author: Andreas Dangel 
  Date:   2024-03-15 (Fri, 15 Mar 2024)

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

  Log Message:
  ---
  Update pmd-core/src/main/java/net/sourceforge/pmd/util/GraphUtil.java

Co-authored-by: Clément Fournier 


  Commit: 7318b61423985428f028b30a24fba16362bd2105
  https://github.com/pmd/pmd/commit/7318b61423985428f028b30a24fba16362bd2105
  Author: Andreas Dangel 
  Date:   2024-03-15 (Fri, 15 Mar 2024)

  Changed paths:
M docs/pages/release_notes.md

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


  Commit: b79518191d2e05a45b23a42ea2a98f75c07e16f8
  https://github.com/pmd/pmd/commit/b79518191d2e05a45b23a42ea2a98f75c07e16f8
  Author: Andreas Dangel 
  Date:   2024-03-15 (Fri, 15 Mar 2024)

  Changed paths:
M docs/pages/release_notes.md
M pmd-core/src/main/java/net/sourceforge/pmd/util/GraphUtil.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/internal/LatticeRelationTest.java

  Log Message:
  ---
  Merge pull request #4752 from 219sansim:fix_flaky_LatticeRelation

[core] Fix flaky LatticeRelationTest #4752


Compare: https://github.com/pmd/pmd/compare/d96c60b6632e...b79518191d2e

To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd/settings/notifications


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