Please let me know if there is a setting where i can set the latest PMD distibution to work with Java 1.5 in eclipse. Or does it work with the compiler default java version??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
PMD uses the "Compiler compliance level" of your java project. There is no separate setting for PMD. As long as you have configured your java project to be Java 1.5, PMD should overtake this. If it doesn't, please create a bug report. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please let me know if there is a setting where i can set the latest PMD distibution to work with Java 1.5 in eclipse. Or does it work with the compiler default java version??
PMD uses the "Compiler compliance level" of your java project. There is no separate setting for PMD. As long as you have configured your java project to be Java 1.5, PMD should overtake this. If it doesn't, please create a bug report. Thanks.