views:

95

answers:

1

Findbugs provides a way to do data mining of bugs. That looks interesting as it helps in trending of bugs over various revisions. What I want to do is:

On each commit to version control, findbugs will be run and a report will be generated. Is it possible to generate a report that takes data from all these reports and shows the trend? Has anyone done something similar?

+1  A: 

Hudson (the CI server) can do that for you.

pgb
That's what my company use. It works pretty well :)
Olivier