|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BugAnnotation
An object providing context information about a particular BugInstance.
BugInstance
Field Summary | |
---|---|
static java.lang.String |
MESSAGE_TAG
XML tag for a formatted text message describing the annotation. |
Method Summary | |
---|---|
void |
accept(BugAnnotationVisitor visitor)
Accept a BugAnnotationVisitor. |
java.lang.Object |
clone()
|
java.lang.String |
format(java.lang.String key)
Format the annotation as a String. |
java.lang.String |
getDescription()
Get a description of this bug annotation. |
void |
setDescription(java.lang.String description)
Set a description of this bug annotation. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface edu.umd.cs.findbugs.XMLWriteableWithMessages |
---|
writeXML |
Methods inherited from interface edu.umd.cs.findbugs.xml.XMLWriteable |
---|
writeXML |
Field Detail |
---|
static final java.lang.String MESSAGE_TAG
Method Detail |
---|
java.lang.Object clone()
void accept(BugAnnotationVisitor visitor)
visitor
- the visitor to acceptjava.lang.String format(java.lang.String key)
key
- how the annotation should be formattedjava.lang.String getDescription()
void setDescription(java.lang.String description)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |