| Package | Description |
|---|---|
| edu.umd.cs.findbugs |
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
|
| edu.umd.cs.findbugs.xml |
| Modifier and Type | Method and Description |
|---|---|
static void |
BugAnnotationUtil.writeXML(XMLOutput xmlOutput,
String elementName,
BugAnnotation annotation,
XMLAttributeList attributeList,
boolean addMessages)
Write a BugAnnotation as XML.
|
| Modifier and Type | Method and Description |
|---|---|
XMLAttributeList |
XMLAttributeList.addAttribute(String name,
String value)
Add a single attribute name and value.
|
XMLAttributeList |
XMLAttributeList.addOptionalAttribute(String name,
String value)
Add a single attribute name and value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLOutput.openCloseTag(String tagName,
XMLAttributeList attributeList)
Open and close tag with given name and given attributes.
|
void |
OutputStreamXMLOutput.openCloseTag(String tagName,
XMLAttributeList attributeList) |
void |
Dom4JXMLOutput.openCloseTag(String tagName,
XMLAttributeList attributeList) |
void |
XMLOutput.openTag(String tagName,
XMLAttributeList attributeList)
Open a tag with given name and given attributes.
|
void |
OutputStreamXMLOutput.openTag(String tagName,
XMLAttributeList attributeList) |
void |
Dom4JXMLOutput.openTag(String tagName,
XMLAttributeList attributeList) |
Copyright © 2003–2015. All rights reserved.