Uses of Interface
edu.umd.cs.findbugs.xml.XMLWriteable
-
Packages that use XMLWriteable 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 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 -
-
Uses of XMLWriteable in edu.umd.cs.findbugs
Subinterfaces of XMLWriteable in edu.umd.cs.findbugs Modifier and Type Interface Description interfaceBugAnnotationAn object providing context information about a particular BugInstance.interfaceXMLWriteableWithMessagesWrite an object to XMLOutput while optionally adding descriptive messages.Classes in edu.umd.cs.findbugs that implement XMLWriteable Modifier and Type Class Description classAppVersionA version of an analyzed application.classBugAnnotationWithSourceLinesclassBugDesignationclass to hold the user annotation and user designation for a BugInstanceclassBugInstanceAn instance of a bug pattern.classBugPropertyName/value metadata pair that may be attached to a BugInstance.classClassAnnotationA BugAnnotation object specifying a Java class involved in the bug.classFieldAnnotationA BugAnnotation specifying a particular field in particular class.classIntAnnotationBug annotation class for integer values.classLocalVariableAnnotationBug annotation class for local variable namesclassMethodAnnotationA BugAnnotation specifying a particular method in a particular class.classPackageMemberAnnotationAbstract base class for BugAnnotations describing constructs which are contained in a Java package.classPackageStatsstatic classPackageStats.ClassStatsclassProjectA project in the GUI.classProjectStatsStatistics resulting from analyzing a project.classSourceLineAnnotationA BugAnnotation that records a range of source lines in a class.classStringAnnotationBug annotation class for string values.classTypeAnnotationBug annotation class for java types. -
Uses of XMLWriteable in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement XMLWriteable Modifier and Type Class Description classClassHashCompute a hash of method names and signatures. -
Uses of XMLWriteable in edu.umd.cs.findbugs.log
Classes in edu.umd.cs.findbugs.log that implement XMLWriteable Modifier and Type Class Description classProfilerstatic classProfiler.Profile -
Uses of XMLWriteable in edu.umd.cs.findbugs.model
Classes in edu.umd.cs.findbugs.model that implement XMLWriteable Modifier and Type Class Description classClassFeatureSetFeatures 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 XMLWriteable Modifier and Type Method Description voidDom4JXMLOutput. write(XMLWriteable obj)Add given object to the tree.Method parameters in edu.umd.cs.findbugs.xml with type arguments of type XMLWriteable Modifier and Type Method Description voidDom4JXMLOutput. writeCollection(java.util.Collection<? extends XMLWriteable> collection)Add a Collection of XMLWriteable objects to the tree.static voidXMLOutputUtil. writeCollection(XMLOutput xmlOutput, java.util.Collection<? extends XMLWriteable> collection)Write a Collection of XMLWriteable objects.
-