|
|||||||||
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
Method Summary | |
---|---|
void |
accept(BugAnnotationVisitor visitor)
Accept a BugAnnotationVisitor. |
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.xml.XMLWriteable |
---|
writeXML |
Method Detail |
---|
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 |