edu.umd.cs.findbugs
public class BugDesignation extends Object implements XMLWriteable, Serializable
| Field Summary | |
|---|---|
| static String | UNCLASSIFIED The default key for the user designation.
|
| Method Summary | |
|---|---|
| long | getTimestamp() |
| void | merge(BugDesignation other) replace unset fields of this user designation with values set in the other |
| void | setAnnotationText(String s) |
| void | setDesignationKey(String designationKey) set the user designation
E.g., "MOSTLY_HARMLESS", "CRITICAL", "NOT_A_BUG", etc.
|
| void | setTimestamp(long ts) |
| void | setUser(String u) |
| void | writeXML(XMLOutput xmlOutput) |
See Also: getUserDesignationKeys