Merge from mainline.
[official-gcc.git] / libjava / classpath / scripts / checkstyle-suppressions.xml
blob68c620ce958e7af9b2048118f38e8340de283faa
1 <?xml version="1.0"?>
2 <!DOCTYPE suppressions PUBLIC
3         "-//Puppy Crawl//DTD Suppressions 1.0//EN"
4         "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
5 <!--
7 Changes to this file need to be discussed on classpath@gnu.org
8 mailing list first and probably documented in the hacking guide.
10 -->
11 <suppressions>
12   <suppress checks="AvoidStarImport"
13             files="gnu/java/awt/peer/gtk/GtkToolkit.java"
14             lines="48,59"/>
15   <suppress checks="IllegalInstantiation"
16             files="java/lang/Boolean.java"
17             lines="65,73"/>
18   <suppress checks="IllegalInstantiation"
19             files="java/util/logging/LogManager.java"
20             lines="674"/>
21   <suppress checks="RegexpHeader"
22             files="javax/rmi/CORBA/SystemException.java"
23             lines="1"/>
24   <suppress checks="RegexpHeader"
25             files="javax/rmi/CORBA/ObjectImpl.java"
26             lines="1"/>
27   <suppress checks="RegexpHeader"
28             files="javax/rmi/ORB.java"
29             lines="1"/>
30   <suppress checks="RegexpHeader"
31             files="javax/rmi/BAD_OPERATION.java"
32             lines="1"/>
33 </suppressions>