Monits / static-code-analysis-plugin

A plugin to simplify Static Code Analysis on Gradle. Not restricted to, but specially useful, in Android projects, by making sure all analysis can access the SDK classes.
Apache License 2.0
39 stars 12 forks source link

PMD task takes several seconds to detect it's up-to-date #4

Closed jsotuyod closed 8 years ago

jsotuyod commented 8 years ago

It's not uncommon to see it take around 5 secs just to report it's up-to-date. That check needs some serious speeding up.

jsotuyod commented 8 years ago

Can't seem to reproduce it anymore, even I have the profile reports showing this behaviour. Will close it for now, but keep an open eye on this....