pmd-eclipse-plugin
pmd-eclipse-plugin copied to clipboard
The pmd-eclipse-plugin integrates the source code analyzer PMD into the Eclipse IDE
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...
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...
* 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
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...
The maven plugin supports rule sets accessible by HTTP URL. It would be handy if the eclipse plugin did the same.
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...
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 : -...
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...
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,...
See https://github.com/m2e-code-quality/m2e-code-quality/issues/168 and https://github.com/checkstyle/eclipse-cs/pull/109