Class ComputeBugHistoryTask

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class ComputeBugHistoryTask
    extends AbstractFindBugsTask
    Ant task to create/update a bug history database.
    • Field Detail

      • outputFile

        private java.io.File outputFile
      • overrideRevisionNames

        private boolean overrideRevisionNames
      • noPackageMoves

        private boolean noPackageMoves
      • preciseMatch

        private boolean preciseMatch
      • precisePriorityMatch

        private boolean precisePriorityMatch
      • quiet

        private boolean quiet
      • withMessages

        private boolean withMessages
      • dataFileList

        private final java.util.List<DataFile> dataFileList
    • Constructor Detail

      • ComputeBugHistoryTask

        public ComputeBugHistoryTask()
    • Method Detail

      • setOutput

        public void setOutput​(java.io.File arg)
      • setOverrideRevisionNames

        public void setOverrideRevisionNames​(boolean arg)
      • setNoPackageMoves

        public void setNoPackageMoves​(boolean arg)
      • setPreciseMatch

        public void setPreciseMatch​(boolean arg)
      • setPrecisePriorityMatch

        public void setPrecisePriorityMatch​(boolean arg)
      • setQuiet

        public void setQuiet​(boolean arg)
      • setWithMessages

        public void setWithMessages​(boolean arg)
      • createDataFile

        public DataFile createDataFile()
        Called to create DataFile objects in response to nested <DataFile> elements.
        Returns:
        new DataFile object specifying the location of an input data file