Skip to content

Commit c55e0d8

Browse files
author
may
committed
Spotbugs
1 parent 9c57741 commit c55e0d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/spotbugs/spotbugs-exclude.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@
1919
<Class name="com.imsweb.x12.reader.X12ReaderTest"/>
2020
<Bug pattern="RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT"/>
2121
</Match>
22+
<Match>
23+
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
24+
</Match>
2225
</FindBugsFilter>

0 commit comments

Comments
 (0)