Class UnionBugs

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
edu.umd.cs.findbugs.anttask.UnionBugs
All Implemented Interfaces:
Cloneable

@Deprecated public class UnionBugs extends org.apache.tools.ant.Task
Deprecated.
An ant task that is wraps the behavior of the UnionResults executable into an ant task.
Version:
1.0
Author:
Peter Franza pfranza@gmail.com
  • Field Summary

    Fields inherited from class org.apache.tools.ant.Task

    target, taskName, taskType, wrapper

    Fields inherited from class org.apache.tools.ant.ProjectComponent

    description, location, project
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addFileset(org.apache.tools.ant.types.FileSet arg)
    Deprecated.
    The fileset containing all the findbugs xml files that need to be merged
    void
    Deprecated.
     
    void
    setTo(String file)
    Deprecated.
    The File everything should get merged into

    Methods inherited from class org.apache.tools.ant.Task

    bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType

    Methods inherited from class org.apache.tools.ant.ProjectComponent

    clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UnionBugs

      public UnionBugs()
      Deprecated.
  • Method Details

    • addFileset

      public void addFileset(org.apache.tools.ant.types.FileSet arg)
      Deprecated.
      The fileset containing all the findbugs xml files that need to be merged
      Parameters:
      arg -
    • setTo

      public void setTo(String file)
      Deprecated.
      The File everything should get merged into
      Parameters:
      file -
    • execute

      public void execute() throws org.apache.tools.ant.BuildException
      Deprecated.
      Overrides:
      execute in class org.apache.tools.ant.Task
      Throws:
      org.apache.tools.ant.BuildException