There was an error while loading. Please reload this page.
1 parent 4318c41 commit c30a199Copy full SHA for c30a199
1 file changed
spotbugs-exclude.xml
@@ -59,6 +59,12 @@
59
<Match>
60
<Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE" />
61
</Match>
62
+ <Match>
63
+ <Bug pattern="NP_NULL_PARAM_DEREF_NONVIRTUAL" />
64
+ </Match>
65
66
+ <Bug pattern="NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS" />
67
68
<!-- fb-contrib -->
69
70
<Bug pattern="LSC_LITERAL_STRING_COMPARISON" />
0 commit comments