amitdev / PMD-Intellij

Plugin for doing static analysis in Intellij using PMD
http://plugins.intellij.net/plugin/?id=1137
MIT License
67 stars 21 forks source link

Support for Incremental Analysis #52

Open fflatorre opened 6 years ago

fflatorre commented 6 years ago

Since version 6.0.0 PMD allows to cache the outcome of the SCA. The plugin should be able to leverage such a nice feature by setting a per module cache file.

jborgers commented 4 months ago

Still relevant