edu.umd.cs.findbugs.workflow

Class MergeSummarizeAndView



  • public class MergeSummarizeAndView
    extends Object
    Compute the union of two sets of bug results, preserving annotations.
    • Method Detail

      • execute

        public void execute()
      • isConnectedToCloud

        public boolean isConnectedToCloud()
      • numScaryBugs

        public int numScaryBugs()
        Returns:
        Returns true if there were bugs that passed all of the cutoffs.
      • getScaryBugs

        public BugCollection getScaryBugs()
        Returns:
        Returns the bugs that passed all of the cutoffs
      • getAllBugs

        public BugCollection getAllBugs()
        Returns:
        Returns all of the merged bugs
      • getHarmless

        public int getHarmless()
        Returns:
        Returns the number of issues classified as harmless
      • getLowConfidence

        public int getLowConfidence()
        Returns:
        Returns the number of issues that had a rank higher than the maxRank (but not marked as harmless)
      • getTooOld

        public int getTooOld()
        Returns:
        Returns the number of issues older than the age cutoff (but not ranked higher than the maxRank or marked as harmless).

Copyright © 2003–2015. All rights reserved.