@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. | 
getDestination, getOutputTypesetDestinationgetDisplayName, getName, isEnabled, setEnabled@Internal 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()