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:
- There isn't a parameter to the Maven plugin.
- The Maven plugin is written in Groovy, and therefore needs rewriting.
- The Findbugs API is a twisted nightmare.
- I'm not wasting what little time I have on this.