Package edu.umd.cs.findbugs
Class BugInstance.XmlProps
java.lang.Object
edu.umd.cs.findbugs.BugInstance.XmlProps
- Enclosing class:
BugInstance
These are properties read from an analysis XML file. These properties
should not take precedence over information from the Cloud - rather, this
should be used when the cloud is unavailable, or when communicating with
it is not desired for performance or complexity reasons.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
void
setConsensus
(String consensus) void
setFirstSeen
(Date firstSeen) void
setIsInCloud
(boolean inCloud) void
setReviewCount
(int reviewCount)
-
Constructor Details
-
XmlProps
public XmlProps()
-
-
Method Details
-
getFirstSeen
-
getReviewCount
public int getReviewCount() -
getConsensus
-
isInCloud
public boolean isInCloud() -
setFirstSeen
-
setReviewCount
public void setReviewCount(int reviewCount) -
setConsensus
-
setIsInCloud
public void setIsInCloud(boolean inCloud)
-