Skip to content

Commit bb4f863

Browse files
committed
SiteParserTest: suppress false positive from findbugs.
Should be in fb63038 commit. No code changes.
1 parent 77c78a2 commit bb4f863

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/config/findbugs-filter.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,12 @@
3030
-->
3131
<Bug pattern="SE_NO_SERIALVERSIONID" />
3232
</Match>
33+
<Match>
34+
<!--
35+
Looks like a false positive.
36+
-->
37+
<Class name="ru.mystamps.web.util.extractor.SiteParserTest" />
38+
<Method name="canParseShouldRequireNonNullUrl" />
39+
<Bug pattern="NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS" />
40+
</Match>
3341
</FindBugsFilter>

0 commit comments

Comments
 (0)