Branch: refs/heads/main
Home: https://github.com/pmd/pmd
Commit: 70a7be3ba9188bf75989790103d80ce7b4bd2020
https://github.com/pmd/pmd/commit/70a7be3ba9188bf75989790103d80ce7b4bd2020
Author: Sören Glimm <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M pmd-java/src/main/resources/category/java/design.xml
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/AvoidCatchingGenericException.xml
Log Message:
-----------
Make AvoidCatchingGenericException configurable
Add java.lang.Throwable and java.lang.Error to the default list
Commit: cb4f161379bcc78d5688b0eaf651c5652cf702a9
https://github.com/pmd/pmd/commit/cb4f161379bcc78d5688b0eaf651c5652cf702a9
Author: Sören Glimm <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M pmd-java/src/main/resources/category/java/design.xml
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/AvoidCatchingGenericException.xml
Log Message:
-----------
Include exception in violation message
Commit: 69dd92df05046b225f0d8403b42e84e6462e2ca3
https://github.com/pmd/pmd/commit/69dd92df05046b225f0d8403b42e84e6462e2ca3
Author: Sören Glimm <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M pmd-java/src/main/resources/category/java/errorprone.xml
Log Message:
-----------
Deprecate AvoidCatchingNPE and AvoidCatchingThrowable
Commit: 51863dd9d41aeaa7c9faae99edb348542f830e12
https://github.com/pmd/pmd/commit/51863dd9d41aeaa7c9faae99edb348542f830e12
Author: Sören Glimm <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M pmd-java/src/main/resources/category/java/design.xml
Log Message:
-----------
update description ofAvoidCatchingGenericException
Commit: 117230c527ffcf373fa6f395610db6bf1be3e542
https://github.com/pmd/pmd/commit/117230c527ffcf373fa6f395610db6bf1be3e542
Author: Sören Glimm <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M pmd-java/src/main/resources/rulesets/java/quickstart.xml
Log Message:
-----------
Remove deprecated rules from quickstart.xml
activate AvoidCatchingGenericException in quickstart.xml, but configure
it so that it is roughly equivalent to the old config.
Commit: d548af00279fde7aa9569c821ef7631fc74093c9
https://github.com/pmd/pmd/commit/d548af00279fde7aa9569c821ef7631fc74093c9
Author: Sören Glimm <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M pmd-java/src/main/resources/category/java/design.xml
M pmd-java/src/main/resources/rulesets/java/quickstart.xml
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/AvoidCatchingGenericException.xml
Log Message:
-----------
Don't use shortened language for parameters
Commit: ccbec688e55a60c73456222fb523b5562bc490b8
https://github.com/pmd/pmd/commit/ccbec688e55a60c73456222fb523b5562bc490b8
Author: Sören Glimm <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M pmd-java/src/main/resources/category/java/design.xml
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/AvoidCatchingGenericException.xml
Log Message:
-----------
Change message again
Technically speaking, Error and Throwable aren't Exceptions,
so we shouldn't refer to them as such.
Commit: c876725d1b4e57b60432db2e236d8abcfe4130c2
https://github.com/pmd/pmd/commit/c876725d1b4e57b60432db2e236d8abcfe4130c2
Author: Sören Glimm <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M pmd-java/src/main/resources/category/java/errorprone.xml
Log Message:
-----------
Update deprecation version
Commit: 251c4c793f109577f855e176a3c860ddcfdde37d
https://github.com/pmd/pmd/commit/251c4c793f109577f855e176a3c860ddcfdde37d
Author: Andreas Dangel <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M pmd-java/src/main/resources/category/java/design.xml
M pmd-java/src/main/resources/category/java/errorprone.xml
M pmd-java/src/main/resources/rulesets/java/quickstart.xml
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/RuleSetFactoryTest.java
R
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/design/AvoidCatchingGenericExceptionTest.java
A
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/errorprone/AvoidCatchingGenericExceptionTest.java
R
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/AvoidCatchingGenericException.xml
A
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/AvoidCatchingGenericException.xml
M
pmd-test/src/main/java/net/sourceforge/pmd/test/lang/rule/AbstractRuleSetFactoryTest.java
Log Message:
-----------
[java] Move AvoidCatchingGenericException to category errorprone
Commit: 3f952d064359a1012f7dcac08af4c7c8f5eb2c51
https://github.com/pmd/pmd/commit/3f952d064359a1012f7dcac08af4c7c8f5eb2c51
Author: Andreas Dangel <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M docs/pages/release_notes.md
Log Message:
-----------
[doc] Update release notes (#6051, #6038)
Commit: 9995420d25835a8f755b02db8f3c7a806bfd7ffc
https://github.com/pmd/pmd/commit/9995420d25835a8f755b02db8f3c7a806bfd7ffc
Author: Andreas Dangel <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M
pmd-test/src/main/java/net/sourceforge/pmd/test/lang/rule/AbstractRuleSetFactoryTest.java
Log Message:
-----------
Normalize line-endings
Commit: b6d500b618a33616f083b220d8dfbe96674650c9
https://github.com/pmd/pmd/commit/b6d500b618a33616f083b220d8dfbe96674650c9
Author: Andreas Dangel <[email protected]>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M docs/pages/release_notes.md
M pmd-java/src/main/resources/category/java/design.xml
M pmd-java/src/main/resources/category/java/errorprone.xml
M pmd-java/src/main/resources/rulesets/java/quickstart.xml
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/RuleSetFactoryTest.java
R
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/design/AvoidCatchingGenericExceptionTest.java
A
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/errorprone/AvoidCatchingGenericExceptionTest.java
R
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/AvoidCatchingGenericException.xml
A
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/AvoidCatchingGenericException.xml
M
pmd-test/src/main/java/net/sourceforge/pmd/test/lang/rule/AbstractRuleSetFactoryTest.java
Log Message:
-----------
[java] Fix #6038: Make AvoidCatchingGenericException configurable (#6051)
Compare: https://github.com/pmd/pmd/compare/6747046401d0...b6d500b618a3
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