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.ba |
A bytecode analysis framework for BCEL, providing CFG construction,
generic dataflow analysis, and a variety of specific dataflow analyses.
|
edu.umd.cs.findbugs.filter | |
edu.umd.cs.findbugs.gui2 | |
edu.umd.cs.findbugs.log | |
edu.umd.cs.findbugs.model |
Eventually, all model classes (BugInstance, BugCollection, etc.) should go
in this package.
|
edu.umd.cs.findbugs.xml |
Modifier and Type | Method and Description |
---|---|
void |
SortedBugCollection.writeEpilogue(XMLOutput xmlOutput) |
void |
BugCollection.writeEpilogue(XMLOutput xmlOutput) |
void |
SortedBugCollection.writePrologue(XMLOutput xmlOutput) |
void |
BugCollection.writePrologue(XMLOutput xmlOutput) |
void |
TypeAnnotation.writeXML(XMLOutput xmlOutput) |
void |
StringAnnotation.writeXML(XMLOutput xmlOutput) |
void |
SourceLineAnnotation.writeXML(XMLOutput xmlOutput) |
void |
SortedBugCollection.writeXML(XMLOutput xmlOutput)
Write the BugCollection to an XMLOutput object.
|
void |
ProjectStats.writeXML(XMLOutput xmlOutput)
Output as XML.
|
void |
Project.writeXML(XMLOutput xmlOutput) |
void |
PackageStats.writeXML(XMLOutput xmlOutput) |
void |
PackageStats.ClassStats.writeXML(XMLOutput xmlOutput) |
void |
MethodAnnotation.writeXML(XMLOutput xmlOutput) |
void |
LocalVariableAnnotation.writeXML(XMLOutput xmlOutput) |
void |
IntAnnotation.writeXML(XMLOutput xmlOutput) |
void |
FieldAnnotation.writeXML(XMLOutput xmlOutput) |
void |
ClassAnnotation.writeXML(XMLOutput xmlOutput) |
void |
BugProperty.writeXML(XMLOutput xmlOutput) |
void |
BugInstance.writeXML(XMLOutput xmlOutput) |
void |
BugDesignation.writeXML(XMLOutput xmlOutput) |
void |
BugCollection.writeXML(XMLOutput xmlOutput)
Write the BugCollection to an XMLOutput object.
|
void |
AppVersion.writeXML(XMLOutput xmlOutput) |
void |
WarningSuppressor.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
SuppressionMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
ProjectStats.writeXML(XMLOutput xmlOutput,
boolean withMessages)
Output as XML.
|
void |
XMLWriteableWithMessages.writeXML(XMLOutput xmlOutput,
boolean addMessages,
boolean isPrimary) |
void |
TypeAnnotation.writeXML(XMLOutput xmlOutput,
boolean addMessages,
boolean isPrimary) |
void |
StringAnnotation.writeXML(XMLOutput xmlOutput,
boolean addMessages,
boolean isPrimary) |
void |
SourceLineAnnotation.writeXML(XMLOutput xmlOutput,
boolean addMessages,
boolean isPrimary) |
void |
MethodAnnotation.writeXML(XMLOutput xmlOutput,
boolean addMessages,
boolean isPrimary) |
void |
LocalVariableAnnotation.writeXML(XMLOutput xmlOutput,
boolean addMessages,
boolean isPrimary) |
void |
IntAnnotation.writeXML(XMLOutput xmlOutput,
boolean addMessages,
boolean isPrimary) |
void |
FieldAnnotation.writeXML(XMLOutput xmlOutput,
boolean addMessages,
boolean isPrimary) |
void |
ClassAnnotation.writeXML(XMLOutput xmlOutput,
boolean addMessages,
boolean isPrimary) |
void |
BugInstance.writeXML(XMLOutput xmlOutput,
BugCollection bugCollection,
boolean addMessages) |
void |
Project.writeXML(XMLOutput xmlOutput,
java.io.File destination,
BugCollection bugCollection) |
static void |
BugAnnotationUtil.writeXML(XMLOutput xmlOutput,
java.lang.String elementName,
BugAnnotation annotation,
XMLAttributeList attributeList,
boolean addMessages)
Write a BugAnnotation as XML.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassHash.writeXML(XMLOutput xmlOutput) |
Modifier and Type | Method and Description |
---|---|
void |
DesignationMatcher.addAttribute(XMLOutput xmlOutput,
java.lang.String name,
StringSetMatch matches) |
void |
BugMatcher.addAttribute(XMLOutput xmlOutput,
java.lang.String name,
StringSetMatch matches) |
void |
Filter.writeBodyAsXML(XMLOutput xmlOutput) |
void |
CompoundMatcher.writeChildrenXML(XMLOutput xmlOutput) |
void |
TypeMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
SourceMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
RankMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
PriorityMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
OrMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
NotMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
MethodMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
Matcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
LocalMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
LastVersionMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
FirstVersionMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
FieldMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
DesignationMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
ConfidenceMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
ClassMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
BugMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
void |
AndMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled) |
Modifier and Type | Method and Description |
---|---|
void |
SuppressionMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled)
Deprecated.
|
void |
FilterMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled)
Deprecated.
|
void |
CompoundMatcher.writeXML(XMLOutput xmlOutput,
boolean disabled)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Profiler.writeXML(XMLOutput xmlOutput) |
void |
Profiler.Profile.writeXML(XMLOutput xmlOutput) |
Modifier and Type | Method and Description |
---|---|
void |
ClassFeatureSet.writeXML(XMLOutput xmlOutput) |
Modifier and Type | Class and Description |
---|---|
class |
Dom4JXMLOutput
XMLOutput class to build all or part of a dom4j tree.
|
class |
OutputStreamXMLOutput
Write XML to an output stream.
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLOutputUtil.writeCollection(XMLOutput xmlOutput,
java.util.Collection<? extends XMLWriteable> collection)
Write a Collection of XMLWriteable objects.
|
static void |
XMLOutputUtil.writeElementList(XMLOutput xmlOutput,
java.lang.String tagName,
java.lang.Iterable<java.lang.String> listValues)
Write a list of Strings to document as elements with given tag name.
|
static void |
XMLOutputUtil.writeElementList(XMLOutput xmlOutput,
java.lang.String tagName,
java.util.Iterator<java.lang.String> listValueIterator)
Write a list of Strings to document as elements with given tag name.
|
static void |
XMLOutputUtil.writeFileList(XMLOutput xmlOutput,
java.lang.String tagName,
java.lang.Iterable<java.io.File> listValues)
Write a list of Strings to document as elements with given tag name.
|
static void |
XMLOutputUtil.writeFileList(XMLOutput xmlOutput,
java.lang.String tagName,
java.util.Iterator<java.io.File> listValueIterator)
Write a list of Strings to document as elements with given tag name.
|
void |
XMLWriteable.writeXML(XMLOutput xmlOutput)
Write this object to given XMLOutput.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.