sbt / sbt-findbugs

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

Upgrade to Findbugs 3.0.1 #20

Closed linjer closed 7 years ago

linjer commented 7 years ago

There are some java8 related bugs that were fixed in Findbugs 3.0.1, in particular, the current version (3.0.0) throws a medium level warning due to an unused private method when the method is actually used via method reference.

See: https://sourceforge.net/p/findbugs/bugs/1370/

Fixed in Findbugs 3.0.1