Class BugInstance.XmlProps

java.lang.Object
edu.umd.cs.findbugs.BugInstance.XmlProps
Enclosing class:
BugInstance

public static class BugInstance.XmlProps extends Object
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 Details

    • XmlProps

      public XmlProps()
  • Method Details

    • getFirstSeen

      @CheckForNull public Date getFirstSeen()
    • getReviewCount

      public int getReviewCount()
    • getConsensus

      @CheckForNull public String getConsensus()
    • isInCloud

      public boolean isInCloud()
    • setFirstSeen

      public void setFirstSeen(Date firstSeen)
    • setReviewCount

      public void setReviewCount(int reviewCount)
    • setConsensus

      public void setConsensus(String consensus)
    • setIsInCloud

      public void setIsInCloud(boolean inCloud)