sbt/sbt-findbugs

Upgrade to Findbugs 3.0.1

Closed this issue · 0 comments

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