I am working on a very large legacy code base. We are looking to introduce findbugs into the development practice.
I intend to have findbugs run whenever the code is built by eclipse.
I would like to be able to make the findbugs warnings appear as errors in the code much in this way you can change the severity level in eclipse
Is it possible for eclipse to report the warnings it produces as errors?
Thanks