Jeroen Borgers

Results 141 comments of Jeroen Borgers

![image](https://user-images.githubusercontent.com/24591067/183916270-7648981a-2e4b-4747-aac1-d600220a904f.png)

This happend because the custom kotlin rules used that repository name and the key is used to identify the repository. It should currently be the same key, otherwise the rules...

Agreed. A difficulty here is that PMD 7 is not backwards compatible, that is, custom rules written for PMD 6 will not work in PMD 7. Those rules will have...

Note that you can specify '20-preview' as Target JDK. All Java 21 syntax I tested was recognized this way.

Yes, please look into it and share your experiences here. Difficulty will be to still support PMD 6 custom rules since PMD 7 is not backwards compatible. This is now...

See [Migration to PMD 7 guide](https://pmd.github.io/pmd/pmd_userdocs_migrating_to_pmd7.html)

We have about 120 rules which need to be migrated, which takes quite some time. I would not like for our users to automatically upgrade to the new plugin version...

Hi Marten, I can help with some testing on Friday afternoon Amsterdam time zone.

I was busy releasing sonar-pmd plugin and testing it. Somehow we need to validate if a custom rules set when loaded is of the correct version, if not, show a...

you can always download the desired release from GitHub and install the plugin in IntelliJ from file. Would that help?