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

2024-03-01 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/actions/artifact-2.1.3
  Home:   https://github.com/pmd/pmd-github-action

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


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


[pmd-commits] [pmd/pmd-github-action] 7e451d: Bump @actions/artifact from 2.0.1 to 2.1.4

2024-03-01 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/actions/artifact-2.1.4
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 7e451d835586703c5acaeb3baf644040436c6f0c
  
https://github.com/pmd/pmd-github-action/commit/7e451d835586703c5acaeb3baf644040436c6f0c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

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

  Log Message:
  ---
  Bump @actions/artifact from 2.0.1 to 2.1.4

Bumps 
[@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact)
 from 2.0.1 to 2.1.4.
- 
[Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact)

---
updated-dependencies:
- dependency-name: "@actions/artifact"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



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


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


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

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

  Changed paths:
M feed.xml

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/8115714935
https://github.com/pmd/pmd/compare/d64ac4bdfef4...a9baf48c4d86



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] 5d2d34: Update documentation

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

  Changed paths:
M feed.xml

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/8114528348
https://github.com/pmd/pmd/compare/577f830941cc...d64ac4bdfef4



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] dc92c6: [core] NodeStreamBlanketTest - prefilter the test ...

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

  Changed paths:
M 
pmd-core/src/test/java/net/sourceforge/pmd/lang/ast/internal/NodeStreamBlanketTest.java

  Log Message:
  ---
  [core] NodeStreamBlanketTest - prefilter the test data

in order to avoid many ignored unit tests.
E.g. before this change, we had:

Tests passed: 5,417, ignored: 2,539 of 7,956 tests
meaning about 30% of the tests were ignored.


  Commit: a9baf48c4d86990fb159bcf166bd6533149314b8
  https://github.com/pmd/pmd/commit/a9baf48c4d86990fb159bcf166bd6533149314b8
  Author: Juan Martín Sotuyo Dodero 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M 
pmd-core/src/test/java/net/sourceforge/pmd/lang/ast/internal/NodeStreamBlanketTest.java

  Log Message:
  ---
  Merge pull request #4851 from adangel/core-nodestream-test

[core] NodeStreamBlanketTest - prefilter the test data


Compare: https://github.com/pmd/pmd/compare/d64ac4bdfef4...a9baf48c4d86

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] cc3da7: Fix kotlin compiler warnings

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

  Changed paths:
M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/ast/ApexTreeBuilder.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ASTCastExpressionTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ASTFieldAccessTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ASTMethodCallTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ASTMethodDeclarationTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ASTPatternTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ASTSuperExpressionTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ASTThisExpressionTest.kt
M pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ASTTypeTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ASTUnaryExpressionTest.kt
M pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/Java11Test.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/KotlinTestingDsl.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/NodeParsingCtx.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ParenthesesTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/TestExtensions.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/TypeDisambiguationTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/UsageResolutionTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/VarDisambiguationTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/symbols/internal/AstSymbolTests.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/symbols/internal/PrimitiveSymbolTests.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/symbols/internal/ReflectedClassSymbolTests.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/symbols/internal/ReflectedFieldSymbolTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/symbols/internal/Utils.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/symbols/internal/asm/BrokenClasspathTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/symbols/internal/asm/SigParserTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/symbols/table/internal/HeaderScopesTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/symbols/table/internal/LocalTypeScopesTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/symbols/table/internal/MemberInheritanceTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/symbols/table/internal/VarScopingTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/ArraySymbolTests.kt
M pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/BoxingTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/CaptureTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/SubtypingTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/TestUtilitiesForTypes.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/TypeCreationDsl.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/TypeEqualityTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/TypeGenerationUtil.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/TypesFromReflectionTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/ast/ConversionContextTests.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/BranchingExprsTestCases.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/CaptureInferenceTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/CtorInferenceTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/Java7InferenceTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/OverridingTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/SpecialMethodsTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/StandaloneTypesTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/StressTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/TypeAnnotationsInferenceTest.kt
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/TypeInferenceTest.kt
M 

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

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

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

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/8114078900
https://github.com/pmd/pmd/compare/150c0c88a466...577f830941cc



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] 5e277c: [core] Fix NPE in AbstractAnalysisCache in case of...

2024-03-01 Thread Juan Martín Sotuyo Dodero via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 5e277c8211b932c6fbe1755516eca0a548d430cc
  https://github.com/pmd/pmd/commit/5e277c8211b932c6fbe1755516eca0a548d430cc
  Author: Andreas Dangel 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M 
pmd-core/src/main/java/net/sourceforge/pmd/cache/internal/AbstractAnalysisCache.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/cache/internal/FileAnalysisCacheTest.java

  Log Message:
  ---
  [core] Fix NPE in AbstractAnalysisCache in case of processing errors


  Commit: 577f830941cc5ddfe24e57029ac6842d85124df3
  https://github.com/pmd/pmd/commit/577f830941cc5ddfe24e57029ac6842d85124df3
  Author: Juan Martín Sotuyo Dodero 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M 
pmd-core/src/main/java/net/sourceforge/pmd/cache/internal/AbstractAnalysisCache.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/cache/internal/FileAnalysisCacheTest.java

  Log Message:
  ---
  Merge pull request #4849 from adangel/fix-npe-analysiscache

[core] Fix NPE in AbstractAnalysisCache in case of processing errors


Compare: https://github.com/pmd/pmd/compare/150c0c88a466...577f830941cc

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] 150c0c: [apex] Update doc about apex parser [skip ci]

2024-03-01 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 150c0c88a466011a4fdc8ffb1228ca279c028814
  https://github.com/pmd/pmd/commit/150c0c88a466011a4fdc8ffb1228ca279c028814
  Author: Andreas Dangel 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M docs/pages/pmd/languages/apex.md
M docs/pages/release_notes.md

  Log Message:
  ---
  [apex] Update doc about apex parser [skip ci]



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

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

  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/8110885617
https://github.com/pmd/pmd/compare/642716fabf98...a96b6016af9c



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] a24bc9: Add @liqingjun123 as a contributor

2024-03-01 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: a24bc9be1a73c5244cc0b704a6abb68a94a73a99
  https://github.com/pmd/pmd/commit/a24bc9be1a73c5244cc0b704a6abb68a94a73a99
  Author: Andreas Dangel 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

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

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


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

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

  Log Message:
  ---
  [apex] Verify ApexDoc with annotated classes

Fixes #4774


Compare: https://github.com/pmd/pmd/compare/642716fabf98...a96b6016af9c

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