|
FindBugs™ 1.3.9 | |||||||||
| 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,
ClassAnnotation primaryClass)
Format the annotation as a String. |
java.lang.String |
getDescription()
Get a description of this bug annotation. |
boolean |
isSignificant()
Is this annotation used to compute instance hashes or match bug instances across versions |
void |
setDescription(java.lang.String description)
Set a description of this bug annotation. |
java.lang.String |
toString(ClassAnnotation primaryClass)
|
| 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 accept
java.lang.String format(java.lang.String key,
ClassAnnotation primaryClass)
key - how the annotation should be formattedprimaryClass - The primary class for the bug; some bug annotation format msgs are simplified in relation to that class.java.lang.String getDescription()
void setDescription(java.lang.String description)
boolean isSignificant()
java.lang.String toString(ClassAnnotation primaryClass)
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||