Full name:
net.sf.cathcart:maven-cathcart-plugin:0.9.7:checkprevious_findbugs
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| findbugs.report | File |
- |
The xml report produced by findbugs which contains the raw data for
checking. |
| basedir | File |
- |
The base directory from which to execute the Ant script. Default value is: ${basedir}. |
| Name | Type | Since | Description |
|---|---|---|---|
| checkprevious.findbugs.totalbugs.leeway | Double |
- |
The allowed leeway in the value of totalbugs when compaired to the
last successful build. Default value is: 0. |
| checkprevious.findbugs.totalbugs.absolute | Boolean |
- |
Is the leeway for totalbugs given as an absolute value (true) or a
percentage (false)? Default value is: false. |
| checkprevious.findbugs.dir | String |
- |
The directory where results are saved between builds. Default value is: previous. |
| checkprevious.findbugs.backup | Boolean |
- |
Make a backup of the previous result file when it is replaced. Default value is: true. |
| messageLevel | String |
- |
The message-level used to tune the verbosity of Ant logging. Default value is: info. |
java.io.FileYes${findbugs.report}checkprevious.findbugs.totalbugs.leeway:
java.lang.DoubleNo${checkprevious.findbugs.totalbugs.leeway}0checkprevious.findbugs.totalbugs.absolute:
java.lang.BooleanNo${checkprevious.findbugs.totalbugs.absolute}falsejava.lang.StringNo${checkprevious.findbugs.dir}previouscheckprevious.findbugs.backup:
java.lang.BooleanNo${checkprevious.findbugs.backup}truejava.io.FileYes${antBasedir}${basedir}java.lang.StringNo${antMessageLevel}info