-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38737/
-----------------------------------------------------------
(Updated Sept. 24, 2015, 10:32 p.m.)
Review request for geode.
Changes
-------
Updated Summary to correct bug
Summary (updated)
-----------------
GEODE-372: Change Findbugs reportLevel to 'low'
Bugs: GEODE-372
https://issues.apache.org/jira/browse/GEODE-372
Repository: geode
Description
-------
The build currently sets the default Findbugs report level to 'high'. According
to the plugin documentation, this means it will only report the 'high' level
warnings.
The default reporting level is 'medium', which means medium and high are
reported.
Diffs
-----
build.gradle d7b4965
Diff: https://reviews.apache.org/r/38737/diff/
Testing
-------
./gradlew clean findbugsMain
Verified low, medium, and high bugs are reported
Thanks,
Mark Bretl