edu.umd.cs.findbugs
public abstract class BugAnnotationUtil extends Object
Method Summary | |
---|---|
static void | writeXML(XMLOutput xmlOutput, String elementName, BugAnnotation annotation, XMLAttributeList attributeList, boolean addMessages)
Write a BugAnnotation as XML.
|
Parameters: xmlOutput the XMLOutput elementName name of element for BugAnnotation annotation the BugAnnotation attributeList the XML attribute list addMessages true if descriptive messages should be added
Throws: IOException