Full name:
net.sf.cathcart:maven-cathcart-plugin:0.9.7:check_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 |
---|---|---|---|
check.findbugs.totalbugs.leeway | Double |
- |
The allowed leeway in the value of totalbugs when compaired to the
given limit. Default value is: 0 . |
check.findbugs.totalbugs.absolute | Boolean |
- |
Is the leeway for totalbugs given as an absolute value (true) or a
percentage (false)? Default value is: false . |
check.findbugs.totalbugs.limit | Double |
- |
Fails if totalbugs is more than this value. Default value is: 99999 . |
messageLevel | String |
- |
The message-level used to tune the verbosity of Ant logging. Default value is: info . |
java.io.File
Yes
${findbugs.report}
check.findbugs.totalbugs.leeway:
java.lang.Double
No
${check.findbugs.totalbugs.leeway}
0
check.findbugs.totalbugs.absolute:
java.lang.Boolean
No
${check.findbugs.totalbugs.absolute}
false
check.findbugs.totalbugs.limit:
java.lang.Double
No
${check.findbugs.totalbugs.limit}
99999
java.io.File
Yes
${antBasedir}
${basedir}
java.lang.String
No
${antMessageLevel}
info