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:
parent
b08f9dd2b1
commit
bf2144fe60
|
@ -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"/>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue