Package edu.umd.cs.findbugs.anttask


package edu.umd.cs.findbugs.anttask
  • Classes
    Class
    Description
    Abstract base class for Ant tasks that run programs (main() methods) in findbugs.jar or findbugsGUI.jar.
     
    Ant task to create/update a bug history database.
    Ant task to generate HTML or plain text from a saved XML analysis results file.
    Input file used with ComputeBugHistoryTask or FilterBugsTask.
    Ant task to invoke the FilterBugs program in the workflow package (a.k.a.
    FindBugs in Java class files.
     
    FindBugsViewerTask.java -- Ant Task to launch the FindBugsFrame To use, create a new task that refrences the ant task (such as "findbugs-viewer").
    Ant task to invoke the MineBugHistory program in the workflow package
    Ant task to invoke the SetBugDatabaseInfo program in the workflow package
    Deprecated.
    An ant task that is wraps the behavior of the UnionResults executable into an ant task.