Skip to content

Commit c30a199

Browse files
committed
fix: exclude new warnings
1 parent 4318c41 commit c30a199

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

spotbugs-exclude.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
<Match>
6060
<Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE" />
6161
</Match>
62+
<Match>
63+
<Bug pattern="NP_NULL_PARAM_DEREF_NONVIRTUAL" />
64+
</Match>
65+
<Match>
66+
<Bug pattern="NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS" />
67+
</Match>
6268
<!-- fb-contrib -->
6369
<Match>
6470
<Bug pattern="LSC_LITERAL_STRING_COMPARISON" />

0 commit comments

Comments
 (0)