io7m-com/primogenitor

Find a way to run Spotbugs on all modules instead of individually

Closed this issue · 1 comments

io7m commented

It would be better to execute Spotbugs once across all source files, rather than executing it once per module.

io7m commented

This isn't going to get done:

  1. There isn't a parameter to the Maven plugin.
  2. The Maven plugin is written in Groovy, and therefore needs rewriting.
  3. The Findbugs API is a twisted nightmare.
  4. I'm not wasting what little time I have on this.