Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Incremental Analysis Cache #45

Open
lonelyma1021 opened this issue Apr 10, 2018 · 0 comments
Open

Support Incremental Analysis Cache #45

lonelyma1021 opened this issue Apr 10, 2018 · 0 comments

Comments

@lonelyma1021
Copy link

lonelyma1021 commented Apr 10, 2018

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)

@adangel adangel changed the title Add cache to faster code check Support Incremental Analysis Cache Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants