[pmd-commits] [pmd/pmd] c8311e: Update rule SwitchDensity

2021-08-23 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/pmd/7.0.x
  Home:   https://github.com/pmd/pmd
  Commit: c8311e96e47c7bc2a2d95d597bf66c7827d8e2be
  https://github.com/pmd/pmd/commit/c8311e96e47c7bc2a2d95d597bf66c7827d8e2be
  Author: Clément Fournier 
  Date:   2021-08-09 (Mon, 09 Aug 2021)

  Changed paths:
M .ci/files/all-java.xml
M pmd-core/src/main/java/net/sourceforge/pmd/lang/ast/NodeStream.java
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.java
M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/design/SwitchDensityTest.java

  Log Message:
  ---
  Update rule SwitchDensity

Maybe we should consider using metrics for this... whatever

Add NodeStream#sumBy


  Commit: f9c140ed7af3f81ecc77eec370728b28a198c4cd
  https://github.com/pmd/pmd/commit/f9c140ed7af3f81ecc77eec370728b28a198c4cd
  Author: Clément Fournier 
  Date:   2021-08-09 (Mon, 09 Aug 2021)

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

  Log Message:
  ---
  Tests for fixed bugs


  Commit: 2df54339e713a1926c848a897c247e2850b69be0
  https://github.com/pmd/pmd/commit/2df54339e713a1926c848a897c247e2850b69be0
  Author: Andreas Dangel 
  Date:   2021-08-22 (Sun, 22 Aug 2021)

  Changed paths:
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.java

  Log Message:
  ---
  Add missing @Override


  Commit: ea79544a59fc5be617c612fbceb8208735218fc2
  https://github.com/pmd/pmd/commit/ea79544a59fc5be617c612fbceb8208735218fc2
  Author: Andreas Dangel 
  Date:   2021-08-22 (Sun, 22 Aug 2021)

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

  Log Message:
  ---
  [java] SwitchDensity: Fix FP with default label


  Commit: 07a736095961b589523007ecef4cd15d69e1eacb
  https://github.com/pmd/pmd/commit/07a736095961b589523007ecef4cd15d69e1eacb
  Author: Clément Fournier 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.java

  Log Message:
  ---
  Fix comment about double division

Co-authored-by: Andreas Dangel 


  Commit: def74df7a98f2cd2b5b313dd6a58d884c9c1b73b
  https://github.com/pmd/pmd/commit/def74df7a98f2cd2b5b313dd6a58d884c9c1b73b
  Author: Clément Fournier 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

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

  Log Message:
  ---
  Add test with empty switch stmt


  Commit: d5240fffb4bf329babc02eaaa9d8613acaab4425
  https://github.com/pmd/pmd/commit/d5240fffb4bf329babc02eaaa9d8613acaab4425
  Author: Andreas Dangel 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
M .ci/files/all-java.xml
M pmd-core/src/main/java/net/sourceforge/pmd/lang/ast/NodeStream.java
M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.java
M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/design/SwitchDensityTest.java
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/SwitchDensity.xml

  Log Message:
  ---
  Merge pull request #3458 from oowekyala:update-SwitchDensity

[java] Update rule SwitchDensity #3458


Compare: https://github.com/pmd/pmd/compare/b0b20873162b...d5240fffb4bf


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


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

2021-08-23 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: 5740925baa7373a1679ada5621178847dcfd162e
  https://github.com/pmd/pmd/commit/5740925baa7373a1679ada5621178847dcfd162e
  Author: PMD CI (pmd-bot) 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  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_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_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/1159591699
https://github.com/pmd/pmd/compare/2636fde5d969...af51d2d33198




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


[pmd-commits] [pmd/pmd-eclipse-plugin-p2-site] 2cb278: Update pmd/pmd-eclipse-plugin-p2-site

2021-08-23 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd-eclipse-plugin-p2-site
  Commit: 2cb278ae6b735e656e85f8df69cdd630056854b1
  
https://github.com/pmd/pmd-eclipse-plugin-p2-site/commit/2cb278ae6b735e656e85f8df69cdd630056854b1
  Author: PMD CI (pmd-bot) 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
A 4.22.0.v20210327-1603/artifacts.jar
A 4.22.0.v20210327-1603/artifacts.xml.xz
A 4.22.0.v20210327-1603/content.jar
A 4.22.0.v20210327-1603/content.xml.xz
A 
4.22.0.v20210327-1603/features/net.sourceforge.pmd.eclipse_4.22.0.v20210327-1603.jar
A 4.22.0.v20210327-1603/index.md
A 4.22.0.v20210327-1603/p2.index
A 
4.22.0.v20210327-1603/plugins/net.sourceforge.pmd.eclipse.plugin_4.22.0.v20210327-1603.jar
A 4.23.0.v20210424-1524/META-INF/ECLIPSE-.RSA
A 4.23.0.v20210424-1524/META-INF/ECLIPSE-.SF
A 4.23.0.v20210424-1524/META-INF/MANIFEST.MF
A 4.23.0.v20210424-1524/artifacts.jar
A 4.23.0.v20210424-1524/artifacts.xml.xz
A 4.23.0.v20210424-1524/content.jar
A 4.23.0.v20210424-1524/content.xml.xz
A 
4.23.0.v20210424-1524/features/net.sourceforge.pmd.eclipse_4.23.0.v20210424-1524.jar
A 4.23.0.v20210424-1524/index.md
A 4.23.0.v20210424-1524/p2.index
A 
4.23.0.v20210424-1524/plugins/net.sourceforge.pmd.eclipse.plugin_4.23.0.v20210424-1524.jar
A 4.24.0.v20210529-0600/META-INF/ECLIPSE-.RSA
A 4.24.0.v20210529-0600/META-INF/ECLIPSE-.SF
A 4.24.0.v20210529-0600/META-INF/MANIFEST.MF
A 4.24.0.v20210529-0600/artifacts.jar
A 4.24.0.v20210529-0600/artifacts.xml.xz
A 4.24.0.v20210529-0600/content.jar
A 4.24.0.v20210529-0600/content.xml.xz
A 
4.24.0.v20210529-0600/features/net.sourceforge.pmd.eclipse_4.24.0.v20210529-0600.jar
A 4.24.0.v20210529-0600/index.md
A 4.24.0.v20210529-0600/p2.index
A 
4.24.0.v20210529-0600/plugins/net.sourceforge.pmd.eclipse.plugin_4.24.0.v20210529-0600.jar
A 4.25.0.v20210626-0908/META-INF/ECLIPSE-.RSA
A 4.25.0.v20210626-0908/META-INF/ECLIPSE-.SF
A 4.25.0.v20210626-0908/META-INF/MANIFEST.MF
A 4.25.0.v20210626-0908/artifacts.jar
A 4.25.0.v20210626-0908/artifacts.xml.xz
A 4.25.0.v20210626-0908/content.jar
A 4.25.0.v20210626-0908/content.xml.xz
A 
4.25.0.v20210626-0908/features/net.sourceforge.pmd.eclipse_4.25.0.v20210626-0908.jar
A 4.25.0.v20210626-0908/index.md
A 4.25.0.v20210626-0908/p2.index
A 
4.25.0.v20210626-0908/plugins/net.sourceforge.pmd.eclipse.plugin_4.25.0.v20210626-0908.jar
A 4.26.0.v20210731-1741-r/META-INF/ECLIPSE-.RSA
A 4.26.0.v20210731-1741-r/META-INF/ECLIPSE-.SF
A 4.26.0.v20210731-1741-r/META-INF/MANIFEST.MF
A 4.26.0.v20210731-1741-r/artifacts.jar
A 4.26.0.v20210731-1741-r/artifacts.xml.xz
A 4.26.0.v20210731-1741-r/content.jar
A 4.26.0.v20210731-1741-r/content.xml.xz
A 
4.26.0.v20210731-1741-r/features/net.sourceforge.pmd.eclipse_4.26.0.v20210731-1741-r.jar
A 4.26.0.v20210731-1741-r/index.md
A 4.26.0.v20210731-1741-r/p2.index
A 
4.26.0.v20210731-1741-r/plugins/net.sourceforge.pmd.eclipse.plugin_4.26.0.v20210731-1741-r.jar
A compositeArtifacts.xml
A compositeContent.xml
A index.md
A p2.index
A snapshot/META-INF/ECLIPSE-.RSA
A snapshot/META-INF/ECLIPSE-.SF
A snapshot/META-INF/MANIFEST.MF
A snapshot/artifacts.jar
A snapshot/artifacts.xml.xz
A snapshot/content.jar
A snapshot/content.xml.xz
A snapshot/features/net.sourceforge.pmd.eclipse_4.27.0.v20210823-1721.jar
A snapshot/index.md
A snapshot/p2.index
A 
snapshot/plugins/net.sourceforge.pmd.eclipse.plugin_4.27.0.v20210823-1721.jar

  Log Message:
  ---
  Update pmd/pmd-eclipse-plugin-p2-site




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


