Uses of Interface
edu.umd.cs.findbugs.XMLWriteableWithMessages
Packages that use XMLWriteableWithMessages
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.-
Uses of XMLWriteableWithMessages in edu.umd.cs.findbugs
Subinterfaces of XMLWriteableWithMessages in edu.umd.cs.findbugsModifier and TypeInterfaceDescriptioninterfaceAn object providing context information about a particular BugInstance.Classes in edu.umd.cs.findbugs that implement XMLWriteableWithMessagesModifier and TypeClassDescriptionclassclassA 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.classA BugAnnotation that records a range of source lines in a class.classBug annotation class for string values.classBug annotation class for java types.