1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<FindBugsFilter >
3
3
<Match >
4
+ <Or >
5
+ <And >
6
+ <Class name =" com.itextpdf.svg.css.impl.SvgStyleResolver" />
7
+ <Or >
8
+ <Method name =" processAttribute" />
9
+ <Method name =" collectCssDeclarations" />
10
+ </Or >
11
+ </And >
12
+ <And >
13
+ <Class name =" com.itextpdf.svg.processors.impl.DefaultSvgProcessor" />
14
+ <Method name =" processText" />
15
+ </And >
16
+ <And >
17
+ <Class name =" com.itextpdf.svg.renderers.impl.TextSvgBranchRenderer" />
18
+ <Method name =" resolveFont" />
19
+
20
+ </And >
21
+ </Or >
4
22
<Bug pattern =" EXS_EXCEPTION_SOFTENING_NO_CONSTRAINTS" />
5
23
</Match >
6
24
<Match >
25
+ <Or >
26
+ <And >
27
+ <Class name =" com.itextpdf.svg.css.impl.SvgStyleResolver" />
28
+ <Method name =" collectCssDeclarations" />
29
+ </And >
30
+ <And >
31
+ <Class name =" com.itextpdf.svg.processors.impl.DefaultSvgProcessor" />
32
+ <Method name =" processText" />
33
+ </And >
34
+ <And >
35
+ <Class name =" com.itextpdf.svg.renderers.impl.TextSvgBranchRenderer" />
36
+ <Or >
37
+ <Method name =" getTextAnchorAlignmentCorrection" />
38
+ <Method name =" resolveFontName" />
39
+ </Or >
40
+ </And >
41
+ <And >
42
+ <Class name =" com.itextpdf.svg.renderers.impl.TextSvgBranchRenderer" />
43
+ <Method name =" getTextAnchorAlignmentCorrection" />
44
+ </And >
45
+ <And >
46
+ <Class name =" com.itextpdf.svg.css.impl.SvgStyleResolver" />
47
+ <Method name =" processAttribute" />
48
+ </And >
49
+ <And >
50
+ <Class name =" com.itextpdf.svg.utils.SvgCssUtils" />
51
+ <Method name =" isStyleSheetLink" />
52
+ </And >
53
+ <And >
54
+ <Class name =" com.itextpdf.svg.utils.SvgTextUtil" />
55
+ <Method name =" isOnlyWhiteSpace" />
56
+ </And >
57
+ </Or >
7
58
<Bug pattern =" LSC_LITERAL_STRING_COMPARISON" />
8
59
</Match >
9
- </FindBugsFilter >
60
+ </FindBugsFilter >
0 commit comments