The single file XML report for FindBugs.
Type | Name and description |
---|---|
boolean |
isWithMessages() Whether or not FindBugs should generate XML augmented with human-readable messages. |
void |
setWithMessages(boolean withMessages) Whether or not FindBugs should generate XML augmented with human-readable messages. |
Methods inherited from class | Name |
---|---|
interface SingleFileReport |
getOutputType |
interface ConfigurableReport |
setDestination |
interface Report |
getDestination, getDisplayName, getName, getOutputType, isEnabled, setEnabled |
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.
If true
, FindBugs will augment the XML with human-readable messages.
If false
, FindBugs will not augment the XML with human-readable messages.
Whether or not FindBugs should generate XML augmented with human-readable messages.
withMessages
- Whether or not FindBugs should generate XML augmented with human-readable messages.