Skip to content

Commit

Permalink
Exclude CT_CONSTRUCTOR_THROW SpotBugs warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 25, 2023
1 parent 6781650 commit 84f61a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/spotbugs-exclusion-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Class name="~.*(Test|Benchmark).*" />
</Match>
<Match>
<Bug pattern="DESERIALIZATION_GADGET, FORMAT_STRING_MANIPULATION, PATH_TRAVERSAL_IN, WEAK_FILENAMEUTILS, RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE, EI_EXPOSE_REP, EI_EXPOSE_REP2"/>
<Bug pattern="DESERIALIZATION_GADGET, FORMAT_STRING_MANIPULATION, PATH_TRAVERSAL_IN, WEAK_FILENAMEUTILS, RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE, EI_EXPOSE_REP, EI_EXPOSE_REP2, CT_CONSTRUCTOR_THROW"/>
</Match>
<Match>
<Bug code="THROWS"/>
Expand Down

0 comments on commit 84f61a6

Please sign in to comment.