[pmd-commits] [pmd/pmd] af51d2: Bump build-tools from 16-SNAPSHOT to 16

2021-08-23 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: af51d2d33198eb844f1ca6fb83f07a31f37803fa
  https://github.com/pmd/pmd/commit/af51d2d33198eb844f1ca6fb83f07a31f37803fa
  Author: Andreas Dangel 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump build-tools from 16-SNAPSHOT to 16




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


[pmd-commits] [pmd/pmd-eclipse-plugin] 3b6be3: Bump build-tools from 16-SNAPSHOT to 16

2021-08-23 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd-eclipse-plugin
  Commit: 3b6be3970855b34f824d026f38197304c9a87b71
  
https://github.com/pmd/pmd-eclipse-plugin/commit/3b6be3970855b34f824d026f38197304c9a87b71
  Author: Andreas Dangel 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump build-tools from 16-SNAPSHOT to 16




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


[pmd-commits] [pmd/pmd-eclipse-plugin-p2-site] 58b355: Update pmd/pmd-eclipse-plugin-p2-site

2021-08-23 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd-eclipse-plugin-p2-site
  Commit: 58b355e812fd84d6fe34b7d369db375bb5fe0641
  
https://github.com/pmd/pmd-eclipse-plugin-p2-site/commit/58b355e812fd84d6fe34b7d369db375bb5fe0641
  Author: PMD CI (pmd-bot) 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
