You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2015/10/03 02:01:36 UTC

[jira] [Created] (REEF-802) Fix medium-priority warnings reported by Findbugs

Mariia Mykhailova created REEF-802:
--------------------------------------

             Summary: Fix medium-priority warnings reported by Findbugs
                 Key: REEF-802
                 URL: https://issues.apache.org/jira/browse/REEF-802
             Project: REEF
          Issue Type: Task
          Components: All
            Reporter: Mariia Mykhailova
            Priority: Minor


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 

{noformat}
<threshold>Default</threshold>
<failOnError>false</failOnError>
{noformat}

build REEF, and run Findbugs as described in [Contributing|https://cwiki.apache.org/confluence/display/REEF/Contributing].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)