We are pleased to announce the QALab Library Stats for Builds 0.9.1 release! http://qalab.sourceforge.net This project collects data from several QA tools, like pmd, checkstyle, FindBugs, Cobertura and Simian and keeps track of them overtime. This allows developers, architects and project managers alike to be presented with a trend of the QA statistics of their project. =============================================================================== Changes in this version include: New Features: o Chart axis titles are now configurable. Thanks to David Corley for the suggestion. o Following an issue reported by Kelly Goedert, the list items are now trimmed to ignore any space in the "csv" style declaration of summaryType and type. o Thanks to Thomas Stofer for providing a test case for this. We added a new parameter hoursOffsetForLastRun for Movers. If you set the setHoursOffsetForLastRun to 0, QALab will expect an EXACT match of the endTimeWindow for the last statistics, if there is no such a stat, it will deduct that the value is now 0. Otherwise it will decide whether it fell down to 0 or not by looking over the last 24h (and if there is no stat, it will assume that it fell to 0). This parameter may be useful for people who create multiple qalab stats for a day. Fixed bugs: o Changed merge default to action=replace and use timestampdateonly=true. o Fix documentation for the mover reports (it accepts a startTimeWindow/endTimeWindow). Thanks to Thomas Stofer. Have fun! -The QALab Library Stats for Builds development team