sbt / sbt-findbugs

FindBugs static analysis plugin for sbt.
Eclipse Public License 1.0
46 stars 13 forks source link

Java play 2.2.X application with findbugs4sbt does not generate Html report #1

Open carestra opened 10 years ago

carestra commented 10 years ago

Adding findbugs4sbt and configured with ReportType.Html does not generate a Html report. The play-consoles displays: [play-findbugs4sbt] $ findbugs:findbugsReportType [info] Some(-html)

The output directory (target/scala-2.10/findbugs/) has only the file "findbugs.xml" For configuration see https://github.com/carestra/play-findbugs4sbt

anishathalye commented 10 years ago

The output file by default is "findbugs.xml," even if the output file type is HTML. This can be changed by modifying the findbugsReportPath key.