You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: