Table of Contents
API Documentation: | FindBugsXmlReport |
---|
Note: This class isdeprecated and will be removed in the next major version of Gradle.
The single file XML report for FindBugs.
Property | Description |
withMessages | Whether or not FindBugs should generate XML augmented with human-readable messages.You should use this format if you plan to generate a report using an XSL stylesheet. |
Whether or not FindBugs should generate XML augmented with human-readable messages.You should use this format if you plan to generate a report using an XSL stylesheet.
Iftrue
, FindBugs will augment the XML with human-readable messages.Iffalse
, FindBugs will not augment the XML with human-readable messages.