Package org.hackystat.sensor.ant.findbugs

Implements a FindBugs sensor for the Ant build system, which sends Code Issue data generated by the FindBugs tool to a Hackystat server as CodeIssue sensor data.

See:
          Description

Class Summary
FindBugsSensor Implements an Ant task that parses the XML files generated by FindBugs and sends the test case results to the Hackystat server.
TestFindBugsSensor Tests the Ant FindBugs sensor.
 

Package org.hackystat.sensor.ant.findbugs Description

Implements a FindBugs sensor for the Ant build system, which sends Code Issue data generated by the FindBugs tool to a Hackystat server as CodeIssue sensor data.

This sensor is designed to run after the FindBugs task in Ant, which creates a XML file of issues that are found. This sensor reads in those files and uses that data to construct the notification that is sent to the server.