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