-
Notifications
You must be signed in to change notification settings - Fork 24
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
Make PMD check a configurable inspection (real-time scan) #134
Comments
I am looking into this issue, will probably not be a inspector but will still mark problematic lines in the editor when you edit files. |
Show annotations in editor, and allow quick-fix to surpress. Issue #134
I checked-out the latest version of the plugin and installed from zip file locally and I encounter some exception: Any ideas ?
|
I managed to make it work with a custom ruleset.xml but for some reason I cannot make it work with the pre-defined rulesets |
Hello, I have opened #154 that fixes some issues and improves performance by sending all rulesets at once to the PMD engine instead of iterating over each one |
I think PR #155 fixes this issue, but I have not found how to reproduce, so I am not sure. |
Just curious on the status of this? |
I'm not sure if inspection is the correct naming, but the Checkstyle IntelliJ plugin registered its checks as an IntelliJ Inspection.
It would be very helpful if the same approach would be available by the PMD plugin. Then there would be a single entry point for static analysis tools and PMD will be running automatically during the development cycle (if configured so). Currently I need to manually run PMD using the context menu, it would be much simpler if the PMD checks would run automatically with the set of configured inspections.
The text was updated successfully, but these errors were encountered: