@Incubating public interface FindBugsXmlReport extends SingleFileReport
Report.OutputType
Modifier and Type | Method 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.
|
getOutputType
setDestination
getDestination, getDisplayName, getName, isEnabled, setEnabled
boolean isWithMessages()
If true
, FindBugs will augment the XML with human-readable messages.
If false
, FindBugs will not augment the XML with human-readable messages.
void setWithMessages(boolean withMessages)
withMessages
- Whether or not FindBugs should generate XML augmented with human-readable messages.isWithMessages()