eclipse-pmd
eclipse-pmd copied to clipboard
eclipse-pmd has been moved to
Starting from a workspace scope configurable PMD rule priority, the Eclipse marker should be error instead of warning. (Use case: At my current employer SVN will block commits with violations...
It would be nice to have a context menu such as "PMD > Check Code with PMD" that picks up changes to active rule set files and reanalyzes. For prior...
In Eclipse, if I try and use PMD on a Salesforce project it needs me to add a rule set. In my ruleset.xml file, if I have a single entry...
i write a custom rule to ensure enum equals use "==", so first of all ,i have to identify which class is enum in my project. i use "name.getType().isEnum() "...
Automatically update workspace relative configurations when the project name changes, e.g. when renaming the project that contains the rule set file. This enhancement is a leftover of issue #20.
The eclipse-pmd plugin needs to be signed. 
Essentially, running of [cpd](http://pmd.sourceforge.net/pmd-4.3.0/cpd.html) and parsing the output into IMarker warnings
I would like to have option to enable ruleset for all new created/imported projects.
I would like to have option to enable ruleset for all projects. Also for all projects in particular Working set (not sure if this is possible at all).
The PMD markers should be gone after cleaning the project.