pmd-eclipse-plugin
pmd-eclipse-plugin copied to clipboard
Support Incremental Analysis Cache
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 check the whole project(our ruleset contains about 150 rules).
Currently, the Eclipse plugin runs PMD analysis as part of the build. This means the build step takes much longer. Instead, PMD should record what files were built and then after the build step completes run a non-blocking PMD step.
(Originally from pmd/pmd#1479)