Uses of Interface
edu.umd.cs.findbugs.XMLWriteableWithMessages
-
Packages that use XMLWriteableWithMessages 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. -
-
Uses of XMLWriteableWithMessages in edu.umd.cs.findbugs
Subinterfaces of XMLWriteableWithMessages in edu.umd.cs.findbugs Modifier and Type Interface Description interfaceBugAnnotationAn object providing context information about a particular BugInstance.Classes in edu.umd.cs.findbugs that implement XMLWriteableWithMessages Modifier and Type Class Description classBugAnnotationWithSourceLinesclassClassAnnotationA 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.classSourceLineAnnotationA BugAnnotation that records a range of source lines in a class.classStringAnnotationBug annotation class for string values.classTypeAnnotationBug annotation class for java types.
-