edu.umd.cs.findbugs
public class IntAnnotation extends Object implements BugAnnotation
See Also: BugAnnotation
| Field Summary | |
|---|---|
| static String | INT_OCCURRENCES |
| static String | INT_SHIFT |
| static String | INT_SYNC_PERCENT |
| static String | INT_VALUE |
| Constructor Summary | |
|---|---|
| IntAnnotation(int value)
Constructor.
| |
| Method Summary | |
|---|---|
| void | accept(BugAnnotationVisitor visitor) |
| int | compareTo(BugAnnotation o) |
| String | format(String key, ClassAnnotation primaryClass) |
| String | getDescription() |
| int | getValue()
Get the integer value.
|
| boolean | isSignificant() |
| void | setDescription(String description) |
| void | writeXML(XMLOutput xmlOutput) |
| void | writeXML(XMLOutput xmlOutput, boolean addMessages) |
Parameters: value the integer value
Returns: the integer value