On Mon, Oct 24, 2011 at 12:18 PM, Flavio Junqueira <[email protected]>wrote:
> > On Oct 23, 2011, at 8:07 PM, Matthieu Morel wrote: > > >> Kishore: about findbugs, I also wrote some code that takes advantage of >> the >> history feature of findbugs so that we can integrate detection of new bugs >> in the continous integration process. Much more efficient than manually >> running the plugin! I can provide that as well. >> >> >> > Sounds cool, how do you do it exactly, Matthieu? > > By diff-ing detected bugs between historical archives of findbugs results. Then you can configure CI triggers to send alerts / fail the build etc... Matthieu