A 4.22.0.v20210327-1603/artifacts.jar
A 4.22.0.v20210327-1603/artifacts.xml.xz
A 4.22.0.v20210327-1603/content.jar
A 4.22.0.v20210327-1603/content.xml.xz
A 
4.22.0.v20210327-1603/features/net.sourceforge.pmd.eclipse_4.22.0.v20210327-1603.jar
A 4.22.0.v20210327-1603/index.md
A 4.22.0.v20210327-1603/p2.index
A 
4.22.0.v20210327-1603/plugins/net.sourceforge.pmd.eclipse.plugin_4.22.0.v20210327-1603.jar
A 4.23.0.v20210424-1524/META-INF/ECLIPSE-.RSA
A 4.23.0.v20210424-1524/META-INF/ECLIPSE-.SF
A 4.23.0.v20210424-1524/META-INF/MANIFEST.MF
A 4.23.0.v20210424-1524/artifacts.jar
A 4.23.0.v20210424-1524/artifacts.xml.xz
A 4.23.0.v20210424-1524/content.jar
A 4.23.0.v20210424-1524/content.xml.xz
A 
4.23.0.v20210424-1524/features/net.sourceforge.pmd.eclipse_4.23.0.v20210424-1524.jar
A 4.23.0.v20210424-1524/index.md
A 4.23.0.v20210424-1524/p2.index
A 
4.23.0.v20210424-1524/plugins/net.sourceforge.pmd.eclipse.plugin_4.23.0.v20210424-1524.jar
A 4.24.0.v20210529-0600/META-INF/ECLIPSE-.RSA
A 4.24.0.v20210529-0600/META-INF/ECLIPSE-.SF
A 4.24.0.v20210529-0600/META-INF/MANIFEST.MF
A 4.24.0.v20210529-0600/artifacts.jar
A 4.24.0.v20210529-0600/artifacts.xml.xz
A 4.24.0.v20210529-0600/content.jar
A 4.24.0.v20210529-0600/content.xml.xz
A 
4.24.0.v20210529-0600/features/net.sourceforge.pmd.eclipse_4.24.0.v20210529-0600.jar
A 4.24.0.v20210529-0600/index.md
A 4.24.0.v20210529-0600/p2.index
A 
4.24.0.v20210529-0600/plugins/net.sourceforge.pmd.eclipse.plugin_4.24.0.v20210529-0600.jar
A 4.25.0.v20210626-0908/META-INF/ECLIPSE-.RSA
A 4.25.0.v20210626-0908/META-INF/ECLIPSE-.SF
A 4.25.0.v20210626-0908/META-INF/MANIFEST.MF
A 4.25.0.v20210626-0908/artifacts.jar
A 4.25.0.v20210626-0908/artifacts.xml.xz
A 4.25.0.v20210626-0908/content.jar
A 4.25.0.v20210626-0908/content.xml.xz
A 
4.25.0.v20210626-0908/features/net.sourceforge.pmd.eclipse_4.25.0.v20210626-0908.jar
A 4.25.0.v20210626-0908/index.md
A 4.25.0.v20210626-0908/p2.index
A 
4.25.0.v20210626-0908/plugins/net.sourceforge.pmd.eclipse.plugin_4.25.0.v20210626-0908.jar
A 4.26.0.v20210731-1741-r/META-INF/ECLIPSE-.RSA
A 4.26.0.v20210731-1741-r/META-INF/ECLIPSE-.SF
A 4.26.0.v20210731-1741-r/META-INF/MANIFEST.MF
A 4.26.0.v20210731-1741-r/artifacts.jar
A 4.26.0.v20210731-1741-r/artifacts.xml.xz
A 4.26.0.v20210731-1741-r/content.jar
A 4.26.0.v20210731-1741-r/content.xml.xz
A 
4.26.0.v20210731-1741-r/features/net.sourceforge.pmd.eclipse_4.26.0.v20210731-1741-r.jar
A 4.26.0.v20210731-1741-r/index.md
A 4.26.0.v20210731-1741-r/p2.index
A 
4.26.0.v20210731-1741-r/plugins/net.sourceforge.pmd.eclipse.plugin_4.26.0.v20210731-1741-r.jar
A compositeArtifacts.xml
A compositeContent.xml
A index.md
A p2.index
A snapshot/META-INF/ECLIPSE-.RSA
A snapshot/META-INF/ECLIPSE-.SF
A snapshot/META-INF/MANIFEST.MF
A snapshot/artifacts.jar
A snapshot/artifacts.xml.xz
A snapshot/content.jar
A snapshot/content.xml.xz
A snapshot/features/net.sourceforge.pmd.eclipse_4.27.0.v20210823-1714.jar
A snapshot/index.md
A snapshot/p2.index
A 
snapshot/plugins/net.sourceforge.pmd.eclipse.plugin_4.27.0.v20210823-1714.jar

  Log Message:
  ---
  Update pmd/pmd-eclipse-plugin-p2-site




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


[pmd-commits] [pmd/pmd-eclipse-plugin] c8d101: Fix tests to run under Windows

2021-08-23 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd-eclipse-plugin
  Commit: c8d10175b8460202653af5f7ebdc1ec7f476f6a2
  
https://github.com/pmd/pmd-eclipse-plugin/commit/c8d10175b8460202653af5f7ebdc1ec7f476f6a2
  Author: Andreas Dangel 
  Date:   2021-08-15 (Sun, 15 Aug 2021)

  Changed paths:
M 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/EclipseUtils.java
M 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/runtime/properties/ProjectPropertiesModelTest.java
M 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/ui/actions/PMDGenerateASTActionTest.java
M 
net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/runtime/properties/impl/ProjectPropertiesManagerImpl.java

  Log Message:
  ---
  Fix tests to run under Windows


  Commit: aab731bc473d8a1cce181000ff218b1f2d6542da
  
https://github.com/pmd/pmd-eclipse-plugin/commit/aab731bc473d8a1cce181000ff218b1f2d6542da
  Author: Andreas Dangel 
  Date:   2021-08-15 (Sun, 15 Aug 2021)

  Changed paths:
M .ci/build.sh
M .github/workflows/build.yml
M net.sourceforge.pmd.eclipse.plugin.test/pom.xml

  Log Message:
  ---
  Run build on windows and macos as well


  Commit: 3a7436fa4b53ab52b218b25cfdf356c177e23a02
  
https://github.com/pmd/pmd-eclipse-plugin/commit/3a7436fa4b53ab52b218b25cfdf356c177e23a02
  Author: Andreas Dangel 
  Date:   2021-08-15 (Sun, 15 Aug 2021)

  Changed paths:
M 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/EclipseUtils.java
M 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/internal/TestActivator.java

  Log Message:
  ---
  Manually setup openjdk8 as default vm if it exists


  Commit: 2f08e38cfd760e831b7541631f52c782241a2026
  
https://github.com/pmd/pmd-eclipse-plugin/commit/2f08e38cfd760e831b7541631f52c782241a2026
  Author: Andreas Dangel 
  Date:   2021-08-15 (Sun, 15 Aug 2021)

  Changed paths:
M 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/runtime/cmd/MultipleRulesetsTest.java
M 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/runtime/properties/impl/ProjectPropertiesImplTest.java
M 
net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/runtime/properties/impl/ProjectPropertiesImpl.java

  Log Message:
  ---
  Fix project includes/excludes under Windows


  Commit: 296e8fbe86c572d4003bbfb63e65c44b4cddec18
  
https://github.com/pmd/pmd-eclipse-plugin/commit/296e8fbe86c572d4003bbfb63e65c44b4cddec18
  Author: Andreas Dangel 
  Date:   2021-08-15 (Sun, 15 Aug 2021)

  Changed paths:
A 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/LoggingRule.java
M 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/runtime/cmd/ReviewCmdTest.java

  Log Message:
  ---
  Add more logging during tests


  Commit: 7e4468ca6d85b03065f05514c974865864624bf1
  
https://github.com/pmd/pmd-eclipse-plugin/commit/7e4468ca6d85b03065f05514c974865864624bf1
  Author: Andreas Dangel 
  Date:   2021-08-15 (Sun, 15 Aug 2021)

  Changed paths:
M 
net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/runtime/cmd/BuildProjectCommand.java

  Log Message:
  ---
  Set needRebuild=false before triggering the build


  Commit: 765526d8ec11f83d58e1ac75ed02ad4a728a7fab
  
https://github.com/pmd/pmd-eclipse-plugin/commit/765526d8ec11f83d58e1ac75ed02ad4a728a7fab
  Author: Andreas Dangel 
  Date:   2021-08-15 (Sun, 15 Aug 2021)

  Changed paths:
M 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/EclipseUtils.java
A 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/WaitingMonitor.java
M 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/runtime/cmd/ReviewCmdTest.java
M 
net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/ui/properties/ExternalRuleSetFileTest.java

  Log Message:
  ---
  Add additional waits when necessary

HFS+ under MacOSX has only second accuracy for file
modification times date resolution.


  Commit: 45ec69b7e1ba85ce93dee7b6dbf283e63744d3f2
  
https://github.com/pmd/pmd-eclipse-plugin/commit/45ec69b7e1ba85ce93dee7b6dbf283e63744d3f2
  Author: Andreas Dangel 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
M ReleaseNotes.md

  Log Message:
  ---
  Update release notes (#159)


  Commit: 9f58caa9653f84d03cd244f4dd060a8e144addfe
  
https://github.com/pmd/pmd-eclipse-plugin/commit/9f58caa9653f84d03cd244f4dd060a8e144addfe
  Author: Andreas Dangel 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
M .ci/build.sh
M .github/workflows/build.yml
M ReleaseNo

[pmd-commits] [pmd/build-tools] 777c9a: [maven-release-plugin] prepare for next developmen...

2021-08-23 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/build-tools
  Commit: 777c9a4d4ad2396c9b447b9a8eb19ca670ed7b9d
  
https://github.com/pmd/build-tools/commit/777c9a4d4ad2396c9b447b9a8eb19ca670ed7b9d
  Author: Andreas Dangel 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration




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


[pmd-commits] [pmd/build-tools]

2021-08-23 Thread Andreas Dangel via Pmd-commits
  Branch: refs/tags/16
  Home:   https://github.com/pmd/build-tools


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


[pmd-commits] [pmd/build-tools] 5e5d19: [maven-release-plugin] prepare release 16

2021-08-23 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/build-tools
  Commit: 5e5d19ad9263c92a92fe91dc5720f6aeb6c75431
  
https://github.com/pmd/build-tools/commit/5e5d19ad9263c92a92fe91dc5720f6aeb6c75431
  Author: Andreas Dangel 
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 16




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