Branch: refs/heads/main
Home: https://github.com/pmd/pmd
Commit: 4972b026876b08aeb5d83bec97591daf5c3849b3
https://github.com/pmd/pmd/commit/4972b026876b08aeb5d83bec97591daf5c3849b3
Author: Sören Glimm <gi...@un...>
Date: 2025-08-09 (Sat, 09 Aug 2025)
Changed paths:
A pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/AvoidRethrowingExceptionRule.java
M pmd-java/src/main/resources/category/java/design.xml
M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/AvoidRethrowingException.xml
Log Message:
-----------
#4911: AvoidRethrowingException now doesn't complain, when the catch clause in question is followed by a catch clause that catches a superclass.
Rewrite from xpath to java, since xpath doesn't handle inheritance.
Commit: 948aa6d1aaee80b7e383c136554a9178fc43566b
https://github.com/pmd/pmd/commit/948aa6d1aaee80b7e383c136554a9178fc43566b
Author: Andreas Dangel <and...@pm...>
Date: 2025-08-17 (Sun, 17 Aug 2025)
Changed paths:
M docs/pages/release_notes.md
Log Message:
-----------
[doc] Update release notes (#4911, #5981)
Commit: 03b35c3b968a2598cf33884bba7c132324db9a6d
https://github.com/pmd/pmd/commit/03b35c3b968a2598cf33884bba7c132324db9a6d
Author: Andreas Dangel <and...@pm...>
Date: 2025-08-17 (Sun, 17 Aug 2025)
Changed paths:
M docs/pages/release_notes.md
A pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/AvoidRethrowingExceptionRule.java
M pmd-java/src/main/resources/category/java/design.xml
M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/design/xml/AvoidRethrowingException.xml
Log Message:
-----------
Fix #4911: [java] AvoidRethrowingException consider supertypes in following catches (#5981)
Merge pull request #5981 from UncleOwen:issue-4911-AvoidRethrowingException-should-allow-rethrowing-exception-subclasses
Compare: https://github.com/pmd/pmd/compare/485db23ef041...03b35c3b968a
To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications
|