-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38737/
-----------------------------------------------------------
Review request for geode.
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