HBASE-9003 Remove the jamon generated classes from the findbugs analysis

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1539599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nkeywal 2013-11-07 11:36:48 +00:00
parent b08f9dd2b1
commit bf2144fe60
2 changed files with 6 additions and 2 deletions

View File

@ -37,9 +37,13 @@
</Match>
<Match>
<Package name="org.apache.hadoop.hbase.tmpl"/>
<!-- Nested packages are not included by the filter, so we need a regexp... -->
<Package name="~org\.apache\.hadoop\.hbase\.tmpl\..*"/>
</Match>
<Match>
<Package name="~org\.apache\.hadoop\.hbase\.generated\..*"/>
</Match>
<Match>
<Class name="org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost"/>

View File

@ -19,7 +19,7 @@ MAVEN_OPTS="-Xmx3100M"
# Please update the per-module test-patch.properties if you update this file.
OK_RELEASEAUDIT_WARNINGS=0
OK_FINDBUGS_WARNINGS=127
OK_FINDBUGS_WARNINGS=109
# Allow two warnings. Javadoc complains about sun.misc.Unsafe use. See HBASE-7457
OK_JAVADOC_WARNINGS=2