eclipse-pmd icon indicating copy to clipboard operation
eclipse-pmd copied to clipboard

eclipse-pmd has been moved to

Results 11 eclipse-pmd issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

enhancement

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() "...

enhancement

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.

enhancement

The eclipse-pmd plugin needs to be signed. ![pmd](https://cloud.githubusercontent.com/assets/690605/11616416/d8d1f536-9c37-11e5-845c-1850dc5461ed.jpg)

enhancement

Essentially, running of [cpd](http://pmd.sourceforge.net/pmd-4.3.0/cpd.html) and parsing the output into IMarker warnings

enhancement

I would like to have option to enable ruleset for all new created/imported projects.

enhancement

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).

enhancement

The PMD markers should be gone after cleaning the project.