de.johoop.findbugs4sbt

FindBugs

object FindBugs extends Plugin with Settings with CommandLine with CommandLineExecutor

Linear Supertypes
CommandLineExecutor, CommandLine, Filters, Settings, Plugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FindBugs
  2. CommandLineExecutor
  3. CommandLine
  4. Filters
  5. Settings
  6. Plugin
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def buildSettings: Seq[sbt.Project.Setting[_]]

    Definition Classes
    Plugin
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def commandLine(findbugsClasspath: Classpath, compileClasspath: Classpath, paths: PathSettings, filters: FilterSettings, filterPath: File, misc: MiscSettings, streams: TaskStreams): List[String]

    Definition Classes
    CommandLine
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. val findbugs: TaskKey[Unit]

    Definition Classes
    Settings
  14. val findbugsAnalyzeNestedArchives: SettingKey[Boolean]

    Whether FindBugs should analyze nested archives or not.

    Whether FindBugs should analyze nested archives or not. Defaults to true.

    Definition Classes
    Settings
  15. val findbugsAnalyzedPath: TaskKey[Seq[File]]

    The path to the classes to be analyzed.

    The path to the classes to be analyzed. Defaults to target / classes.

    Definition Classes
    Settings
  16. val findbugsAuxiliaryPath: TaskKey[Seq[File]]

    The path to the classes not to be analyzed but referenced by analyzed ones.

    The path to the classes not to be analyzed but referenced by analyzed ones. Defaults to dependencyClasspath in Compile.

    Definition Classes
    Settings
  17. val findbugsClasspath: TaskKey[Classpath]

    Definition Classes
    Settings
  18. val findbugsEffort: SettingKey[Effort]

    Effort to put into the static analysis.

    Effort to put into the static analysis. Defaults to ReportType.Medium.

    Definition Classes
    Settings
  19. val findbugsExcludeFilters: TaskKey[Option[Node]]

    Optional filter file XML content defining which bug instances to exclude in the static analysis.

    Optional filter file XML content defining which bug instances to exclude in the static analysis. None by default.

    Definition Classes
    Settings
  20. val findbugsFilterSettings: TaskKey[FilterSettings]

    Definition Classes
    Settings
  21. val findbugsIncludeFilters: TaskKey[Option[Node]]

    Optional filter file XML content defining which bug instances to include in the static analysis.

    Optional filter file XML content defining which bug instances to include in the static analysis. None by default.

    Definition Classes
    Settings
  22. val findbugsMaxMemory: SettingKey[Int]

    Maximum amount of memory to allow for FindBugs (in MB).

    Maximum amount of memory to allow for FindBugs (in MB).

    Definition Classes
    Settings
  23. val findbugsMiscSettings: TaskKey[MiscSettings]

    Definition Classes
    Settings
  24. val findbugsOnlyAnalyze: SettingKey[Option[Seq[String]]]

    Optionally, define which packages/classes should be analyzed (None by default)

    Optionally, define which packages/classes should be analyzed (None by default)

    Definition Classes
    Settings
  25. val findbugsPathSettings: TaskKey[PathSettings]

    Definition Classes
    Settings
  26. val findbugsReportName: SettingKey[Option[String]]

    Name of the report file to generate.

    Name of the report file to generate. Defaults to "findbugs.xml"

    Definition Classes
    Settings
  27. val findbugsReportPath: SettingKey[Option[File]]

    Output path for FindBugs reports.

    Output path for FindBugs reports. Defaults to Some(crossTarget / "findbugs" / "report.xml").

    Definition Classes
    Settings
  28. val findbugsReportType: SettingKey[Option[ReportType]]

    Type of report to create.

    Type of report to create. Defaults to Some(ReportType.Xml).

    Definition Classes
    Settings
  29. val findbugsSettings: Seq[sbt.Project.Setting[_ >: sbt.Task[Option[scala.xml.Node]] with Option[Seq[java.lang.String]] with sbt.Task[Seq[java.io.File]] with Boolean with Int with Option[java.io.File] with de.johoop.findbugs4sbt.Effort.Value with Option[de.johoop.findbugs4sbt.ReportType.Value] with sbt.Task[Seq[sbt.Attributed[java.io.File]]] with sbt.Task[de.johoop.findbugs4sbt.MiscSettings] with sbt.Task[de.johoop.findbugs4sbt.FilterSettings] with sbt.Task[de.johoop.findbugs4sbt.PathSettings] with sbt.Task[Unit] with Seq[sbt.ModuleID] with Seq[sbt.Configuration]]]

    Definition Classes
    Settings
  30. val findbugsSortReportByClassNames: SettingKey[Boolean]

    Whether the reported bug instances should be sorted by class name or not.

    Whether the reported bug instances should be sorted by class name or not. Defaults to false.

    Definition Classes
    Settings
  31. def findbugsTask(findbugsClasspath: Classpath, compileClasspath: Classpath, paths: PathSettings, filters: FilterSettings, misc: MiscSettings, javaHome: Option[File], streams: TaskStreams): Unit

    Definition Classes
    FindBugs → Settings
  32. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  33. def globalSettings: Seq[sbt.Project.Setting[_]]

    Definition Classes
    Plugin
  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. def projectSettings: Seq[sbt.Project.Setting[_]]

    Definition Classes
    Plugin
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def settings: Seq[sbt.Project.Setting[_]]

    Definition Classes
    Plugin
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Override projectSettings or buildSettings instead.

Inherited from CommandLineExecutor

Inherited from CommandLine

Inherited from Filters

Inherited from Settings

Inherited from Plugin

Inherited from AnyRef

Inherited from Any