hyperledger-labs / Scorex

Scorex 2.0 Core
Apache License 2.0
544 stars 115 forks source link

Fix findbugs warnings #159

Open kushti opened 6 years ago

kushti commented 6 years ago

Findbugs tool (running via "sbt findbugs") is finding a couple of high-priority warnings and a lot of medium-priority warnings. We need to fix them (most of claims are definitely reasonable). Good task for an external contributor!

atapin commented 6 years ago

@kushti I'd like to claim on this one

kushti commented 6 years ago

@atapin awesome, thanks in advance!

atapin commented 6 years ago

@kushti I took a glance at findbugs and it looked like java-ish to me. I'd suggest to consider https://github.com/wartremover/wartremover or https://github.com/sksamuel/scapegoat.