Does PMD works with grails project, i.e. with .groovy files?? i\'m using STS editor, if it works, what setup i have to do?
I would like to know if it is possible to export an installed eclipse plugin with my proper preference configuration.
I was trying to install the PMD plugin to my IntelliJ IDE. I have followed the instructions but when trying to run the pmd check I am getting the following exception. From what it seems the “.” Is b
Is there a way to tell PMD to ignore checking parts of code for duplication? For example, can I do something like this:
I am trying to figure where is the default ruleset file, name of the default ruleset file and how do we add our own rules to it. I tried to google, but that is just confusing me. S开发者_如何学编程o f
At present I am working for a group where source code (Java) for multiple projects have to be analysed by static code analysic tools
Are there any test classes where PMD rule can be tested ? Basically i want to benchmark some other tool again PMD\'s basic rule set. Like PMd must be testing its rule against some te开发者_运维知识库s
When I run mvn pmd:pmd I get an warning / error from PMD saying that the code cannot use generics, annotations or Enums with java 1.4 or 1.5. This is supposed to be a error when the targetJdk property
Is there a way to have pmd report failure if I exceed 3000 violations of a specific rule. I want CyclomaticComplexity to be unde开发者_运维知识库r 1000 violations and ExcessivePublicCount to be under
Maybe it\'s just me, but I can\'t find information which is the highest priority in PMD: 1 or 5? Because of http://pmd.sourceforge.net/runnin开发者_JS百科g.html and the mention of the command line pa