Scorex icon indicating copy to clipboard operation
Scorex copied to clipboard

Fix findbugs warnings

Open kushti opened this issue 7 years ago • 3 comments

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!

kushti avatar Jan 30 '18 09:01 kushti

@kushti I'd like to claim on this one

atapin avatar Jan 30 '18 10:01 atapin

@atapin awesome, thanks in advance!

kushti avatar Jan 30 '18 13:01 kushti

@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.

atapin avatar Feb 07 '18 14:02 atapin