Reputation: 857
I have installed PMD for eclipse 3.8 in the debian successfully. However, I am following these (http://www.eclipsezone.com/articles/pmd/) instructions to test a simple check and I get not violation, warnings, errors, etc...despite that the plugin in enabled through Properties -> PMD. Am I missing something in the configuration ?
Upvotes: 0
Views: 4951
Reputation: 1302
Unlike FindBug or CheckStyle, the PMD Eclipse plug-in does not configure which rules to check for by default. You have to manually check which rules to use by going to Eclipse Preferences -> PMD -> Rule Configuration
Upvotes: 1
Reputation: 15525
The normal problem here is that your problems view is not instrumented the right way. Do the following steps to correct it:
Upvotes: 1
Reputation: 577
I have also installed PMD as per instruction provided at
Its working fine for me i am able to genrate PMD reports, find the violation result.
What was the exact error are you getting.
Note : I have downloded PMD eclipse 3 plugin
Upvotes: 0