Jeroen Borgers

Results 141 comments of Jeroen Borgers

Yes, just set things in motion at SonarQube, see: https://community.sonarsource.com/t/new-release-sonar-pmd-plugin-3-5-0/114447 https://github.com/SonarSource/sonar-update-center-properties/pull/542 Waiting for approval by the SonarQube team...

Hi Alix, Yes, it needs Java 17. We'll try to fix this in 3.5.1. Op ma 6 mei 2024 om 08:41 schreef Alix ***@***.***>: > Hi, it seems that the...

3.5.0 is available in the marketplace, so closing this issue

Yes, it is expected. As far as I've tested, 20-preview is equal to 21. The scan does not break anymore, just warns and continues. With the next major release we...

Yes, it can, with an extra plugin. See https://github.com/jborgers/sonar-pmd-custom

Hi @dieffrei, that is right, currently, only standard Java rules are available. With PMD7 this will be extended with Kotlin rules. A separate plugin can be used for custom rules,...

We are open to PR's to support other languages like Apex.

Hi @SrihariReddy19042002 , PR means [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests). So, this way you can contribute the Apex rules.

I didn't find a property on ruleset level which specifies the pmd version (6 or 7). A difference I see is in rule properties: `` is used for PMD 6....