0

I am using eclipse Juno and its PMD plugin. How can I set my eclipse to run PMD on file save action?

Thanks

amique
  • 2,176
  • 7
  • 34
  • 53

1 Answers1

0

You can enable the PMD in your project properties:

Project properties (Eclipse)

After that, PMD warnings and errors will be updated in Java files on saving.

rvcoutinho
  • 326
  • 1
  • 10