Branch: refs/heads/main
Home: https://github.com/pmd/pmd
Commit: 5496721e4e0d9551717b3b072d6d49a37a61ea7a
https://github.com/pmd/pmd/commit/5496721e4e0d9551717b3b072d6d49a37a61ea7a
Author: Clément Fournier <[email protected]>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M pmd-dist/src/main/resources/scripts/pmd
Log Message:
-----------
[dist] Make pmd launch script POSIX compliant
Also fix some shellcheck warnings
Commit: f8000d5168fe4837aeebe93ddf45f04d3213ac1c
https://github.com/pmd/pmd/commit/f8000d5168fe4837aeebe93ddf45f04d3213ac1c
Author: Clément Fournier <[email protected]>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M pmd-dist/src/main/resources/scripts/pmd
Log Message:
-----------
Cleanup unnecessary braces
Commit: a1ad1e72140947cc81fbe5b5fac2fc348bd23566
https://github.com/pmd/pmd/commit/a1ad1e72140947cc81fbe5b5fac2fc348bd23566
Author: Clément Fournier <[email protected]>
Date: 2025-03-29 (Sat, 29 Mar 2025)
Changed paths:
M pmd-java/src/main/javacc/Java.jjt
M
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ASTSwitchExpressionTests.kt
Log Message:
-----------
[java] Fix #5645 - Parse error with yield statement
Commit: 962ba36a9b4c1d30f8bcaab9d47e7bc6be707c7b
https://github.com/pmd/pmd/commit/962ba36a9b4c1d30f8bcaab9d47e7bc6be707c7b
Author: Clément Fournier <[email protected]>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/bestpractices/AccessorMethodGenerationRule.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/bestpractices/UnusedPrivateMethodRule.java
Log Message:
-----------
Merge branch 'main' into issue5645-parse-error
Commit: b862274ec490b81ad1f813f21548cfd2f08ec293
https://github.com/pmd/pmd/commit/b862274ec490b81ad1f813f21548cfd2f08ec293
Author: Clément Fournier <[email protected]>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M pmd-java/src/main/javacc/Java.jjt
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java14/YieldStatements.java
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java14/YieldStatements.txt
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java15/TextBlocks.java
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java15/TextBlocks.txt
Log Message:
-----------
Update reference files
Commit: 76e3b2c99c6621701f461f4fd92740bbea712587
https://github.com/pmd/pmd/commit/76e3b2c99c6621701f461f4fd92740bbea712587
Author: Clément Fournier <[email protected]>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M pmd-java/src/main/javacc/Java.jjt
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java14/YieldStatements.java
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java14/YieldStatements.txt
Log Message:
-----------
Improve tests
Commit: 75b6384930ba37fa161f2ac59521e77e9337062c
https://github.com/pmd/pmd/commit/75b6384930ba37fa161f2ac59521e77e9337062c
Author: Andreas Dangel <[email protected]>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M pmd-dist/src/main/resources/scripts/pmd
Log Message:
-----------
[dist] Fix HEAPSIZE empty issue
Avoid creating an empty argument if HEAPSIZE
is not defined
Commit: 5836469699a75c52705a8f1cc058e1fc86686bb4
https://github.com/pmd/pmd/commit/5836469699a75c52705a8f1cc058e1fc86686bb4
Author: Andreas Dangel <[email protected]>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M pmd-dist/src/main/resources/scripts/pmd
Log Message:
-----------
[dist] Determine PMD_HOME and reuse it for LIB_DIR / CONF_DIR
Commit: 6746d1539b7f1b613ca8b5b0d9e77e7e2479c59a
https://github.com/pmd/pmd/commit/6746d1539b7f1b613ca8b5b0d9e77e7e2479c59a
Author: Andreas Dangel <[email protected]>
Date: 2025-04-10 (Thu, 10 Apr 2025)
Changed paths:
M docs/pages/release_notes.md
Log Message:
-----------
[doc] Update release notes (#5623)
Commit: ae2b4907e9c0409c72f68c8c0bff8e57c26559c8
https://github.com/pmd/pmd/commit/ae2b4907e9c0409c72f68c8c0bff8e57c26559c8
Author: Andreas Dangel <[email protected]>
Date: 2025-04-10 (Thu, 10 Apr 2025)
Changed paths:
M docs/pages/release_notes.md
M pmd-dist/src/main/resources/scripts/pmd
Log Message:
-----------
[dist] Make pmd launch script compatible with /bin/sh (#5623)
Merge pull request #5623 from oowekyala:make-pmd-script-posix
Commit: c739e4f60ec314a2f37decc0584bd7384f6297a6
https://github.com/pmd/pmd/commit/c739e4f60ec314a2f37decc0584bd7384f6297a6
Author: Andreas Dangel <[email protected]>
Date: 2025-04-10 (Thu, 10 Apr 2025)
Changed paths:
M docs/pages/release_notes.md
Log Message:
-----------
[doc] Update release notes (#5645, #5648)
Commit: 70459000451e7eea1d59acdfccf98ce557463d95
https://github.com/pmd/pmd/commit/70459000451e7eea1d59acdfccf98ce557463d95
Author: Andreas Dangel <[email protected]>
Date: 2025-04-10 (Thu, 10 Apr 2025)
Changed paths:
M .all-contributorsrc
M docs/pages/pmd/projectdocs/credits.md
Log Message:
-----------
Add @fesse as a contributor
Commit: 674e741555a1b6a3f9594f9923c450f2764f10d9
https://github.com/pmd/pmd/commit/674e741555a1b6a3f9594f9923c450f2764f10d9
Author: Andreas Dangel <[email protected]>
Date: 2025-04-10 (Thu, 10 Apr 2025)
Changed paths:
M .all-contributorsrc
M docs/pages/pmd/projectdocs/credits.md
M docs/pages/release_notes.md
M pmd-java/src/main/javacc/Java.jjt
M
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/ast/ASTSwitchExpressionTests.kt
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java14/YieldStatements.java
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java14/YieldStatements.txt
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java15/TextBlocks.java
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java15/TextBlocks.txt
Log Message:
-----------
Fix #5645: [java] Parse error with yield statement (#5648)
Merge pull request #5648 from oowekyala:issue5645-parse-error
Compare: https://github.com/pmd/pmd/compare/454ac54ad783...674e741555a1
To unsubscribe from these emails, change your notification settings at
https://github.com/pmd/pmd/settings/notifications
_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits