2 <!DOCTYPE suppressions PUBLIC
3 "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
4 "https://checkstyle.org/dtds/suppressions_1_2.dtd">
7 * Licensed to the Apache Software Foundation (ASF) under one
8 * or more contributor license agreements. See the NOTICE file
9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
11 * to you under the Apache License, Version 2.0 (the
12 * "License"); you may not use this file except in compliance
13 * with the License. You may obtain a copy of the License at
15 * http://www.apache.org/licenses/LICENSE-2.0
17 * Unless required by applicable law or agreed to in writing, software
18 * distributed under the License is distributed on an "AS IS" BASIS,
19 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 * See the License for the specific language governing permissions and
21 * limitations under the License.
25 ON MVN COMPILE NOT WORKING
27 If you wondering why 'mvn compile' does not work building HBase
28 (in particular, if you are doing it for the first time), instead do
29 'mvn package'. If you are interested in the full story, see
30 https://issues.apache.org/jira/browse/HBASE-6795.
34 <suppress checks="." files=".*/generated/.*\.java"/>
35 <suppress checks="." files=".*/generated-jamon/.*\.java"/>
36 <suppress checks="MagicNumberCheck" files=".*/src/test/.*\.java"/>
37 <suppress checks="VisibilityModifier" files=".*/src/test/.*\.java"/>
38 <suppress checks="InterfaceIsTypeCheck" files=".*/src/main/.*\.java"/>
39 <suppress checks="EmptyBlockCheck" files="org.apache.hadoop.hbase.thrift.TBoundedThreadPoolServer.java"/>
40 <suppress checks="EmptyBlockCheck" files="org.apache.hadoop.hbase.http.TestServletFilter.java"/>
41 <suppress checks="EmptyBlockCheck" files="org.apache.hadoop.hbase.http.TestGlobalFilter.java"/>
42 <suppress checks="EmptyBlockCheck" files="org.apache.hadoop.hbase.http.TestPathFilter.java"/>
43 <suppress checks="EmptyBlockCheck" files="org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.java"/>
44 <suppress checks="EqualsHashCode" files="org.apache.hadoop.hbase.favored.StartcodeAgnosticServerName.java"/>
45 <suppress checks="MethodLength" files="org.apache.hadoop.hbase.tool.coprocessor.Branch1CoprocessorMethods.java"/>
46 <suppress checks="IllegalImport" message="org\.apache\.htrace\.core"/>
47 <suppress checks="ImportOrder" message="Extra separation in import group before"/>
48 <suppress checks="MethodLength" files="org.apache.hadoop.hbase.thrift.DemoClient.java"/>
49 <suppress checks="LineLength" files="org.apache.hadoop.hbase.util.ZKDataMigrator.java"/>
50 <suppress checks="InnerAssignment" files="org.apache.hadoop.hbase.Waiter"/>
51 <suppress checks="EmptyBlock" files="org.apache.hadoop.hbase.TestTimeout"/>
52 <suppress checks="InnerAssignment" files="org.apache.hadoop.hbase.rest.PerformanceEvaluation"/>
53 <suppress checks="EmptyBlock" files="org.apache.hadoop.hbase.rest.PerformanceEvaluation"/>
54 <!-- Will not have a private constructor, because it is InterfaceAudience.Public -->
55 <suppress checks="HideUtilityClassConstructor" files="org.apache.hadoop.hbase.util.ByteRangeUtils"/>
56 <!-- Will not be final, because it is InterfaceAudience.Public -->
57 <suppress checks="FinalClass" files="org.apache.hadoop.hbase.net.Address"/>
58 <suppress checks="MethodLength" files="org.apache.hadoop.hbase.mob.FaultyMobStoreCompactor.java"/>