Description
REEF-768 fixed high-priority warnings, but we still have medium- and low-priority warnings left. It is nice to have them triaged and fixed/configured to be ignored.
To get reports on medium-priority warnings, edit Findbugs configuration in root pom.xml to
<threshold>Default</threshold> <failOnError>false</failOnError>
build REEF, and run Findbugs as described in Contributing.