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

The pmd-eclipse-plugin integrates the source code analyzer PMD into the Eclipse IDE

Results 38 pmd-eclipse-plugin issues
Sort by recently updated
recently updated
newest added

When using m2e + m2e-code-quality + pmd-eclipse-plugin, configuration of the project might fail, if the PMD versions don't match. E.g. the PMD version in the project might be newer than...

enhancement

When I right click a project and click on the PMD menu, I see the "Find Suspect Cut and Paste..." (FSCAP) menu item. When I right click a Java source...

enhancement

* group by rule (see https://sourceforge.net/p/pmd/bugs/1348/ and https://sourceforge.net/p/pmd/bugs/1236/) * group by priority * double click should jump to the position in the source file

enhancement

If I open a XML File I got following error: Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". It seems it is required to open the Dataflow View one time...

bug

The maven plugin supports rule sets accessible by HTTP URL. It would be handy if the eclipse plugin did the same.

enhancement

SInce the pmd support cache, why not add this function to eclipse-plugin. It is useful for us, since our project is very huge, it will takes about 10 minits to...

enhancement

The thought here is to make the PMD preferences look and work more like the checkstyle preferences... I am thinking we would do the following for global options : -...

enhancement

There are several issues currently: * A new PMD configuration is used per file * Each PMD configuration uses an own classloader for the auxclasspath. This leads to inefficient memory...

enhancement

Update the integrated PMD version to xxx. Ideally, PMD itself would be available in a p2-repository, which the eclipse plugin can then just reference. Given, that the API didn't change,...

enhancement

See https://github.com/m2e-code-quality/m2e-code-quality/issues/168 and https://github.com/checkstyle/eclipse-cs/pull/109

enhancement