1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<FindBugsFilter >
3
3
<Match >
4
+ <Class name =" com.itextpdf.barcodes.BarcodeDataMatrix" />
5
+ <Method name =" EdifactEncodation" />
4
6
<Bug pattern =" CC_CYCLOMATIC_COMPLEXITY" />
5
7
</Match >
6
8
<Match >
9
+ <Class name =" com.itextpdf.barcodes.Barcode128" />
10
+ <Method name =" setCode" />
7
11
<Bug pattern =" DM_BOXED_PRIMITIVE_TOSTRING" />
8
12
</Match >
9
13
<Match >
14
+ <Or >
15
+ <And >
16
+ <Class name =" com.itextpdf.barcodes.BarcodeDataMatrix" />
17
+ <Method name =" setCode" params =" java.lang.String" />
18
+ </And >
19
+ <And >
20
+ <Class name =" com.itextpdf.barcodes.BarcodeQRCode" />
21
+ <Method name =" regenerate" />
22
+ </And >
23
+ </Or >
10
24
<Bug pattern =" EXS_EXCEPTION_SOFTENING_NO_CONSTRAINTS" />
11
25
</Match >
12
26
<Match >
27
+ <Class name =" com.itextpdf.barcodes.BarcodeEAN" />
28
+ <Method name =" convertUPCAtoUPCE" />
13
29
<Bug pattern =" LSC_LITERAL_STRING_COMPARISON" />
14
30
</Match >
15
31
<Match >
32
+ <Or >
33
+ <And >
34
+ <Class name =" com.itextpdf.barcodes.BarcodePDF417" />
35
+ <Or >
36
+ <Method name =" append" params =" int,int" />
37
+ <Method name =" dumpList" />
38
+ </Or >
39
+ </And >
40
+ <And >
41
+ <Or >
42
+ <Class name =" com.itextpdf.barcodes.qrcode.BitArray" />
43
+ <Class name =" com.itextpdf.barcodes.qrcode.BitMatrix" />
44
+ <Class name =" com.itextpdf.barcodes.qrcode.BitVector" />
45
+ <Class name =" com.itextpdf.barcodes.qrcode.ByteMatrix" />
46
+ <Class name =" com.itextpdf.barcodes.qrcode.GF256Poly" />
47
+ <Class name =" com.itextpdf.barcodes.qrcode.QRCode" />
48
+ </Or >
49
+ <Method name =" toString" />
50
+ </And >
51
+ </Or >
16
52
<Bug pattern =" LSYC_LOCAL_SYNCHRONIZED_COLLECTION" />
17
53
</Match >
18
54
<Match >
55
+ <Class name =" com.itextpdf.barcodes.BarcodePostnet" />
56
+ <Or >
57
+ <Field name =" TYPE_PLANET" />
58
+ <Field name =" TYPE_POSTNET" />
59
+ </Or >
19
60
<Bug pattern =" MS_SHOULD_BE_FINAL" />
20
61
</Match >
21
62
</FindBugsFilter >
0 commit comments