Branch: refs/heads/master Home: https://github.com/pmd/pmd Commit: 54dfabea9bc70f22d8fe547e4993841d6a1cf739 https://github.com/pmd/pmd/commit/54dfabea9bc70f22d8fe547e4993841d6a1cf739 Author: Aryant Tripathi <aryanttripa...@gmail.com> Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths: M pmd-java/src/main/resources/category/java/codestyle.xml Log Message: ----------- Support Boolean wrapper class for BooleanGetMethodName rule (#5253) Commit: 8b2af2db8a6b3e006a39d38b4f2538012f15f913 https://github.com/pmd/pmd/commit/8b2af2db8a6b3e006a39d38b4f2538012f15f913 Author: Aryant Tripathi <aryanttripa...@gmail.com> Date: 2024-10-10 (Thu, 10 Oct 2024) Changed paths: M pmd-java/src/main/resources/category/java/codestyle.xml M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/BooleanGetMethodName.xml Log Message: ----------- Support wrapper class in BooleanGetMethodName rule (#5253) - Updated XPath rule to include both primitive and wrapper class: (PrimitiveType[@Kind = 'boolean'] or ClassType[pmd-java:typeIs('java.lang.Boolean')]) - Added test cases to ensure that methods returning are also flagged correctly. - Ensured the rule enforces consistent method naming for both primitive and wrapper types. Commit: 8ac55e7ad706d6095653e5a0e168e5eb4a822411 https://github.com/pmd/pmd/commit/8ac55e7ad706d6095653e5a0e168e5eb4a822411 Author: Andreas Dangel <andreas.dan...@pmd-code.org> Date: 2024-10-11 (Fri, 11 Oct 2024) Changed paths: M pom.xml Log Message: ----------- Bump org.junit from 5.8.2 to 5.11.2 (#5274) Also update junit-platform from 1.10.2 to 1.11.2 - Supersedes and closes #5260 - Supersedes and closes #5259 Commit: ed6312e3baa48e783cd8e0891b0243af13dc1fd4 https://github.com/pmd/pmd/commit/ed6312e3baa48e783cd8e0891b0243af13dc1fd4 Author: Aryant Tripathi <aryanttripa...@gmail.com> Date: 2024-10-11 (Fri, 11 Oct 2024) Changed paths: M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/BooleanGetMethodName.xml Log Message: ----------- Support wrapper class in BooleanGetMethodName rule (#5253)\n \n - Updated XPath rule to include both primitive and wrapper class:\n (PrimitiveType[@Kind = 'boolean'] or ClassType[pmd-java:typeIs('java.lang.Boolean')])\n - Added test cases to ensure that methods returning are also flagged correctly.\n - Ensured the rule enforces consistent method naming for both primitive and wrapper types. Commit: 36f713b4c73efe6f871b6080a29f02530015596f https://github.com/pmd/pmd/commit/36f713b4c73efe6f871b6080a29f02530015596f Author: Aryant Tripathi <60316716+aryant-tripa...@users.noreply.github.com> Date: 2024-10-11 (Fri, 11 Oct 2024) Changed paths: M .all-contributorsrc M docs/pages/pmd/projectdocs/credits.md M docs/pages/release_notes.md M pmd-java/etc/grammar/Java.jjt M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java21/RecordPatterns.java M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java21/RecordPatterns.txt M pom.xml Log Message: ----------- Merge branch 'pmd:main' into 5253/feature/support-boolean-wrapper-in-get-method-rule Commit: 9077c6a71f14946285aafaaa81d93dff85000d39 https://github.com/pmd/pmd/commit/9077c6a71f14946285aafaaa81d93dff85000d39 Author: Aryant Tripathi <aryanttripa...@gmail.com> Date: 2024-10-11 (Fri, 11 Oct 2024) Changed paths: M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/BooleanGetMethodName.xml Log Message: ----------- Support wrapper class in BooleanGetMethodName rule (#5253)\n \n - Updated XPath rule to include both primitive and wrapper class:\n (PrimitiveType[@Kind = 'boolean'] or ClassType[pmd-java:typeIs('java.lang.Boolean')])\n - Added test cases to ensure that methods returning are also flagged correctly.\n - Ensured the rule enforces consistent method naming for both primitive and wrapper types. Commit: 9a123bff944e2c727518b7f4b8ca1c0470ed6f70 https://github.com/pmd/pmd/commit/9a123bff944e2c727518b7f4b8ca1c0470ed6f70 Author: Aryant Tripathi <aryanttripa...@gmail.com> Date: 2024-10-11 (Fri, 11 Oct 2024) Changed paths: M .all-contributorsrc M docs/pages/pmd/projectdocs/credits.md M docs/pages/release_notes.md M pmd-java/etc/grammar/Java.jjt M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java21/RecordPatterns.java M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/ast/jdkversiontests/java21/RecordPatterns.txt M pom.xml Log Message: ----------- Support wrapper class in BooleanGetMethodName rule (#5253)\n \n - Updated XPath rule to include both primitive and wrapper class:\n (PrimitiveType[@Kind = 'boolean'] or ClassType[pmd-java:typeIs('java.lang.Boolean')])\n - Added test cases to ensure that methods returning are also flagged correctly.\n - Ensured the rule enforces consistent method naming for both primitive and wrapper types. Commit: e50234563e4a182956b576f026f641544de2b29a https://github.com/pmd/pmd/commit/e50234563e4a182956b576f026f641544de2b29a Author: Andreas Dangel <andreas.dan...@pmd-code.org> Date: 2024-10-12 (Sat, 12 Oct 2024) Changed paths: M docs/pages/release_notes.md Log Message: ----------- [doc] Update release notes (#5253, #5269) Commit: 47a59b1810d73572108d0e34e89ae8dccc5fbe16 https://github.com/pmd/pmd/commit/47a59b1810d73572108d0e34e89ae8dccc5fbe16 Author: Andreas Dangel <andreas.dan...@pmd-code.org> Date: 2024-10-12 (Sat, 12 Oct 2024) Changed paths: M .all-contributorsrc M docs/pages/pmd/projectdocs/credits.md Log Message: ----------- Add @phansys as a contributor Commit: 85e0695ca608d35cb2112c9d374add5674b5710b https://github.com/pmd/pmd/commit/85e0695ca608d35cb2112c9d374add5674b5710b Author: Andreas Dangel <andreas.dan...@pmd-code.org> Date: 2024-10-12 (Sat, 12 Oct 2024) Changed paths: M .all-contributorsrc M docs/pages/pmd/projectdocs/credits.md Log Message: ----------- Add @Aryant-Tripathi as a contributor Commit: 08bcf291903207f9ea2a803ad6c3c292ad55985d https://github.com/pmd/pmd/commit/08bcf291903207f9ea2a803ad6c3c292ad55985d Author: Andreas Dangel <andreas.dan...@pmd-code.org> Date: 2024-10-12 (Sat, 12 Oct 2024) Changed paths: M .all-contributorsrc M docs/pages/pmd/projectdocs/credits.md M docs/pages/release_notes.md M pmd-java/src/main/resources/category/java/codestyle.xml M pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/BooleanGetMethodName.xml Log Message: ----------- [java] Fix #5253: Support Boolean wrapper class for BooleanGetMethodName rule (#5269) Merge pull request #5269 from Aryant-Tripathi:5253/feature/support-boolean-wrapper-in-get-method-rule Compare: https://github.com/pmd/pmd/compare/6bd7a9db8eb8...08bcf2919032 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