Class Update

java.lang.Object
edu.umd.cs.findbugs.workflow.Update

public class Update extends Object
Java main application to compute update a historical bug collection with results from another build/analysis.
  • Field Details

    • doMatchFixedBugs

      static final boolean doMatchFixedBugs
    • maxResurrection

      static final int maxResurrection
    • USAGE

      private static final String USAGE
    • mapFromNewToOldBug

      private final Map<BugInstance,BugInstance> mapFromNewToOldBug
    • resurrected

      private final Set<String> resurrected
    • matchedOldBugs

      private final Map<BugInstance,Void> matchedOldBugs
    • noPackageMoves

      boolean noPackageMoves
    • useAnalysisTimes

      boolean useAnalysisTimes
    • noResurrections

      boolean noResurrections
    • preciseMatch

      boolean preciseMatch
    • sloppyMatch

      boolean sloppyMatch
    • precisePriorityMatch

      boolean precisePriorityMatch
    • mostRecent

      int mostRecent
    • maxRank

      int maxRank
    • versionInsensitiveBugComparator

      VersionInsensitiveBugComparator versionInsensitiveBugComparator
    • fuzzyBugPatternMatcher

      VersionInsensitiveBugComparator fuzzyBugPatternMatcher
    • verbose

      boolean verbose
  • Constructor Details

    • Update

      public Update()
  • Method Details