novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

Start compiling with error-prone #548

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is more a reminder for myself. errorprone is a Google competitor to 
FindBugs. It can be easily plugged in to IDEA and I think also Maven. It flags 
more errors than javac can but fewer than FindBugs, and only issues errors for 
ultra-high confidence problems so it can be used to fail the build.

https://code.google.com/p/error-prone/

Not that we have a shortage of bugs in the bug tracker already! 

This obviously requires fixing all the bugs it finds before it can be switched 
on.

Original issue reported on code.google.com by mh.in.en...@gmail.com on 25 Apr 2014 at 1:15