Skip to content

Commit ba4a56f

Browse files
committed
Refine Findbugs filters in pdftest module
QA-1153
1 parent 281ec6a commit ba4a56f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pdftest/findbugs-filter.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<FindBugsFilter>
33
<Match>
4+
<Class name="com.itextpdf.test.ITextTest"/>
5+
<Method name="createStringByEscaped"/>
46
<Bug pattern="DM_DEFAULT_ENCODING"/>
57
</Match>
68
<Match>
9+
<Class name="com.itextpdf.test.WrappedSamplesRunner"/>
10+
<Or>
11+
<Method name="checkIfTestAndCreateParams"/>
12+
<Method name="initClass"/>
13+
</Or>
714
<Bug pattern="EXS_EXCEPTION_SOFTENING_NO_CONSTRAINTS"/>
815
</Match>
9-
</FindBugsFilter>
16+
</FindBugsFilter>

0 commit comments

Comments
 (0)