sbt / sbt-findbugs

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

Add suport for Findbugs 3.0 #9

Closed Hocdoc closed 9 years ago

Hocdoc commented 10 years ago

Findbugs 3..0 is released.

BrandonArp commented 10 years ago

I second this! This is the only blocker for me to use Java 8 in many of my projects.

butenkor commented 10 years ago

+1

svenmueller commented 10 years ago

up!

ahalberkamp commented 10 years ago

+1

HairyFotr commented 10 years ago

I am not yet on Java 8, but the fix might be just changing this to 3.0.0 https://github.com/sbt/findbugs4sbt/blob/master/src/main/scala/de/johoop/findbugs4sbt/Settings.scala#L90

It might be a good idea to make the findbugs version a variable in future versions, like I've seen it done in https://github.com/philcali/sbt-lwjgl-plugin so users can manually upgrade or downgrade if needed.

jmhofer commented 9 years ago

Should be in 1.4.0 now.