amit
amit

Reputation: 10882

Maintaining FindBugs bug history

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?

Upvotes: 0

Views: 284

Answers (1)

pgb
pgb

Reputation: 25001

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

Upvotes: 1

Related Questions