I am using eclipse Juno and its PMD plugin. How can I set my eclipse to run PMD on file save action?
Thanks
You can enable the PMD in your project properties:
After that, PMD warnings and errors will be updated in Java files on saving.