PMD-Intellij icon indicating copy to clipboard operation
PMD-Intellij copied to clipboard

Allow adding classpath for custom rules written in java.

Open martenbohlin opened this issue 1 year ago • 3 comments

If you create your own PMD rules in java we need a way to set the classpath where the plugin can load those classes and resources from.

martenbohlin avatar Jun 08 '24 19:06 martenbohlin

Hi @amitdev ! Anything I can do to get this PR accepted? It would help our organisation leverage PMD to enforce code rules we think applies to us but would probably not be of use to others since they are to specific of how we want the code to look in our code base.

martenbohlin avatar Sep 21 '24 16:09 martenbohlin

Not sure why this was not merged earlier. Maybe because it introduces many changes and difficult to oversee and maybe difficult to test. Currently it has conflicts which need to be solved.

jborgers avatar Nov 20 '24 09:11 jborgers

Conflicts has been resolved, and I have tested that it still works.

For us it would be great to get support for custom rules written in java.

martenbohlin avatar Jan 02 '25 14:01 martenbohlin

Closing since this PR is quite old

amitdev avatar Apr 29 '25 02:04 amitdev