Uses of Interface
edu.umd.cs.findbugs.xml.XMLWriteable
Packages that use XMLWriteable
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Eventually, all model classes (BugInstance, BugCollection, etc.) should go in
this package.
-
Uses of XMLWriteable in edu.umd.cs.findbugs
Subinterfaces of XMLWriteable in edu.umd.cs.findbugsModifier and TypeInterfaceDescriptioninterfaceAn object providing context information about a particular BugInstance.interfaceWrite an object to XMLOutput while optionally adding descriptive messages.Classes in edu.umd.cs.findbugs that implement XMLWriteableModifier and TypeClassDescriptionclassA version of an analyzed application.classclassAn instance of a bug pattern.className/value metadata pair that may be attached to a BugInstance.classA BugAnnotation object specifying a Java class involved in the bug.classA BugAnnotation specifying a particular field in particular class.classBug annotation class for integer values.classBug annotation class for local variable namesclassA BugAnnotation specifying a particular method in a particular class.classAbstract base class for BugAnnotations describing constructs which are contained in a Java package.classstatic classclassA project in the GUI.classStatistics resulting from analyzing a project.classA BugAnnotation that records a range of source lines in a class.classBug annotation class for string values.classBug annotation class for java types. -
Uses of XMLWriteable in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement XMLWriteable -
Uses of XMLWriteable in edu.umd.cs.findbugs.log
Classes in edu.umd.cs.findbugs.log that implement XMLWriteable -
Uses of XMLWriteable in edu.umd.cs.findbugs.model
Classes in edu.umd.cs.findbugs.model that implement XMLWriteableModifier and TypeClassDescriptionclassFeatures of a class which may be used to identify it if it is renamed or modified. -
Uses of XMLWriteable in edu.umd.cs.findbugs.xml
Methods in edu.umd.cs.findbugs.xml with parameters of type XMLWriteableModifier and TypeMethodDescriptionvoidDom4JXMLOutput.write(XMLWriteable obj) Add given object to the tree.Method parameters in edu.umd.cs.findbugs.xml with type arguments of type XMLWriteableModifier and TypeMethodDescriptionvoidDom4JXMLOutput.writeCollection(Collection<? extends XMLWriteable> collection) Add a Collection of XMLWriteable objects to the tree.static voidXMLOutputUtil.writeCollection(XMLOutput xmlOutput, Collection<? extends XMLWriteable> collection) Write a Collection of XMLWriteable objects.